Skip to content

Commit 6783d2a

Browse files
FL4TLiN3claude
andcommitted
feat: rewrite create-expert v2.0.0 — plan/write/verify with CLI validation
Architecture overhaul based on 100+ test runs: - Plan restored as "context expansion" — maximizes context before authoring - Write uses `perstack validate` and `perstack schema` CLI tools instead of LLM-based review (which was unreliable for structural correctness) - Verify does test execution + ONE completion signal check (no separate test expert — context separation caused misunderstanding) - Verify appends results to plan.md for cross-iteration knowledge continuity - Review and test experts removed - Completion signal: ONE, binary, deterministic, essential - Max 3 iterations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35f9bf3 commit 6783d2a

File tree

2 files changed

+131
-229
lines changed

2 files changed

+131
-229
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"perstack": minor
3+
"@perstack/perstack-toml": minor
4+
---
5+
6+
feat: add `perstack validate` and `perstack schema` CLI commands, rewrite create-expert v2.0.0

0 commit comments

Comments
 (0)