docs: restructure AGENTS.md and slim CLAUDE.md#90
Merged
Conversation
Rewrite AGENTS.md from 287 → 480 lines to match kynetic-spec's lean-doc standard. Adds 20 sections covering project identity, dual shadow branch architecture, bot-specific architecture (ACP, supervisor, memory), kspec foundation, ralph loop mode, PR workflow, and troubleshooting. Replace CLAUDE.md (68 lines of duplicated CLI reference) with a single @AGENTS.md directive — all content migrated into AGENTS.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chapel
commented
Feb 8, 2026
Contributor
Author
chapel
left a comment
There was a problem hiding this comment.
Strong restructure overall: this is much closer to the reference AGENTS style and the flow is substantially clearer. I found one MUST-FIX factual mismatch and a few SHOULD-FIX/SUGGESTION items for accuracy/clarity.
- Fix escalation claim: emits event/logs, not Discord notification - Fix session IDs: opaque strings, not ULIDs - Clarify SHUTDOWN_TIMEOUT dual defaults (10s kbot, 30s supervisor) - Distinguish .kspec CLI auto-commit vs .kbot runtime scheduler - Consolidate duplicate "Creating Work" section into pointer Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
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
@AGENTS.mddirective — all content migrated into AGENTS.mdKey additions vs previous AGENTS.md
Test plan
wc -l AGENTS.md= 488 lines (target ~440, overshoot justified by bot-specific architecture)wc -l CLAUDE.md= 1 lineGenerated with Claude Code