docs(agents): surface docs/solutions/ corpus in AGENTS.md#84
Merged
Conversation
AGENTS.md is the canonical instruction file for this repo per the global "see AGENTS.md; use CLAUDE.md only if the repo still keeps a compatibility shim" rule, but the docs/solutions/ knowledge-store mention only lived in CLAUDE.md. An agent reading only AGENTS.md (cross-tool collaborators, fresh sessions, the gh CLI's view of the repo) would not discover that documented solutions to past problems are searchable via `qmd query "<topic>" --collection solutions`. Add a small `## Documented Solutions` section after `External signal / research` mirroring CLAUDE.md's existing block. Five lines; informational voice, not imperative; no duplication of CLAUDE.md content. Surfaced by /ce-compound's Discoverability Check during the worktree-isolation stale-base learning doc.
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
Adds a
## Documented Solutionssection toAGENTS.mdso agents reading the canonical instruction file discoverdocs/solutions/. Mirrors the equivalent block that already exists inCLAUDE.md.AGENTS.md is the source of truth per the "see AGENTS.md; use CLAUDE.md only if the repo still keeps a compatibility shim" rule, but the
docs/solutions/knowledge-store mention previously only lived in CLAUDE.md. A cross-tool collaborator, a fresh session, or any agent reading viagh repo viewwould not learn that documented solutions exist and are searchable viaqmd query "<topic>" --collection solutions.Surfaced by the
/ce-compoundDiscoverability Check during the worktree-isolation stale-base learning doc.Type of Change
docs: Documentation updateRelated Issues/Stories
docs/solutions/workflow-issues/claude-code-worktree-isolation-stale-base-2026-06-04.md(committed to the symlinked solutions-docs repo atmain).Testing
Test Summary:
Files Modified
Modified:
AGENTS.md: appended a 5-line## Documented Solutionssection afterExternal signal / research. Informational voice (not imperative). Path, frontmatter hint, andqmd querypointer mirror the existing CLAUDE.md block.Created:
Renamed:
Deleted:
Breaking Changes
Deployment Notes
Checklist