docs: generalize llm-engine comments

This commit is contained in:
2026-07-14 04:14:58 +09:00
parent 34856b9900
commit 1505c5e8a3
16 changed files with 93 additions and 111 deletions
+4 -4
View File
@@ -16,10 +16,10 @@ Owns:
Does not own:
- Worker names, sockets, process lifecycle, or scope delegation (`worker`)
- product CLI shape (`yoi`)
- provider catalog and secret resolution (`provider`, `secrets`)
- durable Worker current state (`session-store` worker metadata)
- Host application names, sockets, process lifecycle, or scope delegation
- Product CLI shape
- Provider catalog and secret resolution
- Durable application state outside engine history
## Design notes