Release Notes
CAMI follows semantic versioning. This page documents changes since v0.4.0, the first public release.
v0.4.4 - agent-architect v4.1.0
December 4, 2025 · PR #14
Problem: Agents created by agent-architect didn't know where to put documentation or how to mark AI-generated content.
Fix: Updated agent-architect to embed documentation strategy guidance into every agent it creates, including where to store docs and how to mark AI-generated files.
Upgrading Existing Agents
If you have agents created with v4.0.0, ask Claude to update them:
"Have agent-architect update all agents in the fullstack-guild to include the latest documentation strategy"v0.4.3 - Source Reconciliation & WSL Support
December 4, 2025 · PR #10, PR #11
Problem: Sources cloned manually (outside CAMI tools) weren't tracked in config.yaml, creating orphaned sources. Also, WSL users hit "No such file or directory" errors due to CRLF line endings.
Fix:
- New
cami source reconcilecommand detects untracked sources and can auto-add them - SessionStart hook runs automatically to catch drift on every Claude Code session
- Added
.gitattributesto enforce LF line endings for shell scripts
CLI Usage
cami source reconcile # Interactive modecami source reconcile --check-only # Just report issuescami source reconcile --quiet # Silent when in sync (for hooks)cami source reconcile --auto-add # Auto-fix untracked sourcesv0.4.2 - Public Guilds & Softer Onboarding
December 3, 2025 · PR #5, PR #6, PR #7
Problem: Onboarding referenced a private lando-agents repo that users couldn't access, and the tone felt like a sales pitch rather than guidance.
Fix:
- Replaced all references to private repos with public guilds (fullstack-guild, content-guild, game-dev-guild)
- Changed prescriptive "I recommend adding guilds" to conversational "I'll guide you through your options"
- Cleaned up legacy
vc-agentsnaming to usesources/consistently
v0.4.1 - Guild Registry
December 1, 2025 · PR #3
Problem: When users said "Add the content-guild", CAMI had no way to resolve that name to a Git URL.
Fix: Added an official guild registry to CLAUDE.md so CAMI knows how to map guild names to their GitHub repos.
v0.4.0 - Initial Public Launch
November 29, 2025
The first public release of CAMI, including:
- agent-architect - Create agents through conversation
- 19 MCP tools - Full agent lifecycle management
- CLI -
camicommand for scripting - Agent guilds - Curated collections of specialized agents
- Priority-based deduplication - Your agents override guild agents
- Deployment tracking - Know what's deployed where
Official Agent Guilds
| Guild | Focus |
|---|---|
| fullstack-guild | MERN stack web development |
| content-guild | Writing, marketing, documentation |
| game-dev-guild | Phaser 3 game development |