docs: drop the tenancy-cells RFC from this PR (unrelated to MCP)

The tenancy-model RFC (added on this branch by 0f58329/c43b81d, renumbered to
014 in the merge) is independent of the MCP surface this PR ships. Remove the
file and its dev-index row so the PR's net diff is MCP-only. The RFC content is
preserved in git history (recover via `git show 0f58329:docs/dev/rfc-013-tenancy-cells.md`)
and can be cherry-picked onto its own branch to continue separately.

Doc-link check green (62 links, 59 docs).
This commit is contained in:
Ragnor Comerford 2026-06-24 15:21:07 +02:00
parent adc36adf32
commit 83446cdb2f
No known key found for this signature in database
2 changed files with 0 additions and 418 deletions

View file

@ -93,7 +93,6 @@ Working documents for in-flight feature work. Removed when the work lands.
| CLI refactoring — one addressing & config model post-`omnigraph.yaml`: scope + `--graph` + derived access path, served-default / privileged-direct, profiles, named queries, capability classifier (completes RFC-008) | [rfc-011-cli-refactoring.md](rfc-011-cli-refactoring.md) |
| Provider-independent embedding configuration — one resolved `EmbeddingConfig` + sealed provider enum (Gemini/OpenAI/Mock), identity recorded in the schema IR, query-time same-space validation, NFR floor | [rfc-012-embedding-provider-config.md](rfc-012-embedding-provider-config.md) |
| Write-path latency — capture-once `WriteTxn`, version-pinned opens, one `GraphPublishAuthority` fed declarative `PublishPlan`s, manifest-authoritative lineage, epoch fence, bounded history (compaction + cleanup), and an IO-counted cost contract (`iss-write-s3-roundtrip-amplification`, `iss-991`) | [rfc-013-write-path-latency.md](rfc-013-write-path-latency.md) |
| Tenancy model — cluster-as-tenant cells (silo the data, pool the compute): `CellRuntime` lifts the per-cluster runtime, one server hosts N cells resolved by host before auth, WorkOS org→cell 1:1 with per-cell audience, tiered dedicated/pooled/on-prem on one binary | [rfc-014-tenancy-cells.md](rfc-014-tenancy-cells.md) |
## Boundary