docs(spec): review and strengthen v6 spec consistency#753
Merged
Conversation
- DESIGN.md: add "Tick 순서와 Evaluator 위치" section between flow diagram and module table, explaining why evaluate-before-execute matters for concurrency slot release - datasource.md: replace v5 "on_fail script" with v6 "hook.on_fail()" (3 places) - evaluator.md, stagnation.md: add "v6 범위 아님" markers to Phase 2 features (ConsensusStage, DriftDetector/DiminishingDetector) and clarify v6 scope Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- lifecycle-hook.md: add dynamic Hook impl loading (DB→yaml→create→execute→release with LRU cache), hook error handling policy (critical vs non-critical), on_escalation→on_fail call ordering with pseudocode - daemon.md: detail dependency gate edge cases (cycle detection via DFS at registration, orphan→open, Failed/Skipped→blocked, self-dependency→reject) - agent-workspace.md: fix stale claw→agent naming in rules path priority and implementation references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v6 스펙 리뷰 결과 발견된 Critical 이슈 5건 + Cross-Document 일관성 이슈 3건을 수정.
DESIGN.md
lifecycle-hook.md
daemon.md
datasource.md
evaluator.md / stagnation.md
agent-workspace.md
Test plan
🤖 Generated with Claude Code