fifony 0.1.14-next.6f02449 → 0.1.14-next.95edef4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/FIFONY.md CHANGED
@@ -16,7 +16,7 @@ This repository runs Fifony as a pure TypeScript local orchestrator with no exte
16
16
  - Workflow template: [WORKFLOW.md](./WORKFLOW.md)
17
17
  - Published entrypoint: [bin/fifony.js](./bin/fifony.js)
18
18
  - CLI router: [src/cli.ts](./src/cli.ts)
19
- - Runtime engine: [src/runtime/run-local.ts](./src/runtime/run-local.ts)
19
+ - Runtime engine: [src/agent/run-local.ts](./src/agent/run-local.ts)
20
20
  - Dashboard: [app/index.html](./app/index.html)
21
21
 
22
22
  ## Environment variables
@@ -1,4 +1,4 @@
1
- const CACHE_VERSION = "1773754620530";
1
+ const CACHE_VERSION = "1773761224021";
2
2
  const CORE_CACHE = `fifony-core-${CACHE_VERSION}`;
3
3
  const ASSET_CACHE = `fifony-assets-${CACHE_VERSION}`;
4
4
  const APP_SHELL_ROUTES = ["/kanban", "/issues", "/agents", "/providers", "/settings"];