Skip to content

Commit 668a125

Browse files
authored
chore: add changeset for AI assistants support and validation fixes (Fission-AI#227)
* fix: manually merge and archive four completed OpenSpec changes Merged and archived four concurrent changes that modified the same specs: - add-cline-support: Added Cline AI tool configuration - add-crush-support: Added Crush AI tool configuration - add-factory-slash-commands: Added Factory Droid slash commands - add-archive-command-arguments: Added archive command argument support Changes to cli-init/spec.md: - Added Cline and CodeBuddy Code configuration scenarios - Added slash command scenarios for CodeBuddy Code, Cline, Crush, Factory Droid Changes to cli-update/spec.md: - Added update scenarios for CodeBuddy Code, Cline, Crush, Factory Droid - Added Archive Command Argument Support requirement - Modified OpenCode scenario to support $ARGUMENTS placeholder This required manual intervention to prevent data loss from OpenSpec's requirement-level replacement during archiving. The archive operations initially overwrote scenarios from earlier changes, requiring restoration of all missing content to preserve complete spec state. All four changes successfully archived to openspec/changes/archive/. * Add changeset for AI assistants support and validation fixes
1 parent fef961f commit 668a125

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
"@fission-ai/openspec": minor
3+
---
4+
5+
Add support for multiple AI assistants and improve validation
6+
7+
This release adds support for several new AI coding assistants:
8+
- CodeBuddy Code - AI-powered coding assistant
9+
- CodeRabbit - AI code review assistant
10+
- Cline - Claude-powered CLI assistant
11+
- Crush AI - AI assistant platform
12+
- Auggie (Augment CLI) - Code augmentation tool
13+
14+
New features:
15+
- Archive slash command now supports arguments for more flexible workflows
16+
17+
Bug fixes:
18+
- Delta spec validation now handles case-insensitive headers and properly detects empty sections
19+
- Archive validation now correctly honors --no-validate flag and ignores metadata
20+
21+
Documentation improvements:
22+
- Added VS Code dev container configuration for easier development setup
23+
- Updated AGENTS.md with explicit change-id notation
24+
- Enhanced slash commands documentation with restart notes

0 commit comments

Comments
 (0)