docs(world-model): outstanding work as handoff#385
Merged
Conversation
Captures the remaining gaps as a handoff for the next session. Each item states the simplest path that reuses existing surfaces — no new pages, no new MCP tools, no new components. Type pickers grow a badge column; read sites widen with the same pattern as #377; visibility flips guarded by a single existence check rather than a retroactive validation pass. Ordered by what unblocks usage: 1. Schema CRUD cross-org awareness (backend prerequisite) 2. Frontend type pickers show cross-org with read-only badge 3. Discovery via existing org dropdown (split into two groups) 4. Read-side cross-org tolerance (manage_entity.get, resolve_path) 5. Visibility-flip safety (refuse if referenced) 6. Catalog curation (data prune, no PR needed) 7. is_catalog flag (deferred — no user path mutates visibility today) 8. entity_relationship_type_rules slug → id (deferred — no conflict yet) 9. Contribution flow (premature — no content to contribute yet) 10. TOCTOU (deferred — semantic-not-corrupting microsecond window)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a prioritized "Outstanding work" section to `docs/plans/world-model.md` so the next session has a concrete checklist.
Principles for the items below
Items, ordered by what unblocks usage
Test plan