Files
git.stella-ops.org/docs/features
master 7943cfb3af chore(docs+devops): cross-module doc sync + sprint archival moves + compose updates
Bundled pre-session doc + ops work:
- docs/modules/**: sync across advisory-ai, airgap, cli, excititor,
  export-center, findings-ledger, notifier, notify, platform, router,
  sbom-service, ui, web (architectural + operational updates)
- docs/features/**: updates to checked excititor vex pipeline,
  developer workspace, quick verify drawer
- docs top-level: README, quickstart, API_CLI_REFERENCE, UI_GUIDE,
  code-of-conduct/TESTING_PRACTICES updates
- docs/qa/feature-checks/: FLOW.md + excititor state update
- docs/implplan/: remaining sprint updates + new Concelier source
  credentials sprint (SPRINT_20260422_003)
- docs-archived/implplan/: 30 sprint archival moves (ElkSharp series,
  misc completed sprints)
- devops/compose: .env + services compose + env example + router gateway
  config updates

File-level granularity preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 16:06:39 +03:00
..

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 in docs/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/