docs: omit model experience for generic packages

This commit is contained in:
Tianyi Cui
2026-07-14 13:31:31 +08:00
parent deee72bdfb
commit 89d8d56785
5 changed files with 29 additions and 40 deletions

View File

@@ -19,10 +19,6 @@ Ownership and visibility derive from ONE fact — which context a registration w
Handing out a scoped context hands out the minting plugin's service-resolution surface (resolution walks the minting fiber's dependency chain, not the holder's) — mint it from the plugin whose dependencies the scoped registrations need to resolve.
## Model Experience
None, as this scoping primitive emits no model-bound text, schema, or message; it only routes registrations and restrictions owned by other plugins.
## Known Limitations and Deferred Work
- **Only scope-aware surfaces isolate state** — registries must file by `scopeOf()` and events must dispatch through `scopeTarget()`; an arbitrary Cordis service remains context-global merely because it is called through a scoped context.