What's New in v4.2.0
CLI Specifications Stabilized
All 31 CLI specification documents have been finalized and marked as Stable:
- Agent command (2 docs): Overview, Installation
- Workflow command (2 docs): Overview, Installation
- AI-Context command (2 docs): Overview, Config Generation
- Init command (4 docs): Overview, Project Detection, Configuration Flow, Execution Stages
- Check command (4 docs): Overview, Integrity Checking, Status Display, Restore Operations
- Update command (4 docs): Overview, Version Checking, Standards Update, Feature Detection
- Configure command (3 docs): Overview, Option Types, AI Tools Management
- Shared modules (7 docs): Manifest Schema, File Operations, Hash Tracking, Integration Generation, Skills Installation, AI Agent Paths, Prompts
- List command (1 doc)
- Skills command (1 doc)
- CLI Overview (1 doc)
AI Agent Path Updates
Updated configurations to match official vendor documentation:
- Cline: Path corrected from
.cline/to.clinerules/ - Windsurf: Added workflows support with
.windsurf/rules/path - Gemini CLI: Added
commandFormat: 'toml'field - GitHub Copilot: Marked
commands.useras unsupported (VS Code IDE only)
Bug Fixes
- CLI
promptCommandsInstallationnow gracefully handles agents withcommands.user: null
See CHANGELOG.md for full details.