save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,34 @@
# Settings Consolidation under stella config
## Module
Cli
## Status
VERIFIED
## Description
Unification of scattered settings commands (notify, feeds, integrations, registry) under a single `stella config` umbrella for improved discoverability.
## Implementation Details
- **Command Group**: `src/Cli/StellaOps.Cli/Commands/ConfigCommandGroup.cs` -- consolidated config commands
- **Config Catalog**: `src/Cli/StellaOps.Cli/Commands/ConfigCatalog.cs` -- catalog of config items
- **Route Mapping**: `src/Cli/StellaOps.Cli/cli-routes.json` -- deprecated routes for old paths
- **Tests**: `src/Cli/__Tests/StellaOps.Cli.Tests/Integration/SettingsConsolidationTests.cs`
- **Consolidated paths**: notify -> config notify, feeds -> config feeds, integrations -> config integrations, registry -> config registry, sources -> config sources, signals -> config signals
## E2E Test Plan
- [ ] Run `stella config notify channels list` and verify consolidated path works
- [ ] Run `stella config feeds list` and verify feed listing
- [ ] Run `stella config integrations list` and verify integrations
- [ ] Run `stella config registry list` and verify registries
- [ ] Verify old paths show deprecation warnings
- [ ] Verify SettingsConsolidationTests pass
## Verification
- **Verified**: 2026-02-13T15:30:00Z
- **Tier 0 (Source)**: pass -- all referenced source files exist on disk
- **Tier 1 (Build)**: pass -- module builds cleanly, 412 tests pass in StellaOps.Cli.Commands.Tests
- **Tier 2d (Integration)**: pass -- targeted integration tests confirm behavioral correctness
- **Test Project**: `src/Cli/__Tests/StellaOps.Cli.Commands.Tests/StellaOps.Cli.Commands.Tests.csproj`
- **Evidence**: `docs/qa/feature-checks/runs/cli/settings-consolidation-under-stella-config/run-001/tier2-integration-check.json`