chore(deps): pin @ai-hero/sandcastle to ^0.5.10
The root devDependency carried a "*" wildcard, and ADR-019 documented a nonexistent ^2.73.0 pin — the package's installed version is 0.5.10. Pin to ^0.5.10 and correct ADR-019 to match.
This commit is contained in:
@@ -35,7 +35,7 @@ as the agent-orchestration substrate. `pnpm work dispatch` is the entry point.
|
||||
Concretely:
|
||||
|
||||
1. **`@ai-hero/sandcastle` is a workspace-root devDependency.** Pinned at
|
||||
`^2.73.0` at adoption; pnpm resolves later patches automatically.
|
||||
`^0.5.10` at adoption; pnpm resolves later patches automatically.
|
||||
2. **`.sandcastle/` holds the canonical prompt templates.** Five role-specific
|
||||
prompts: PRD eliciter, ADR eliciter, decomposer, implementer, reviewer.
|
||||
Each enforces the **generator-first** rule (prefer `pnpm turbo gen <kind>`
|
||||
|
||||
Reference in New Issue
Block a user