diff --git a/content/docs/extend-existing-systems.mdx b/content/docs/extend-existing-systems.mdx index 116bbf3..442446b 100644 --- a/content/docs/extend-existing-systems.mdx +++ b/content/docs/extend-existing-systems.mdx @@ -74,15 +74,6 @@ Once the tables are modeled as objects bound to your existing database: - **One permission model.** The boundary that applies to humans applies identically to AI traffic. -## Where this is headed - -The flow above works today with shipped building blocks. A richer, -**turn-key federation** experience — one-step schema import, externally -owned schema binding, and built-in safety gates — is in active design -under [ADR-0015](https://github.com/objectstack-ai/objectstack/blob/main/docs/adr/0015-external-datasource-federation.md) -(status: *Proposed*). Until it lands, the documented path — connect, -model, bind, query — is the supported way to extend an existing system. - ## Start here - [Data Sources](/docs/configure/data-sources) — connect a database, bind objects, route queries