Files
git.stella-ops.org/docs/features/checked/cli/settings-consolidation-under-stella-config.md
2026-02-14 09:11:48 +02:00

35 lines
1.8 KiB
Markdown

# 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`