chore: close runtime-manager rollout with verification evidence

This commit is contained in:
ZenchantLive 2026-03-02 20:51:01 -08:00
parent 6fbd6329b4
commit 5772086c1a
3 changed files with 54 additions and 145 deletions

View file

@ -18,5 +18,5 @@ test('self-update returns explicit placeholder result', async () => {
test('uninstall requires --yes', async () => {
const out = await runCli(['uninstall', '--json']);
assert.equal(out.ok, false);
assert.match(out.error, /--yes/);
assert.match(String(out.error), /--yes/);
});