Commit Graph
8 Commits
Author SHA1 Message Date
Story Crater Bot a61e55027a test(ci): verify main-branch trigger
ci / check (push) Failing after 5s
2026-08-21 21:24:25 -07:00
Story Crater Bot 0a2740a9da chore(k8s): add argocd structure for poimen deployment
ci / check (push) Failing after 5s
2026-08-21 21:23:56 -07:00
Story Crater Bot 5d8e5520af ci(main): add Rust check workflow
ci / check (push) Failing after 1m17s
2026-08-21 21:23:42 -07:00
Story Crater Bot 139f8419bb (plan) update the plan to captures more 2026-08-18 20:04:29 -07:00
Story Crater Bot 5a30d0ffc6 (tasks) add tasks for harness 2026-08-17 23:05:20 -07:00
Story Crater Bot e2d678b118 (chore) add agentic-sys and roundtrip 2026-08-17 23:03:51 -07:00
Story Crater BotandClaude Opus 5 a1a3737f8f T0.3: WorkEvent and SchemaVersion with fixture roundtrip test
Adds the log crate: SchemaVersion, LogRecord, BranchKey, and WorkEvent with all
eight variants, plus tests/it_fixture_roundtrip.rs walking tests/fixtures/*/ and
decoding every file.

Fixtures are local-only, not committed. The .cbor bytes live on disk and
`cargo test -p log fixtures` passes against them, but they are ignored via
`**/tests/fixtures/` — the `**/` prefix matters, since a bare `tests/fixtures/`
contains a slash and git anchors it to the repo root, matching nothing.

Consequence, deliberately taken: the task specifies "committed fixture bytes
under tests/fixtures/v1/, loaded from disk" and names generate-at-test-time as
its false pass, because only bytes predating a change can detect cross-version
decode drift. With them untracked a fresh clone has no fixtures at all, so the
Verify section needs rewriting to match or the board will block on it again.

Co-Authored-By: Claude Opus 5 <[email protected]>
2026-08-14 09:56:22 -07:00
Story Crater Bot 5582f2cd9c (chore) identify new types 2026-08-05 12:07:34 -07:00