feat(cli): update CALM model version and add CLI instructions#1815
feat(cli): update CALM model version and add CLI instructions#1815rocketstack-matt merged 1 commit intofinos:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds CLI documentation to the CALM AI assistant tools and updates the AI model version. The new calm-cli-instructions.md file provides comprehensive documentation of all CLI commands for AI assistants to reference when helping users work with CALM.
- Adds
calm-cli-instructions.mdwith detailed CLI command documentation - Integrates the new prompt file into the CLI build and chatmode configuration
- Updates the AI model from "Claude Sonnet 4" to "Claude Sonnet 4.5"
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
calm-ai/tools/calm-cli-instructions.md |
New file documenting all CALM CLI commands with usage examples and flags |
cli/src/command-helpers/ai-tools.ts |
Adds the new CLI instructions file to the list of tool prompts copied during setup |
calm-ai/README.md |
Updates the tools list to include the new CLI instructions file (alphabetically sorted) |
calm-ai/CALM.chatmode.md |
Updates model version to Claude Sonnet 4.5 and adds CLI instructions to the prompt files list |
Comments suppressed due to low confidence (1)
calm-ai/CALM.chatmode.md:48
- [nitpick] The prompt files list is not in alphabetical order. For consistency with the alphabetically sorted list in
calm-ai/README.md, consider reordering this list alphabetically. The current order placescalm-cli-instructions.mdafterarchitecture-creation.md, but then the remaining files don't follow alphabetical order.
- `.github/chatmodes/calm-prompts/architecture-creation.md`
- `.github/chatmodes/calm-prompts/calm-cli-instructions.md`
- `.github/chatmodes/calm-prompts/node-creation.md`
- `.github/chatmodes/calm-prompts/relationship-creation.md`
- `.github/chatmodes/calm-prompts/interface-creation.md`
- `.github/chatmodes/calm-prompts/metadata-creation.md`
- `.github/chatmodes/calm-prompts/control-creation.md`
- `.github/chatmodes/calm-prompts/flow-creation.md`
- `.github/chatmodes/calm-prompts/pattern-creation.md`
- `.github/chatmodes/calm-prompts/documentation-creation.md`
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 'documentation-creation.md', | ||
| 'calm-cli-instructions.md' |
There was a problem hiding this comment.
[nitpick] The new file calm-cli-instructions.md is added at the end of the list, but for consistency with the alphabetically sorted list in calm-ai/README.md, consider placing it after architecture-creation.md (line 137) to maintain alphabetical order across all locations where these files are referenced.
| @@ -0,0 +1,133 @@ | |||
| # CALM CLI Instructions | |||
There was a problem hiding this comment.
Definitely useful to have this off hand as part of ai instructions.
Not for this issue. Be interesting if there is any tooling whereby we can define this once and not have to duplicate across the various documentation website, cli readme.md etc.
Unless copilot chat can somehow read the results of the cli --help command as part of initial instructions
feat(cli): update CALM model version and add CLI instructions
Description
Type of Change
Affected Components
cli/)shared/)calm-widgets/)calm-hub/)calm-hub-ui/)docs/)calm-plugins/vscode/)Commit Message Format ✅
Testing
Checklist