30 lines
551 B
Plaintext
30 lines
551 B
Plaintext
.claude
|
|
.pi
|
|
target
|
|
rust-agentic-task.md
|
|
tasks/artifacts/*
|
|
|
|
*.stderr
|
|
!*/tests/compile_fail/*.stderr # trybuild compile-fail expected outputs are tracked with the tests
|
|
|
|
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
|