more audit work
This commit is contained in:
25
src/TaskRunner/AGENTS.md
Normal file
25
src/TaskRunner/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# TaskRunner Module Charter
|
||||
|
||||
## Mission
|
||||
- Orchestrate deterministic task-pack execution, evidence, and replayable run logs.
|
||||
|
||||
## Responsibilities
|
||||
- Define pack run lifecycle, persistence, and evidence outputs.
|
||||
- Ensure canonical plan hashing and deterministic event emission.
|
||||
- Maintain offline-first execution and bounded resource usage.
|
||||
|
||||
## Required Reading
|
||||
- docs/README.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/modules/taskrunner/architecture.md
|
||||
|
||||
## Working Agreement
|
||||
- Use TimeProvider and IGuidGenerator for all timestamps and IDs.
|
||||
- Use RFC 8785 canonical JSON for hashes and signatures.
|
||||
- Propagate CancellationToken and avoid network by default.
|
||||
|
||||
## Testing Strategy
|
||||
- Unit tests for plan hashing, persistence, and evidence outputs.
|
||||
- Determinism tests for run logs and identifiers.
|
||||
- Integration tests for API and worker loops.
|
||||
Reference in New Issue
Block a user