mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-15 21:11:08 +02:00
docs(x): fix pointers the reorg docs pass got wrong or missed
The Phase B docs pass introduced two errors in VIDEO_MODE.md's prompt catalog (composer still at the pre-move agents/ path; frame-context pointed at legacy/engine.ts when convertFromMessages lives in runtime/assembly/message-encoding.ts) and missed ANALYTICS.md entirely (copilot_chat emit point still cited agents/runtime.ts:1313, file_parse still cited the deleted builtin-tools.ts monolith). turn-runtime-design.md referenced the repo-root AGENTS.md, which is not committed — the carve-out is now stated inline. Also drops a leftover debug comment in skills/index.ts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
1f0cdbd366
commit
d7c19a9a38
4 changed files with 8 additions and 9 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# Turn Runtime Technical Specification
|
||||
|
||||
Status: implemented and live. All chat, background, and knowledge callers
|
||||
run on this runtime; the legacy runs runtime remains only for code-mode
|
||||
sessions (see the carve-out section in the repo-root `AGENTS.md`). The
|
||||
companion session layer is specified in `session-design.md`.
|
||||
run on this runtime; the legacy runs runtime (`src/runtime/legacy/`) remains
|
||||
only for code-mode sessions and the mini-apps host API, and is deleted as a
|
||||
unit when those migrate. The companion session layer is specified in
|
||||
`session-design.md`.
|
||||
|
||||
This document specifies a new turn-oriented agent loop for `@x/core`. It is
|
||||
intended to replace the behavioral responsibilities of the current run runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue