docs: modularize agent startup docs [AI-assisted]#122
Merged
Conversation
4ef6d20 to
e01f685
Compare
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.mdandCONSUMER.mdhad turned into large startup docs, and Claude CLI was warning that the loadedCLAUDE.mdwas impacting performance.docs/agent-guides/.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
CLAUDE.mdwarning.codex/consumer-openclaw-projectinstead of treatingconsumeras the active default.Security Impact (required)
Yes/No): NoYes/No): NoYes/No): NoYes/No): NoYes/No): NoYes, explain risk + mitigation:Repro + Verification
Environment
CLAUDE.md -> AGENTS.mdsymlinkSteps
claude.Expected
CLAUDE.mdstartup warning.Actual
CLAUDE.mdwarning.AGENTS.mdandCONSUMER.mdare lean entrypoints with pointers.Evidence
Snippet from post-change startup in tmux:
No
Large CLAUDE.md will impact performancewarning appeared.Human Verification (required)
What you personally verified (not just CI), and how:
claudein a new tmux pane inside this repo and confirmed the large-file warning is gone.CLAUDE.mdstill resolves through theAGENTS.mdsymlink and that branch-target guidance now distinguishes forkmain, consumer integration, and upstream-only-on-request.pnpm build,pnpm check,pnpm test, or any runtime/product behavior outside the startup docs.Review Conversations
Compatibility / Migration
Yes/No): YesYes/No): NoYes/No): NoFailure Recovery (if this breaks)
4ef6d20f01AGENTS.md,CONSUMER.md, anddocs/agent-guides/*Risks and Mitigations
AGENTS.mdand grouped the moved detail into task-based docs instead of scattering it.mainvscodex/consumer-openclaw-projectvs upstream explicitly.