more audit work
This commit is contained in:
27
src/__Tests/Tools/FixtureHarvester/AGENTS.md
Normal file
27
src/__Tests/Tools/FixtureHarvester/AGENTS.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Fixture Harvester Charter
|
||||
|
||||
## Mission
|
||||
Maintain the fixture harvester CLI and tests for deterministic fixture capture.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain fixture harvesting, validation, and metadata commands.
|
||||
- Keep fixture outputs deterministic and offline-friendly.
|
||||
- Track sprint tasks in `TASKS.md` and update the sprint tracker.
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `Commands/*.cs`
|
||||
- `FixtureHarvester.csproj`
|
||||
- `FixtureHarvester.Tests.csproj`
|
||||
- `*Tests.cs`
|
||||
|
||||
## Required Reading
|
||||
- `docs/07_HIGH_LEVEL_ARCHITECTURE.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Use fixed time/ID sources for fixture metadata and sample content.
|
||||
- 2. Prefer offline defaults; gate live downloads behind explicit flags.
|
||||
- 3. Keep CLI output ASCII-only and deterministic.
|
||||
- 4. Update `TASKS.md` and sprint statuses when work changes.
|
||||
13
src/__Tests/Tools/FixtureHarvester/TASKS.md
Normal file
13
src/__Tests/Tools/FixtureHarvester/TASKS.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Fixture Harvester Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0788-M | DONE | Revalidated 2026-01-07 (test project). |
|
||||
| AUDIT-0788-T | DONE | Revalidated 2026-01-07. |
|
||||
| AUDIT-0788-A | DONE | Waived (test project; revalidated 2026-01-07). |
|
||||
| AUDIT-0789-M | DONE | Revalidated 2026-01-07. |
|
||||
| AUDIT-0789-T | DONE | Revalidated 2026-01-07. |
|
||||
| AUDIT-0789-A | TODO | Open findings (determinism, HttpClientFactory, ASCII output, path validation, test coverage). |
|
||||
Reference in New Issue
Block a user