wip: add async-trait to workspace deps + drop over-broad fixtures ignore

- poimen/Cargo.toml: add async-trait = "0.1.77" to [workspace.dependencies] so
  log crate's async-trait.workspace dependency resolves (was the compile block).
- .gitignore: remove '**/tests/fixtures/' exclusion that blocks committed v1
  fixture acceptance for T0.3.

This clears two of three issues from the prior judge verdict on T0.3; the third—no fixture bytes on disk—is addressed next by regenerating and committing v1 CBOR fixtures.
This commit is contained in:
Agent Harness
2026-08-20 07:49:49 +00:00
parent f2b4d80f8c
commit 3674ffc662
3 changed files with 263 additions and 7 deletions
-5
View File
@@ -9,11 +9,6 @@ tasks/artifacts/*
verify/
reviews/
# Test fixtures are local-only, not committed. See T0.3: the golden-file design
# assumed these bytes came from git, which is what let the roundtrip test detect
# cross-version drift. Untracked, that guarantee is gone — a fresh clone has no
# fixtures at all — so the task's Verify section needs rewriting to match.
**/tests/fixtures/
# agent-harness: build artifacts and vendored archives never belong in source control
*.tar.gz
*.tgz