docs: simplify WIP interaction model

This commit is contained in:
2026-09-09 00:25:36 +09:00
parent 1520852238
commit b42b4150e5
8 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ GUI、AI用Tools、PTC / REPL向けAPIなどへの投影はClient実装の責務
HostはClientに対して一つのWorldspaceを提供する。
どのObject、エントリ、Operation、Guard、可視性を公開するかを決定し、そのClientから見えるWorldspaceを構成する。
どのObject、エントリ、Operation、可視性を公開するかを決定し、そのClientから見えるWorldspaceを構成する。
Host内部でGitHub API、Database、Filesystem、RAG、他Agent、別プロトコルなどをどう接続・集約するかはWIPの規定対象外とする。