Merged
Conversation
Add concepts block (node types, edge semantics, versioning, ID conventions), workflows section (capture_decision, check_health, respond_to_drift, record_gap), structured examples with explanations, output_schema_hint per command, related_commands, and richer "when to use" descriptions. Closes #22 Co-Authored-By: Claude Opus 4.6 (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.
Summary
conceptsblock with node types, edge semantics, versioning model, and ID conventions so LLMs understand the domain model before using commandsworkflowssection with 4 task-oriented patterns (capture_decision, check_health, respond_to_drift, record_gap)output_schema_hintper command so LLMs know response shapes without speculative execution{command, explanation}objectsrelated_commandsfor navigation between commandsEDGE_TYPESconstantCloses #22
Test plan
make pre-commitpasses (fmt, clippy, tests)cargo run -- --json | jq .conceptsreturns node types and edge semanticscargo run -- --json | jq .workflowsreturns 4 workflowscargo run -- --json | jq '.commands[0].examples[0].command'returns structured example🤖 Generated with Claude Code