mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Built-in agent identity moves to agents/registry.ts: a table of definitions with builders, an alias (rowboatx → copilot) expressed as shared entries, and declared traits. One prompt-file loader replaces the five copy-pasted frontmatter-parsing blocks, and the stringly "copilot" || "rowboatx" comparisons in the resolver and the legacy runtime become hasWorkspaceContext(agentId) trait lookups. loadAgent keeps its signature and its legacy import path via re-export; the user-agents repo fallback resolves the container lazily so the registry adds no static edge into the DI graph. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||