mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +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
|
||||
|
|
|
|||
|
|
@ -36,8 +36,6 @@ const CATALOG_PREFIX = "src/runtime/assembly/skills";
|
|||
// carry loadSkill references under this prefix, so it stays a resolvable alias.
|
||||
const LEGACY_CATALOG_PREFIX = "src/application/assistant/skills";
|
||||
|
||||
// console.log(liveNoteSkill);
|
||||
|
||||
// A skill IS the model-activated variant of the capability record
|
||||
// (capabilities/types.ts): lazy guidance the model pulls in via loadSkill,
|
||||
// plus the BuiltinTools it owns. `id` doubles as the folder name. Tool names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue