summaryrefslogtreecommitdiffhomepage
path: root/ORCHESTRATOR.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-05 21:20:34 +0900
committerAdam Malczewski <[email protected]>2026-06-05 21:20:34 +0900
commit552c22d74e5df915088d9e9ff4a286c96c2a54d6 (patch)
tree7d9db1052bab91ef994446d80efc3bfc38026cad /ORCHESTRATOR.md
parent7fb3269c698ae583ea7997ce206c4ae252fd3218 (diff)
downloaddispatch-552c22d74e5df915088d9e9ff4a286c96c2a54d6.tar.gz
dispatch-552c22d74e5df915088d9e9ff4a286c96c2a54d6.zip
feat(cli): one-shot terminal client (models, chat, --text/--file/--cwd/--conversation)
HTTP client of transport-contract; pure-core arg/render/ndjson + injected fetch/fs shell. Docs: GLOSSARY (credential/key/model name/model catalog), tasks.md milestone, ORCHESTRATOR geography.
Diffstat (limited to 'ORCHESTRATOR.md')
-rw-r--r--ORCHESTRATOR.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/ORCHESTRATOR.md b/ORCHESTRATOR.md
index c192569..ae0e66f 100644
--- a/ORCHESTRATOR.md
+++ b/ORCHESTRATOR.md
@@ -270,9 +270,14 @@ git status --short # confirm the agent stayed in its lane (no out-of-scope edit
.env (gitignored — DISPATCH_API_KEY [opencode-2 active], _OPENCODE1 backup)
packages/
kernel/ contracts (ABI), bus, runtime (runTurn), host
+ transport-contract/ types-only HTTP API contract (CLI + future web + server share it)
storage-sqlite/ conversation-store/ auth-apikey/ provider-openai-compat/
+ credential-store/ named credentials + model catalog (resolve / listCatalog)
session-orchestrator/ transport-http/ (core extensions)
- host-bin/ composition root (boot + Bun.serve)
+ tool-read-file/ standard tool extension (read_file; cwd-aware)
+ journal-sink/ trace-store/ observability-collector/ trace-replay/ (observability)
+ cli/ bundled one-shot terminal client (HTTP client of transport-contract)
+ host-bin/ composition root (boot + Bun.serve + collector supervisor)
```
The genesis commit deleted all prior source; we rebuilt from scratch. The OLD