- 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.
29 lines
451 B
Plaintext
29 lines
451 B
Plaintext
.claude
|
|
.pi
|
|
target
|
|
rust-agentic-task.md
|
|
tasks/artifacts/*
|
|
|
|
*.stderr
|
|
|
|
verify/
|
|
reviews/
|
|
|
|
# agent-harness: build artifacts and vendored archives never belong in source control
|
|
*.tar.gz
|
|
*.tgz
|
|
*.crate
|
|
*.zip
|
|
*.bin
|
|
*.whl
|
|
vendor/
|
|
node_modules/
|
|
|
|
# agent-harness: task/phase completion sentinel files, harness bookkeeping only
|
|
.task-result-*
|
|
.phase-result-*
|
|
.stage-done-*
|
|
|
|
# agent-harness: PLAN.md is per-task planner scratch state, never a deliverable
|
|
PLAN.md
|