Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

refactor: nest guardrail commands under runtime topics/profiles#180

Merged
cdot65 merged 1 commit intomainfrom
cdot65/refactor-cli-nesting-179
Mar 14, 2026
Merged

refactor: nest guardrail commands under runtime topics/profiles#180
cdot65 merged 1 commit intomainfrom
cdot65/refactor-cli-nesting-179

Conversation

@cdot65
Copy link
Owner

@cdot65 cdot65 commented Mar 14, 2026

Summary

  • Moves generate, resume, report, list under daystrom runtime topics (list renamed to runs)
  • Moves audit under daystrom runtime profiles
  • Keeps backward-compatible top-level aliases with deprecation warnings via Commander preAction hooks
  • Version bump 1.14.2 → 1.15.0
  • Updates all docs: CLAUDE.md, README, CLI reference, runtime-security, guardrail-generation

Closes #179

Test plan

  • pnpm run build — compiles clean
  • pnpm run lint — no errors
  • pnpm test — 537 tests pass
  • Manual: daystrom runtime topics generate launches interactive mode
  • Manual: daystrom generate shows deprecation warning then works
  • Manual: daystrom runtime profiles audit <name> runs audit

🤖 Generated with Claude Code

- generate/resume/report/runs → runtime topics subcommands
- audit → runtime profiles subcommand
- backward-compat top-level aliases with deprecation warnings
- version bump 1.14.2 → 1.15.0
- update all docs (CLAUDE.md, README, CLI ref, runtime-security, guardrail-generation)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cdot65 cdot65 merged commit 1830379 into main Mar 14, 2026
4 checks passed
@cdot65 cdot65 deleted the cdot65/refactor-cli-nesting-179 branch March 14, 2026 10:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: nest guardrail commands under runtime topics/profiles

1 participant