Tests fixes, audit progress, UI completions
This commit is contained in:
10
src/Cli/StellaOps.Cli/TASKS.md
Normal file
10
src/Cli/StellaOps.Cli/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Cli 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-0137-M | DONE | Maintainability audit for StellaOps.Cli. |
|
||||
| AUDIT-0137-T | DONE | Test coverage audit for StellaOps.Cli. |
|
||||
| AUDIT-0137-A | TODO | Pending approval for changes. |
|
||||
27
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/AGENTS.md
Normal file
27
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/AGENTS.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# AOC CLI Plugin Charter
|
||||
|
||||
## Mission
|
||||
Own the AOC CLI plugin that exposes append-only contract verification commands.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Cli.Plugins.Aoc` command registration and verification flow.
|
||||
- Keep outputs deterministic and offline-friendly when possible.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `AocCliCommandModule.cs`
|
||||
|
||||
## Coordination
|
||||
- AOC library owners.
|
||||
- CLI core owners for plugin contracts and output conventions.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/cli/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.
|
||||
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/TASKS.md
Normal file
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# AOC CLI Plugin 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-0138-M | DONE | Maintainability audit for StellaOps.Cli.Plugins.Aoc. |
|
||||
| AUDIT-0138-T | DONE | Test coverage audit for StellaOps.Cli.Plugins.Aoc. |
|
||||
| AUDIT-0138-A | TODO | Pending approval for changes. |
|
||||
27
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/AGENTS.md
Normal file
27
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/AGENTS.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# NonCore CLI Plugin Charter
|
||||
|
||||
## Mission
|
||||
Own the NonCore CLI plugin that exposes non-core command groups (Excititor, runtime policy, offline kit).
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Cli.Plugins.NonCore` command registration and option validation.
|
||||
- Keep outputs deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `NonCoreCliCommandModule.cs`
|
||||
|
||||
## Coordination
|
||||
- Excititor, runtime policy, and offline kit module owners.
|
||||
- CLI core owners for plugin contracts and output conventions.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/cli/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.
|
||||
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/TASKS.md
Normal file
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# NonCore CLI Plugin 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-0139-M | DONE | Maintainability audit for StellaOps.Cli.Plugins.NonCore. |
|
||||
| AUDIT-0139-T | DONE | Test coverage audit for StellaOps.Cli.Plugins.NonCore. |
|
||||
| AUDIT-0139-A | TODO | Pending approval for changes. |
|
||||
28
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/AGENTS.md
Normal file
28
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/AGENTS.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Symbols CLI Plugin Charter
|
||||
|
||||
## Mission
|
||||
Own the Symbols CLI plugin that exposes symbol ingestion, upload, verification, and health commands.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Cli.Plugins.Symbols` command registration and option validation.
|
||||
- Keep outputs deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `SymbolsCliCommandModule.cs`
|
||||
|
||||
## Coordination
|
||||
- Symbols module owners.
|
||||
- CLI core owners for plugin contracts and output conventions.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/cli/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/cli/guides/commands/symbols.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.
|
||||
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/TASKS.md
Normal file
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Symbols CLI Plugin 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-0140-M | DONE | Maintainability audit for StellaOps.Cli.Plugins.Symbols. |
|
||||
| AUDIT-0140-T | DONE | Test coverage audit for StellaOps.Cli.Plugins.Symbols. |
|
||||
| AUDIT-0140-A | TODO | Pending approval for changes. |
|
||||
28
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/AGENTS.md
Normal file
28
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/AGENTS.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Verdict CLI Plugin Charter
|
||||
|
||||
## Mission
|
||||
Own the Verdict CLI plugin that exposes offline verdict verification commands.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Cli.Plugins.Verdict` command registration and verification flow.
|
||||
- Keep outputs deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `VerdictCliCommandModule.cs`
|
||||
|
||||
## Coordination
|
||||
- Verdict library owners.
|
||||
- CLI core owners for plugin contracts and output conventions.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/cli/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/authority/verdict-manifest.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.
|
||||
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/TASKS.md
Normal file
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Verdict CLI Plugin 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-0141-M | DONE | Maintainability audit for StellaOps.Cli.Plugins.Verdict. |
|
||||
| AUDIT-0141-T | DONE | Test coverage audit for StellaOps.Cli.Plugins.Verdict. |
|
||||
| AUDIT-0141-A | TODO | Pending approval for changes. |
|
||||
29
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/AGENTS.md
Normal file
29
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/AGENTS.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# VEX CLI Plugin Charter
|
||||
|
||||
## Mission
|
||||
Own the VEX CLI plugin that exposes VEX management and auto-downgrade commands.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Cli.Plugins.Vex` command registration and option validation.
|
||||
- Keep outputs deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `VexCliCommandModule.cs`
|
||||
|
||||
## Coordination
|
||||
- VEX Lens and Excititor module owners.
|
||||
- CLI core owners for plugin contracts and output conventions.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/cli/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/vex-lens/architecture.md`
|
||||
- `docs/modules/excititor/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.
|
||||
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/TASKS.md
Normal file
10
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# VEX CLI Plugin 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-0142-M | DONE | Maintainability audit for StellaOps.Cli.Plugins.Vex. |
|
||||
| AUDIT-0142-T | DONE | Test coverage audit for StellaOps.Cli.Plugins.Vex. |
|
||||
| AUDIT-0142-A | TODO | Pending approval for changes. |
|
||||
30
src/Cli/__Tests/StellaOps.Cli.Tests/AGENTS.md
Normal file
30
src/Cli/__Tests/StellaOps.Cli.Tests/AGENTS.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# CLI Tests Charter
|
||||
|
||||
## Mission
|
||||
Own the CLI test suite for command handlers, golden outputs, determinism, and integration behavior.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain tests for `StellaOps.Cli` and CLI plugins with deterministic outputs.
|
||||
- Keep fixtures offline-friendly and stable across environments.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `StellaOps.Cli.Tests.csproj`
|
||||
- `Commands/`
|
||||
- `GoldenOutput/`
|
||||
- `Integration/`
|
||||
|
||||
## Coordination
|
||||
- CLI core owners.
|
||||
- Plugin owners for new command surfaces.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/cli/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.
|
||||
10
src/Cli/__Tests/StellaOps.Cli.Tests/TASKS.md
Normal file
10
src/Cli/__Tests/StellaOps.Cli.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CLI 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-0143-M | DONE | Maintainability audit for StellaOps.Cli.Tests. |
|
||||
| AUDIT-0143-T | DONE | Test coverage audit for StellaOps.Cli.Tests. |
|
||||
| AUDIT-0143-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user