CAMI Documentation

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:

text
"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 reconcile command detects untracked sources and can auto-add them
  • SessionStart hook runs automatically to catch drift on every Claude Code session
  • Added .gitattributes to enforce LF line endings for shell scripts

CLI Usage

bash
cami source reconcile # Interactive mode
cami source reconcile --check-only # Just report issues
cami source reconcile --quiet # Silent when in sync (for hooks)
cami source reconcile --auto-add # Auto-fix untracked sources

v0.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-agents naming to use sources/ 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 - cami command 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

GuildFocus
fullstack-guildMERN stack web development
content-guildWriting, marketing, documentation
game-dev-guildPhaser 3 game development