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
|
|
@ -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