save progress
This commit is contained in:
25
src/__Libraries/StellaOps.Interop/AGENTS.md
Normal file
25
src/__Libraries/StellaOps.Interop/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Interop Library Agent Charter
|
||||
|
||||
## Mission
|
||||
- Provide consistent tool discovery and execution for offline-safe interop workflows.
|
||||
|
||||
## Responsibilities
|
||||
- Keep process execution deterministic and cancellable.
|
||||
- Avoid environment-specific assumptions; prefer explicit tool paths.
|
||||
- Maintain cross-platform tool resolution behavior.
|
||||
|
||||
## Required Reading
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Libraries/StellaOps.Interop
|
||||
- Allowed shared projects: src/__Tests/interop/StellaOps.Interop.Tests
|
||||
|
||||
## Testing Expectations
|
||||
- Add unit tests for path resolution and process execution outcomes.
|
||||
- Avoid reliance on external network or installed tools in unit tests; use stubs.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep outputs deterministic and avoid non-ASCII logs.
|
||||
10
src/__Libraries/StellaOps.Interop/TASKS.md
Normal file
10
src/__Libraries/StellaOps.Interop/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Interop 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-0370-M | DONE | Maintainability audit for StellaOps.Interop. |
|
||||
| AUDIT-0370-T | DONE | Test coverage audit for StellaOps.Interop. |
|
||||
| AUDIT-0370-A | TODO | Pending approval. |
|
||||
Reference in New Issue
Block a user