Move the documentation into the cgp-knowledge-base repository - #262
Merged
Conversation
The construct reference, the concepts, the guides, the error catalog, and the macro-implementation notes now live in the sibling `cgp-knowledge-base` repository under its `cgp/` directory. The worked examples, the related-work comparisons, and the communication-strategy documents sit at that base's top level, since they serve the whole ecosystem rather than this project, and the `/cgp` skill moved to `cgp-skills`, where a skill deployed on its own belongs. Every reference into the old `docs/` tree becomes a knowledge-base pointer: a link in a markdown file is a `main`-branch GitHub URL, and a doc pointer in a source comment or a test header names its path in the base. AGENTS.md now describes the sibling projects in place of the two `cgp`/`cargo-cgp` projects, including the rule that carries a construct change out to both the knowledge base and the skill, and the new sibling-projects.md records where each project lives and which revision of it to read. Co-Authored-By: Claude Opus 5 (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.
The construct reference, the concepts, the guides, the error catalog, and the macro-implementation notes now live in the sibling
cgp-knowledge-baserepository under itscgp/directory. The worked examples, the related-work comparisons, and the communication-strategy documents sit at that base's top level, since they serve the whole ecosystem rather than this project, and the/cgpskill moved tocgp-skills, where a skill deployed on its own belongs.Every reference into the old
docs/tree becomes a knowledge-base pointer: a link in a markdown file is amain-branch GitHub URL, and a doc pointer in a source comment or a test header names its path in the base. AGENTS.md now describes the sibling projects in place of the twocgp/cargo-cgpprojects, including the rule that carries a construct change out to both the knowledge base and the skill, and the new sibling-projects.md records where each project lives and which revision of it to read.