ONTOLOGY.md: fix stale "words not yet migrated" note

Words have been fully migrated and live via stadium_word_dispatch()
since item 4.1 -- this line just never got updated. Small, independent
doc fix flagged in FABRIC-3.md's punch list, addressed on request.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CXjAPTEKrgY2Mrk25KoLDn
This commit is contained in:
Robert Allan James
2026-08-26 03:04:39 -04:00
co-authored by Claude Sonnet 5
parent ad9b9d0c7b
commit c755c48763
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -415,9 +415,9 @@ other three become honest, explicit punch-list items instead of being touched sp
caller today, always set to 0). Needs real design decisions before any code: would an
ACL-guarded word be admitted as its own Stadium patron, keyed how, and what would "expire"
mean as a reap action (revoke a permission? reset `acl_ttl`?). Stays open until decided.
- [ ] Fix `ONTOLOGY.md` §IX's "words (dictionary, warehouse-resident today, not yet migrated)"
line — stale, words are fully migrated and live via `stadium_word_dispatch()`. Small,
independent doc fix, not blocking any of the above.
- [x] Fixed (2026-08-26): `ONTOLOGY.md` §IX's "words (dictionary, warehouse-resident today,
not yet migrated)" line was stale — corrected to state words are fully migrated and live
via `stadium_word_dispatch()`. Doc-only, no build/boot verification needed.
---