525557a952dd2e7f8911bb681a1f317c206ce028
Second half ofc69cda4. The agents router imports getAgentRunsDir from data-path, which was still an uncommitted edit, so a clone got past the missing-module error only to fail on a missing export: SyntaxError: Export named 'getAgentRunsDir' not found in module '.../src/servers/data-path.ts' My check beforec69cda4verified that every module the agents files import is TRACKED, but not that the SYMBOLS they import actually EXIST in the committed version of those modules. Module resolution and named-export resolution are separate failures and the first check only covered the former. The whole diff to this file is one feature — 'agents' joins ItemType/ITEM_TYPES, and getAgentRunsDir is added — so it goes in whole rather than split. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%