Found during v0.11.0-beta.1 release review (Tech Lead). altimate-base-consent.test.tsx / dialog-altimate-base.test.tsx are functionally green (7-9/9) but emit dozens of Failed to read KV state ... ENOENT .../tmp/opencode/state/kv.json stack traces to stderr per run — a fail-safe path working as designed (no state dir in the test sandbox). Deferred: point the tests at a fixture tmpdir or log the KV-read miss at warn-and-once so the noise doesn't bury a real failure in CI logs.
Found during v0.11.0-beta.1 release review (Tech Lead).
altimate-base-consent.test.tsx/dialog-altimate-base.test.tsxare functionally green (7-9/9) but emit dozens ofFailed to read KV state ... ENOENT .../tmp/opencode/state/kv.jsonstack traces to stderr per run — a fail-safe path working as designed (no state dir in the test sandbox). Deferred: point the tests at a fixture tmpdir or log the KV-read miss at warn-and-once so the noise doesn't bury a real failure in CI logs.