Deferred from the v0.10.0 release review.
declared() (packages/opencode/src/altimate/workspace/engine-probes.ts:122-142) parses the engine's declared capabilities and splits them into extension keys and tool keys. It has no direct test coverage.
Every consumer test injects an already-shaped Declared object through the test seam, bypassing the parser entirely — so a bug in the split would ship without any test noticing. Needs test scaffolding that exercises the real parse.
Deferred from the v0.10.0 release review.
declared()(packages/opencode/src/altimate/workspace/engine-probes.ts:122-142) parses the engine's declared capabilities and splits them into extension keys and tool keys. It has no direct test coverage.Every consumer test injects an already-shaped
Declaredobject through the test seam, bypassing the parser entirely — so a bug in the split would ship without any test noticing. Needs test scaffolding that exercises the real parse.