- API_CLI_REFERENCE.md, INSTALL_GUIDE.md, quickstart.md, architecture/integrations.md, dev/DEV_ENVIRONMENT_SETUP.md, integrations/LOCAL_SERVICES.md: reflect real-service wiring. - docs/modules/**: module dossier updates across the modules touched by SPRINT_20260415_001..007 + SPRINT_20260416_003..017 + SPRINT_20260417_018..024 + SPRINT_20260418_025 + SPRINT_20260419_026. - docs/features/checked/web/**: update feature notes where UI changed. - docs/qa/feature-checks/runs/web/evidence-presentation-ux/: QA evidence artifacts. - docs/setup/**, docs/technical/**: align with setup wizard contracts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Feature Catalog
Structured inventory of all Stella Ops features, organized for verification tracking.
Updated: 2026-02-25
Summary
| Directory | Meaning | Count |
|---|---|---|
checked/ |
Features verified by code review + tests | 1,118 |
unimplemented/ |
Partially implemented / planned features | 35 |
dropped/ |
Features not found in source code | 22 |
| Total | 1,175 |
Note: Verification evidence (QA run artifacts) is archived in
docs-archived/qa/feature-checks/runs/. The canonical feature summary is indocs/FEATURE_MATRIX.md.
How to Use
- To understand a feature: Read the file in
checked/<module>/— it contains implementation details, key files, classes, and services. - To understand what was dropped: Read files in
dropped/for context on features that were planned but not implemented. - To see unfinished work: Check
unimplemented/<module>/for features with partial scaffolding.
File Format
Each feature file follows a standard template:
Checked (VERIFIED)
# Feature Name
## Module / ## Status / ## Description
## Implementation Details (key files, classes, services)
## E2E Test Plan (setup, action, verification steps)
## Verification (tier results, timestamps)
Dropped (NOT_FOUND)
# Feature Name
## Status / ## Description
## Why Not Implemented / ## Source / ## Notes
Source Data
This catalog was built from:
- 270 product advisories (Phase 1)
- 1,343 sprint archives (Phase 2)
- CLI + Web source code scan (Phase 3)
- Two deduplication passes reducing 1,600 entries to 1,185
- 73 SPRINT_20260208 sprints completing all PARTIALLY_IMPLEMENTED features
- Full QA verification pipeline (Feb 2026) moving all features to checked/