Skip to content

Commit 240409d

Browse files
FL4TLiN3claude
andauthored
refactor: adopt Hard Signal Framework for create-expert verification (#781)
* refactor: adopt Hard Signal Framework for create-expert verification pipeline Replace soft signal verification (LLM judgment) with hard signal verification (deterministic commands with expected outputs). Key changes: - Design Principle 1: "Built-in Verification" → "Hard Signal Verification" with three conditions: Ground truth, Context separation, Determinism - Plan: 3 test queries → 1 comprehensive query with deep signal coverage - Build loop: sequential 3-query cycle → write → test → verify with reproducibility confirmation - Verify-test: artifact inspection + semantic review → hard signal execution + reproducibility check + structural checks - Verdict system: PASS/SUFFICIENT/CONTINUE → PASS/CONTINUE Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: remove coding-specific vocabulary from Hard Signal Framework descriptions Replace "exit codes, test results, grep matches" and similar coding-centric examples with domain-neutral language per Design Principle 3 (Domain Agnosticism). create-expert serves all domains, not just software development. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d5c176f commit 240409d

File tree

2 files changed

+101
-83
lines changed

2 files changed

+101
-83
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"perstack": patch
3+
---
4+
5+
refactor: adopt Hard Signal Framework for create-expert verification pipeline

0 commit comments

Comments
 (0)