save progress
This commit is contained in:
@@ -15,7 +15,10 @@ public sealed class RunManifestValidator : IRunManifestValidator
|
||||
public RunManifestValidator()
|
||||
{
|
||||
var schemaJson = SchemaLoader.LoadSchema("run-manifest.schema.json");
|
||||
_schema = JsonSchema.FromText(schemaJson);
|
||||
_schema = JsonSchema.FromText(schemaJson, new BuildOptions
|
||||
{
|
||||
SchemaRegistry = new SchemaRegistry()
|
||||
});
|
||||
}
|
||||
|
||||
public ValidationResult Validate(RunManifest manifest)
|
||||
|
||||
13
src/__Tests/offline/StellaOps.Offline.E2E.Tests/AGENTS.md
Normal file
13
src/__Tests/offline/StellaOps.Offline.E2E.Tests/AGENTS.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# StellaOps.Offline.E2E.Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate offline/air-gap behavior for the end-to-end test harness.
|
||||
|
||||
## Required Reading
|
||||
- docs/airgap/airgap-mode.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep tests deterministic and offline-friendly.
|
||||
- Prefer explicit skip reasons for environment-dependent tests.
|
||||
10
src/__Tests/offline/StellaOps.Offline.E2E.Tests/TASKS.md
Normal file
10
src/__Tests/offline/StellaOps.Offline.E2E.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Offline.E2E.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-0420-M | DONE | Maintainability audit for StellaOps.Offline.E2E.Tests. |
|
||||
| AUDIT-0420-T | DONE | Test coverage audit for StellaOps.Offline.E2E.Tests. |
|
||||
| AUDIT-0420-A | DONE | Waived (test project). |
|
||||
12
src/__Tests/parity/StellaOps.Parity.Tests/AGENTS.md
Normal file
12
src/__Tests/parity/StellaOps.Parity.Tests/AGENTS.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# StellaOps.Parity.Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Provide parity test harnesses and result storage for competitor comparisons.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep results deterministic where possible (stable ordering, timestamps, hashes).
|
||||
- Document external tool requirements and offline constraints in tests.
|
||||
10
src/__Tests/parity/StellaOps.Parity.Tests/TASKS.md
Normal file
10
src/__Tests/parity/StellaOps.Parity.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Parity.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-0435-M | DONE | Maintainability audit for StellaOps.Parity.Tests. |
|
||||
| AUDIT-0435-T | DONE | Test coverage audit for StellaOps.Parity.Tests. |
|
||||
| AUDIT-0435-A | DONE | APPLY waived (test project). |
|
||||
Reference in New Issue
Block a user