Tests fixes, audit progress, UI completions
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# AirGap Policy Analyzers Tests Charter
|
||||
|
||||
## Working Directory
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests`
|
||||
|
||||
## Scope
|
||||
- Analyzer and code-fix tests for air-gap egress enforcement.
|
||||
|
||||
## Required Reading
|
||||
- `docs/airgap/airgap-mode.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/AGENTS.md`
|
||||
|
||||
## Working Agreements
|
||||
- Update task status in the sprint tracker and local `TASKS.md`.
|
||||
- Keep tests deterministic; avoid environment-dependent references.
|
||||
|
||||
## Testing Rules
|
||||
- Cover diagnostics, suppression rules, and deterministic code-fix output.
|
||||
@@ -0,0 +1,10 @@
|
||||
# AirGap Policy Analyzers 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-0032-M | DONE | Maintainability audit for StellaOps.AirGap.Policy.Analyzers.Tests. |
|
||||
| AUDIT-0032-T | DONE | Test coverage audit for StellaOps.AirGap.Policy.Analyzers.Tests. |
|
||||
| AUDIT-0032-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,19 @@
|
||||
# AirGap Policy Analyzers Charter
|
||||
|
||||
## Working Directory
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers`
|
||||
|
||||
## Scope
|
||||
- Roslyn analyzer + code fix enforcing air-gap egress policy usage.
|
||||
|
||||
## Required Reading
|
||||
- `docs/airgap/airgap-mode.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/AGENTS.md`
|
||||
|
||||
## Working Agreements
|
||||
- Update task status in the sprint tracker and local `TASKS.md`.
|
||||
- Keep diagnostics deterministic and stable across builds.
|
||||
|
||||
## Testing Rules
|
||||
- Analyzer and code-fix tests must cover expected diagnostics and fix output determinism.
|
||||
@@ -0,0 +1,10 @@
|
||||
# AirGap Policy Analyzers 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-0031-M | DONE | Maintainability audit for StellaOps.AirGap.Policy.Analyzers. |
|
||||
| AUDIT-0031-T | DONE | Test coverage audit for StellaOps.AirGap.Policy.Analyzers. |
|
||||
| AUDIT-0031-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,19 @@
|
||||
# AirGap Policy Tests Charter
|
||||
|
||||
## Working Directory
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests`
|
||||
|
||||
## Scope
|
||||
- Unit tests for egress policy evaluation, configuration binding, and HttpClient enforcement.
|
||||
|
||||
## Required Reading
|
||||
- `docs/airgap/airgap-mode.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/AGENTS.md`
|
||||
|
||||
## Working Agreements
|
||||
- Update task status in the sprint tracker and local `TASKS.md`.
|
||||
- Keep tests deterministic; avoid wall-clock dependencies.
|
||||
|
||||
## Testing Rules
|
||||
- Cover allowlist parsing, rule matching, and sealed/unsealed behavior.
|
||||
@@ -0,0 +1,10 @@
|
||||
# AirGap Policy 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-0033-M | DONE | Maintainability audit for StellaOps.AirGap.Policy.Tests. |
|
||||
| AUDIT-0033-T | DONE | Test coverage audit for StellaOps.AirGap.Policy.Tests. |
|
||||
| AUDIT-0033-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,21 @@
|
||||
# AirGap Policy Library Charter
|
||||
|
||||
## Working Directory
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy`
|
||||
|
||||
## Scope
|
||||
- Egress policy evaluation, rules, and configuration helpers.
|
||||
- Air-gap aware HttpClient creation helpers.
|
||||
|
||||
## Required Reading
|
||||
- `docs/airgap/airgap-mode.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `src/AirGap/StellaOps.AirGap.Policy/AGENTS.md`
|
||||
|
||||
## Working Agreements
|
||||
- Update task status in the sprint tracker and local `TASKS.md`.
|
||||
- Keep outputs deterministic and sealed-mode safe.
|
||||
- Avoid direct network egress without policy checks.
|
||||
|
||||
## Testing Rules
|
||||
- Cover allow/deny logic, rule matching, and configuration precedence.
|
||||
@@ -0,0 +1,10 @@
|
||||
# AirGap Policy 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-0030-M | DONE | Maintainability audit for StellaOps.AirGap.Policy. |
|
||||
| AUDIT-0030-T | DONE | Test coverage audit for StellaOps.AirGap.Policy. |
|
||||
| AUDIT-0030-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user