diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 086bb2e4..a755ff24 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -208,6 +208,7 @@ Templates contain the workflows, tips, and examples that require human judgment. | `{{CODEX_PLAN_REVIEW}}` | `gen-skill-docs.ts` | Optional cross-model plan review (Codex or Claude subagent fallback) for /plan-ceo-review and /plan-eng-review | | `{{DESIGN_SETUP}}` | `resolvers/design.ts` | Discovery pattern for `$D` design binary, mirrors `{{BROWSE_SETUP}}` | | `{{DESIGN_SHOTGUN_LOOP}}` | `resolvers/design.ts` | Shared comparison board feedback loop for /design-shotgun, /plan-design-review, /design-consultation | +| `{{UX_PRINCIPLES}}` | `resolvers/design.ts` | User behavioral foundations (scanning, satisficing, goodwill reservoir, trunk test) for /design-html, /design-shotgun, /design-review, /plan-design-review | This is structurally sound — if a command exists in code, it appears in docs. If it doesn't exist, it can't appear. diff --git a/VERSION b/VERSION index de939e96..ca415c68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.3.0 +0.17.0.0