Skip to content

v4.1.16

Choose a tag to compare

@mickume mickume released this 09 Jul 07:57

What's Changed

Features

  • init: install skills to .agents/skills/ with .claude/skills symlink for multi-agent compat (#709)
    • Skills are now installed to .agents/skills/ as the canonical agent-agnostic location
    • .claude/skills symlink is created automatically for Claude Code compatibility
    • Existing .claude/skills/ directories are migrated automatically
    • CLAUDE.md -> AGENTS.md symlink is created when AGENTS.md is scaffolded
    • Symlink failures are handled gracefully (logged as warnings)

Bug Fixes (from prior releases in this cycle)

  • fix(#711): scan archive directory when computing next spec prefix
  • fix(#691): reconcile config docs with code defaults and field names
  • fix(#712): add documentation update and verification steps to fix pipeline templates
  • fix(#710): add stale-reference verification to agent templates
  • fix(#708): fix test regressions in SessionSummary schema migration