Skip to content

AIXCL v1.1.24

Choose a tag to compare

@sbadakhc sbadakhc released this 09 Jun 23:49
· 159 commits to main since this release
51d0962

AIXCL v1.1.24

Vault bootstrap reliability, multi-agent CLI support, and agent governance consolidation.

What's New in v1.1.24

Added

  • ✅ Cross-Tool CLI Compatibility: Added CLAUDE.md and .claude/ directory for Claude Code support with independent rules, skills, and commands (#1291)
  • ✅ Multi-Agent CLI Documentation: Added cross-tool compatibility note to docs/README.md documenting support for both OpenCode and Claude Code (#1299)

Changed

  • ✅ AGENTS.md Consolidation: Reduced from 473 lines to 207 lines (56% reduction). Detailed workflow content migrated to docs/developer/development-workflow.md. Version bumped from 1.6 to 2.0. (#1300)

Fixed

  • ✅ Deprecated Profile Docs: Removed usr and dev profiles (no longer in codebase) from adding-services.md examples (#1298)
  • ✅ Dead Workflow Reference: Fixed Compliance Rules table in .opencode/skills/workflow-guard/SKILL.md. Changed non-existent workflow-governance.md references to DEVELOPMENT.md (#1297)
  • ✅ Vault Init Reliability: Fixed Vault initialization and stack start reliability issues on first boot and warm restart (#1289, #1290)
  • ✅ Vault Anonymous Volumes: Fixed anonymous volumes from Vault agent containers and improved token refresh mechanism (#1276, #1288)
  • ✅ Podman Auto-Configuration: Stack init now auto-configures Podman alias, DOCKER_HOST, and initializes volumes (#1277)
  • ✅ Security Test Email: Corrected test email address to admin@example.com in CI security test (#1278)
  • ✅ ShellCheck Version: Added ShellCheck version check and installation instructions with environment validation (#1281)
  • ✅ Vault Engine Detection: Fixed Vault checks to use DOCKER_BIN or active engine detection instead of hardcoded docker (#1275)
  • ✅ Profile Compose Pull: Fixed compose pull to only pull profile services, avoiding pulling all images (#1274)

Removed

  • None in this release

Documentation


Full Changelog: v1.1.23...v1.1.24