Skip to content

v0.12.0 — CLI audit refactor

Choose a tag to compare

@ywatanabe1989 ywatanabe1989 released this 03 May 00:24
· 1091 commits to main since this release

Audit-driven CLI cleanup + auto/ subpackage refactor

Breaking changes

  • 14 CLI verbs renamed per audit §1 (verb-noun + leaf-noun rules):
    • statusshow-status
    • listlist-agents
    • healthcheck-health
    • logsshow-logs
    • buildbuild-image
    • snapshottake-snapshot
    • cleanupclean-registry
    • hook-eventingest-hook-event
    • quota-watchwatch-quota
    • contributor-specrender-contributor-spec
    • priority-checkcheck-priority
    • singleton-reconcilereconcile-singletons
    • install (group) → installation
    • actions runactions exec
    • actions statsactions show-stats
  • sac start / sac stop now require positional TARGETS; --all flag removed (pass a directory target instead)
  • Python: scitex_agent_container.auto_accept[_daemon|_response]scitex_agent_container.auto.{accept,daemon,response}

New

  • sac mcp list-tools command group (audit §1a)
  • --json on show-logs, --dry-run / --yes on reconcile-singletons
  • All audit warnings cleared across CLI / skills / Python APIs / project structure