Tests fixes, audit progress, UI completions
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# LinkNotMerge VEX Benchmark Tests Charter
|
||||
|
||||
## Mission
|
||||
Own the LinkNotMerge VEX benchmark test suite. Validate config parsing, regression reporting, and deterministic benchmark helpers.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.LinkNotMerge.Vex.Tests`.
|
||||
- Ensure tests remain deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `BaselineLoaderTests.cs`
|
||||
- `BenchmarkScenarioReportTests.cs`
|
||||
- `VexScenarioRunnerTests.cs`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for regression thresholds and baselines.
|
||||
- Platform guild for determinism expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/README.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# LinkNotMerge VEX Benchmark 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-0105-M | DONE | Maintainability audit for StellaOps.Bench.LinkNotMerge.Vex.Tests. |
|
||||
| AUDIT-0105-T | DONE | Test coverage audit for StellaOps.Bench.LinkNotMerge.Vex.Tests. |
|
||||
| AUDIT-0105-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# LinkNotMerge VEX Benchmark Charter
|
||||
|
||||
## Mission
|
||||
Own the LinkNotMerge VEX benchmark harness and reporting outputs. Keep runs deterministic, offline-friendly, and aligned with production VEX flows.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.LinkNotMerge.Vex` runner, config parsing, and output writers.
|
||||
- Keep benchmark inputs deterministic and document default datasets.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `VexScenarioConfig.cs`
|
||||
- `VexScenarioRunner.cs`
|
||||
- `Reporting/`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for performance baselines.
|
||||
- Platform guild for determinism and offline expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/README.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# LinkNotMerge VEX Benchmark 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-0104-M | DONE | Maintainability audit for StellaOps.Bench.LinkNotMerge.Vex. |
|
||||
| AUDIT-0104-T | DONE | Test coverage audit for StellaOps.Bench.LinkNotMerge.Vex. |
|
||||
| AUDIT-0104-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,29 @@
|
||||
# LinkNotMerge Benchmark Tests Charter
|
||||
|
||||
## Mission
|
||||
Own the LinkNotMerge benchmark test suite. Validate config parsing, regression reporting, and deterministic benchmark helpers.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.LinkNotMerge.Tests`.
|
||||
- Ensure tests remain deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `BaselineLoaderTests.cs`
|
||||
- `BenchmarkScenarioReportTests.cs`
|
||||
- `LinkNotMergeScenarioRunnerTests.cs`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for regression thresholds and baselines.
|
||||
- Platform guild for determinism expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/README.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# LinkNotMerge Benchmark 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-0103-M | DONE | Maintainability audit for StellaOps.Bench.LinkNotMerge.Tests. |
|
||||
| AUDIT-0103-T | DONE | Test coverage audit for StellaOps.Bench.LinkNotMerge.Tests. |
|
||||
| AUDIT-0103-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# LinkNotMerge Benchmark Charter
|
||||
|
||||
## Mission
|
||||
Own the LinkNotMerge benchmark harness and reporting outputs. Keep runs deterministic, offline-friendly, and aligned with production behavior.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.LinkNotMerge` runner, config parsing, and output writers.
|
||||
- Keep benchmark inputs deterministic and document default datasets.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `BenchmarkConfig.cs`
|
||||
- `LinkNotMergeScenarioRunner.cs`
|
||||
- `Reporting/`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for performance baselines.
|
||||
- Platform guild for determinism and offline expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/README.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# LinkNotMerge Benchmark 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-0102-M | DONE | Maintainability audit for StellaOps.Bench.LinkNotMerge. |
|
||||
| AUDIT-0102-T | DONE | Test coverage audit for StellaOps.Bench.LinkNotMerge. |
|
||||
| AUDIT-0102-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# Notify Benchmark Tests Charter
|
||||
|
||||
## Mission
|
||||
Own the Notify benchmark test suite. Validate config parsing, regression reporting, and deterministic benchmark helpers.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.Notify.Tests`.
|
||||
- Ensure tests remain deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `BaselineLoaderTests.cs`
|
||||
- `BenchmarkScenarioReportTests.cs`
|
||||
- `NotifyScenarioRunnerTests.cs`
|
||||
- `PrometheusWriterTests.cs`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for regression thresholds and baselines.
|
||||
- Platform guild for determinism expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/README.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Notify Benchmark 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-0107-M | DONE | Maintainability audit for StellaOps.Bench.Notify.Tests. |
|
||||
| AUDIT-0107-T | DONE | Test coverage audit for StellaOps.Bench.Notify.Tests. |
|
||||
| AUDIT-0107-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# Notify Benchmark Charter
|
||||
|
||||
## Mission
|
||||
Own the Notify dispatch benchmark harness and reporting outputs. Keep runs deterministic, offline-friendly, and aligned with production notify flows.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.Notify` runner, config parsing, and output writers.
|
||||
- Keep benchmark inputs deterministic and document default datasets.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `BenchmarkConfig.cs`
|
||||
- `NotifyScenarioRunner.cs`
|
||||
- `Reporting/`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for performance baselines.
|
||||
- Platform guild for determinism and offline expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/README.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Notify Benchmark 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-0106-M | DONE | Maintainability audit for StellaOps.Bench.Notify. |
|
||||
| AUDIT-0106-T | DONE | Test coverage audit for StellaOps.Bench.Notify. |
|
||||
| AUDIT-0106-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# PolicyEngine Benchmark Charter
|
||||
|
||||
## Mission
|
||||
Own the PolicyEngine benchmark harness and reporting outputs. Keep runs deterministic, offline-friendly, and aligned with policy evaluation flows.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.PolicyEngine` runner, config parsing, and output writers.
|
||||
- Keep benchmark inputs deterministic and document default datasets.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `BenchmarkConfig.cs`
|
||||
- `PolicyScenarioRunner.cs`
|
||||
- `Reporting/`
|
||||
|
||||
## Coordination
|
||||
- Bench guild for performance baselines.
|
||||
- Policy Engine owners for evaluation expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/policy/architecture.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# PolicyEngine Benchmark 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-0108-M | DONE | Maintainability audit for StellaOps.Bench.PolicyEngine. |
|
||||
| AUDIT-0108-T | DONE | Test coverage audit for StellaOps.Bench.PolicyEngine. |
|
||||
| AUDIT-0108-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# Scanner Analyzers Benchmark Tests Charter
|
||||
|
||||
## Mission
|
||||
Own the Scanner Analyzers benchmark test suite. Validate config parsing, baseline handling, and deterministic benchmark helpers.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.ScannerAnalyzers.Tests`.
|
||||
- Ensure tests remain deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `BaselineLoaderTests.cs`
|
||||
- `BenchmarkJsonWriterTests.cs`
|
||||
- `BenchmarkScenarioReportTests.cs`
|
||||
- `PrometheusWriterTests.cs`
|
||||
|
||||
## Coordination
|
||||
- Scanner analyzer owners for baseline expectations.
|
||||
- Platform guild for determinism expectations.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/scanner/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Scanner Analyzers Benchmark 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-0111-M | DONE | Maintainability audit for StellaOps.Bench.ScannerAnalyzers.Tests. |
|
||||
| AUDIT-0111-T | DONE | Test coverage audit for StellaOps.Bench.ScannerAnalyzers.Tests. |
|
||||
| AUDIT-0111-A | TODO | Pending approval for changes. |
|
||||
@@ -0,0 +1,30 @@
|
||||
# Scanner Analyzers Benchmark Charter
|
||||
|
||||
## Mission
|
||||
Own the Scanner Analyzers benchmark harness and reporting outputs. Keep runs deterministic, offline-friendly, and aligned with analyzer performance expectations.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Bench.ScannerAnalyzers` runner, config parsing, and output writers.
|
||||
- Keep benchmark inputs deterministic and document default datasets.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `BenchmarkConfig.cs`
|
||||
- `ScenarioRunners.cs`
|
||||
- `Reporting/`
|
||||
|
||||
## Coordination
|
||||
- Scanner analyzer owners for baseline expectations.
|
||||
- Platform guild for determinism and offline rules.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/scanner/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work.
|
||||
- 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met.
|
||||
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
|
||||
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
|
||||
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Scanner Analyzers Benchmark 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-0110-M | DONE | Maintainability audit for StellaOps.Bench.ScannerAnalyzers. |
|
||||
| AUDIT-0110-T | DONE | Test coverage audit for StellaOps.Bench.ScannerAnalyzers. |
|
||||
| AUDIT-0110-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user