diff --git a/ROADMAP.md b/ROADMAP.md index aba160e..5d5a61b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ # Roadmap -What's next. (v1.4 shipped: the harness pivot - one core, per-harness adapters for Claude Code / Codex / OpenCode, the multi-harness installer, and the variants corner dock. v1.3 shipped: the edit-time lint hook, four new themes with the image hook, spec files for all 24 themes, the Tier A conformance harness, and variants v2 with progressive reveal + grafts + thumbnails + scoped injection.) +What's next. (v1.2 shipped: four new themes with the image hook, spec files for all 24 themes, the edit-time lint hook, the Tier A conformance harness, variants v2 with progressive reveal + grafts + thumbnails + scoped injection and the corner dock, and the harness pivot - one core with per-harness adapters for Claude Code / Codex / OpenCode plus the multi-harness installer.) --- diff --git a/eval/README.md b/eval/README.md index c7f6db1..bcd18fb 100644 --- a/eval/README.md +++ b/eval/README.md @@ -3,7 +3,7 @@ Repo-internal tooling for benchmarking the Hallmark skill across harnesses and prompt packs. **Not shipped with the skill**: the `package.json` `files` whitelist only includes `skills/`, so nothing in `eval/` reaches the published package. -**Direction note (v1.4).** Hallmark now targets three harnesses (Claude Code, Codex CLI, OpenCode), not open-weight models. Tier B below is retained as an archive of the bare-API open-model experiments (the b1-b6 runs feed the gallery); it is no longer a development target. The conformance path forward is Tier A on Claude Code, then the same pass through `codex exec` and OpenCode's non-interactive runner. +**Direction note (v1.2).** Hallmark now targets three harnesses (Claude Code, Codex CLI, OpenCode), not open-weight models. Tier B below is retained as an archive of the bare-API open-model experiments (the b1-b6 runs feed the gallery); it is no longer a development target. The conformance path forward is Tier A on Claude Code, then the same pass through `codex exec` and OpenCode's non-interactive runner. ## Two-tier design diff --git a/package.json b/package.json index d5f2818..642c7a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hallmark", - "version": "1.4.0", + "version": "1.2.0", "description": "A design skill for AI coding assistants. Makes the UIs they generate look made, not generated. Powered by Together AI.", "keywords": [ "claude", diff --git a/site/_tests/all-themes.html b/site/_tests/all-themes.html index fa60b9c..2814743 100644 --- a/site/_tests/all-themes.html +++ b/site/_tests/all-themes.html @@ -111,10 +111,10 @@ { k:"cobalt", n:"Cobalt", v:"New", t:"keep" }, { k:"lumen", n:"Lumen", v:"Keep", t:"keep" }, { k:"hum", n:"Hum", v:"Default", t:"keep" }, - { k:"grid", n:"Grid", v:"v1.3", t:"keep" }, - { k:"field", n:"Field", v:"v1.3", t:"keep" }, - { k:"ledger", n:"Ledger", v:"v1.3", t:"keep" }, - { k:"arcade", n:"Arcade", v:"v1.3", t:"keep" } + { k:"grid", n:"Grid", v:"v1.2", t:"keep" }, + { k:"field", n:"Field", v:"v1.2", t:"keep" }, + { k:"ledger", n:"Ledger", v:"v1.2", t:"keep" }, + { k:"arcade", n:"Arcade", v:"v1.2", t:"keep" } ]; var grid = document.getElementById("grid"); THEMES.forEach(function (th, i) { diff --git a/site/index.html b/site/index.html index b19d565..5ddf856 100644 --- a/site/index.html +++ b/site/index.html @@ -104,7 +104,7 @@