Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 15:04
· 7 commits to main since this release
b087a93

5.0.0 (2026-09-05)

  • feat(cli)!: collapse runtime uninstall and runtime untrust into a single uninstall command (#81) (b087a93), closes #79 #80

BREAKING CHANGES

  • 'rogatio runtime untrust' is removed from the CLI surface. Anyone invoking it post-release hits the ...

Controller (packages/runtime/src/trust.ts): the uninstall method is widened via a new closure-private removeCa() help...

CLI dispatch (packages/cli/src/commands/runtime.ts, index.ts): 'untrust' is removed from the runtimeCommand overload ...

Tests: added 5 new test cases to packages/runtime/test/trust.test.ts (AC-1..AC-5) covering the unified uninstall path...

Frozen decision records: appended '> Superseded by: feat/collapse-runtime-uninstall-and-untrust' footers at 20 marked...

Live documentation: updated README.md, AGENTS.md, docs/architecture.md, rogatio-overview.md, samples/basic/README.md,...

Verified via pnpm validate: format, lint, typecheck, build (18 ESM artifacts), vitest (80 files, 588 tests), checkArt...

Install

This release publishes @rogatio/cli@5.0.0. Install globally with your preferred package manager:

npm install -g @rogatio/cli@5.0.0
pnpm add -g @rogatio/cli@5.0.0
bun add -g @rogatio/cli@5.0.0
vp install -g @rogatio/cli@5.0.0