save progress
This commit is contained in:
27
src/__Tests/interop/StellaOps.Interop.Tests/AGENTS.md
Normal file
27
src/__Tests/interop/StellaOps.Interop.Tests/AGENTS.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Interop Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Validate SBOM interoperability and parity against external tooling.
|
||||
|
||||
## Responsibilities
|
||||
- Keep tests deterministic and offline-friendly where possible.
|
||||
- Use explicit skips when required tools or credentials are missing.
|
||||
- Avoid local reimplementations that drift from production libraries.
|
||||
|
||||
## Required Reading
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/scanner/architecture.md
|
||||
- docs/benchmarks/competitive-implementation-milestones.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Tests/interop/StellaOps.Interop.Tests
|
||||
- Allowed shared projects: src/__Libraries/StellaOps.Interop
|
||||
|
||||
## Testing Expectations
|
||||
- Use test SDK and framework packages so tests run in CI.
|
||||
- Keep external tool invocations isolated and gated by environment checks.
|
||||
- Avoid silent returns; report skip reasons explicitly.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep fixtures and outputs deterministic and repository-local.
|
||||
10
src/__Tests/interop/StellaOps.Interop.Tests/TASKS.md
Normal file
10
src/__Tests/interop/StellaOps.Interop.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Interop.Tests Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0371-M | DONE | Maintainability audit for StellaOps.Interop.Tests. |
|
||||
| AUDIT-0371-T | DONE | Test coverage audit for StellaOps.Interop.Tests. |
|
||||
| AUDIT-0371-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user