docs: add Continue.dev appendix to primitives matrix (#117)#351
Merged
cobusgreyling merged 1 commit intoJul 22, 2026
Merged
Conversation
Contributor
|
Thanks @shixi-li for contributing a docs improvement — visible, reviewable PRs like this grow the reference for everyone. What happens next
More ways to help — loop-engineering maintainers |
cobusgreyling
approved these changes
Jul 22, 2026
cobusgreyling
left a comment
Owner
There was a problem hiding this comment.
LGTM — merges cleanly once validate + audit finish (first-time contributor workflows approved).
- Matches GFI #117 (Continue.dev appendix in
docs/primitives-matrix.md) - Honest gaps + human gate for L2+ are clear
- Week-one command is read-only (
cn -p --readonly) and writes only a report artifact - Style matches other tool appendices
Will squash-merge when required checks are green.
This was referenced Jul 22, 2026
cobusgreyling
approved these changes
Jul 22, 2026
cobusgreyling
left a comment
Owner
There was a problem hiding this comment.
LGTM — Continue.dev appendix matches GFI #117, honest gaps + human gate are clear, week-one command is read-only. Squash-merging when validate+audit are green.
4 tasks
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
Add a Continue.dev appendix to
docs/primitives-matrix.mdso Continue users can map the repository's loop primitives to the VS Code extension andcnCLI without assuming capabilities that are not first-class.Changes
templates/pattern-template.md+ updatedregistry.yaml)The appendix:
Checklist (from CONTRIBUTING)
node tools/loop-audit/dist/cli.js .and addressed findingsTesting / Dogfood
cd tools/readiness-core && npm ci && npm run buildcd tools/loop-audit && npm ci && npm run build && npm testnode tools/loop-audit/dist/cli.js .— 100/100, L3bash scripts/before-after-demo.shgit diff --checkScreenshots / Examples
Not applicable; this is a Markdown-only documentation change. The new appendix includes the copy-paste report-only command.
Closes #117