test(release): require packed uninstall skill cleanup

This commit is contained in:
haelyra
2026-08-24 20:56:27 -04:00
parent 55a2d4823b
commit 47d629633b
@@ -185,6 +185,7 @@ test('packed lifecycle validates canonical Antigravity and OpenCode installs', (
assert.match(lifecycleRunnerSource, /path\.join\(homeDir, '\.config', 'opencode'\)/);
assert.match(lifecycleRunnerSource, /\['doctor', '--target', options\.target, '--json'\]/);
assert.match(lifecycleRunnerSource, /skill-comply.*SKILL\.md/);
assert.match(lifecycleRunnerSource, /!fs\.existsSync\(installedSkillPath\)/);
});
test('packed lifecycle installs and verifies the opt-in Ito distribution surface', () => {