This commit is contained in:
Vladimir Moushkov
2026-01-30 23:58:25 +02:00
parent 644887997c
commit 6f8ee8aacb
7 changed files with 1 additions and 8 deletions

View File

@@ -136,5 +136,4 @@ Use these as the canonical map for schemas and contracts:
- Product overview: `docs/overview.md` - Product overview: `docs/overview.md`
- Key features: `docs/key-features.md` - Key features: `docs/key-features.md`
- Roadmap (internal): `docs/ROADMAP.md`
- Glossary: `docs/GLOSSARY.md` - Glossary: `docs/GLOSSARY.md`

View File

@@ -73,9 +73,8 @@ This index provides a complete map of documentation organized by audience and to
### Reference ### Reference
| Document | Purpose | | Document | Purpose |
|----------|---------| |----------|---------|
| [API_CLI_REFERENCE.md](API_CLI_REFERENCE.md) | API and CLI reference hub | | [API_CLI_REFERENCE.md](API_CLI_REFERENCE.md) | API and CLI reference hub |
| [GLOSSARY.md](GLOSSARY.md) | Platform terminology | | [GLOSSARY.md](GLOSSARY.md) | Platform terminology |
| [ROADMAP.md](ROADMAP.md) | Product roadmap |
--- ---

View File

@@ -65,4 +65,3 @@ Quota enforcement is configuration-driven. For the current posture and operation
- Quick start: `docs/quickstart.md` - Quick start: `docs/quickstart.md`
- Architecture overview: `docs/ARCHITECTURE_OVERVIEW.md` - Architecture overview: `docs/ARCHITECTURE_OVERVIEW.md`
- Detailed technical index: `docs/technical/README.md` - Detailed technical index: `docs/technical/README.md`
- Roadmap: `docs/ROADMAP.md`

View File

@@ -69,7 +69,6 @@ This documentation set is intentionally consolidated and does not maintain compa
| Capability cards | `key-features.md` | | Capability cards | `key-features.md` |
| Full capability matrix | `FEATURE_MATRIX.md` | | Full capability matrix | `FEATURE_MATRIX.md` |
| Product vision | `product/VISION.md` | | Product vision | `product/VISION.md` |
| Roadmap (priorities + definition of "done") | `ROADMAP.md` |
### Getting started ### Getting started

View File

@@ -12,7 +12,6 @@
| How do policy gates work? | Policy combines VEX-first inputs with lattice/precedence rules so outcomes are stable and explainable. See `docs/modules/policy/guides/vex-trust-model.md`. | | How do policy gates work? | Policy combines VEX-first inputs with lattice/precedence rules so outcomes are stable and explainable. See `docs/modules/policy/guides/vex-trust-model.md`. |
| Is multi-tenancy supported? | Yes; tenancy boundaries and roles/scopes are documented and designed to support regulated environments. See `docs/security/tenancy-overview.md` and `docs/security/scopes-and-roles.md`. | | Is multi-tenancy supported? | Yes; tenancy boundaries and roles/scopes are documented and designed to support regulated environments. See `docs/security/tenancy-overview.md` and `docs/security/scopes-and-roles.md`. |
| Can I extend it? | Yes: connectors, plugins, and policy packs are designed to be composable without losing determinism. Start with module dossiers under `docs/modules/`. | | Can I extend it? | Yes: connectors, plugins, and policy packs are designed to be composable without losing determinism. Start with module dossiers under `docs/modules/`. |
| Where is the roadmap? | `docs/ROADMAP.md` (priority bands + definition of "done"). |
| Where do I find deeper docs? | `docs/technical/README.md` is the detailed index; `docs/modules/` contains per-module dossiers. | | Where do I find deeper docs? | `docs/technical/README.md` is the detailed index; `docs/modules/` contains per-module dossiers. |
## Further reading ## Further reading

View File

@@ -72,4 +72,3 @@ It sits between your CI and your runtime targets, governs promotion across envir
- Ready to try it? Head to [quickstart.md](quickstart.md) - Ready to try it? Head to [quickstart.md](quickstart.md)
- Want capability details? Browse [key-features.md](key-features.md) - Want capability details? Browse [key-features.md](key-features.md)
- Understand the architecture? See [ARCHITECTURE_OVERVIEW.md](ARCHITECTURE_OVERVIEW.md) - Understand the architecture? See [ARCHITECTURE_OVERVIEW.md](ARCHITECTURE_OVERVIEW.md)
- Review the roadmap? Check [ROADMAP.md](ROADMAP.md)

View File

@@ -5,7 +5,6 @@ Foundational, high-level documents that define StellaOps direction, scope, and d
- [Vision](../../VISION.md) — north-star goals, KPIs, and themes. - [Vision](../../VISION.md) — north-star goals, KPIs, and themes.
- [Feature matrix](../../FEATURE_MATRIX.md) — capability matrix by tier. - [Feature matrix](../../FEATURE_MATRIX.md) — capability matrix by tier.
- [System requirements spec](../../SYSTEM_REQUIREMENTS_SPEC.md) — functional and non-functional requirements baseline. - [System requirements spec](../../SYSTEM_REQUIREMENTS_SPEC.md) — functional and non-functional requirements baseline.
- [Roadmap](../../ROADMAP.md) — date-free capability roadmap and definition of "done".
- [Architecture overview](../../ARCHITECTURE_OVERVIEW.md) — platform principles and module map. - [Architecture overview](../../ARCHITECTURE_OVERVIEW.md) — platform principles and module map.
- [Moat](../../moat.md) — differentiating workstreams (determinism, policy lattice, sovereign crypto readiness, attestation graph). - [Moat](../../moat.md) — differentiating workstreams (determinism, policy lattice, sovereign crypto readiness, attestation graph).
- [Offline Kit](../../OFFLINE_KIT.md) — offline story and workflows. - [Offline Kit](../../OFFLINE_KIT.md) — offline story and workflows.