From 6f8ee8aacb6985328882ed5622ca769659ecbb6a Mon Sep 17 00:00:00 2001 From: Vladimir Moushkov Date: Fri, 30 Jan 2026 23:58:25 +0200 Subject: [PATCH] UP --- docs/ARCHITECTURE_REFERENCE.md | 1 - docs/INDEX.md | 3 +-- docs/INSTALL_GUIDE.md | 1 - docs/README.md | 1 - docs/dev/onboarding/FAQ_MATRIX.md | 1 - docs/overview.md | 1 - docs/technical/strategy/README.md | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ARCHITECTURE_REFERENCE.md b/docs/ARCHITECTURE_REFERENCE.md index 5eeaa95b2..e4d6c4bb4 100755 --- a/docs/ARCHITECTURE_REFERENCE.md +++ b/docs/ARCHITECTURE_REFERENCE.md @@ -136,5 +136,4 @@ Use these as the canonical map for schemas and contracts: - Product overview: `docs/overview.md` - Key features: `docs/key-features.md` -- Roadmap (internal): `docs/ROADMAP.md` - Glossary: `docs/GLOSSARY.md` diff --git a/docs/INDEX.md b/docs/INDEX.md index 1ac44e78b..5ae5765bc 100644 --- a/docs/INDEX.md +++ b/docs/INDEX.md @@ -73,9 +73,8 @@ This index provides a complete map of documentation organized by audience and to ### Reference | 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 | -| [ROADMAP.md](ROADMAP.md) | Product roadmap | --- diff --git a/docs/INSTALL_GUIDE.md b/docs/INSTALL_GUIDE.md index c05616da9..c0ddc2af2 100755 --- a/docs/INSTALL_GUIDE.md +++ b/docs/INSTALL_GUIDE.md @@ -65,4 +65,3 @@ Quota enforcement is configuration-driven. For the current posture and operation - Quick start: `docs/quickstart.md` - Architecture overview: `docs/ARCHITECTURE_OVERVIEW.md` - Detailed technical index: `docs/technical/README.md` -- Roadmap: `docs/ROADMAP.md` diff --git a/docs/README.md b/docs/README.md index 1bbda550d..d469d8cf7 100755 --- a/docs/README.md +++ b/docs/README.md @@ -69,7 +69,6 @@ This documentation set is intentionally consolidated and does not maintain compa | Capability cards | `key-features.md` | | Full capability matrix | `FEATURE_MATRIX.md` | | Product vision | `product/VISION.md` | -| Roadmap (priorities + definition of "done") | `ROADMAP.md` | ### Getting started diff --git a/docs/dev/onboarding/FAQ_MATRIX.md b/docs/dev/onboarding/FAQ_MATRIX.md index bf9b3e8ab..5f06ee07d 100755 --- a/docs/dev/onboarding/FAQ_MATRIX.md +++ b/docs/dev/onboarding/FAQ_MATRIX.md @@ -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`. | | 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/`. | -| 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. | ## Further reading diff --git a/docs/overview.md b/docs/overview.md index e1f5b2063..2b6ba986b 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -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) - Want capability details? Browse [key-features.md](key-features.md) - Understand the architecture? See [ARCHITECTURE_OVERVIEW.md](ARCHITECTURE_OVERVIEW.md) -- Review the roadmap? Check [ROADMAP.md](ROADMAP.md) diff --git a/docs/technical/strategy/README.md b/docs/technical/strategy/README.md index 5dc06988a..1fc0a1bd5 100644 --- a/docs/technical/strategy/README.md +++ b/docs/technical/strategy/README.md @@ -5,7 +5,6 @@ Foundational, high-level documents that define StellaOps direction, scope, and d - [Vision](../../VISION.md) — north-star goals, KPIs, and themes. - [Feature matrix](../../FEATURE_MATRIX.md) — capability matrix by tier. - [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. - [Moat](../../moat.md) — differentiating workstreams (determinism, policy lattice, sovereign crypto readiness, attestation graph). - [Offline Kit](../../OFFLINE_KIT.md) — offline story and workflows.