refactor(compact): align pruning contracts (round 3)

This commit is contained in:
Hypatia May
2026-07-16 18:51:26 +08:00
parent 171bae5c20
commit ba4a57c7d1
38 changed files with 97 additions and 111 deletions

View File

@@ -69,11 +69,6 @@ describe('gen-tool-catalog assertManifestComplete', () => {
// is unlisted, so the guard must fire and name them.
expect(() => { assertManifestComplete([]) }).toThrow(/not in the boot manifest/)
expect(() => { assertManifestComplete([]) }).toThrow(/tool-bash/)
try {
assertManifestComplete([])
} catch (error) {
expect(String(error)).not.toContain('tool-result-prune')
}
})
})