v5.0.0
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