diff --git a/.dependency-cruiser.js b/.dependency-cruiser.js index c928de9..8710f08 100644 --- a/.dependency-cruiser.js +++ b/.dependency-cruiser.js @@ -143,6 +143,10 @@ export default { doNotFollow: { path: ['node_modules', '\\.next', 'dist', '\\.turbo', 'storybook-static'], }, + exclude: { + // Exclude railway-executor - it's a Deno app with HTTP imports that can't be resolved + path: '^apps/railway-executor', + }, tsPreCompilationDeps: true, tsConfig: { fileName: './tsconfig.json', diff --git a/apps/web/src/app/how-it-works/page.tsx b/apps/web/src/app/how-it-works/page.tsx index b993af4..4b80bab 100644 --- a/apps/web/src/app/how-it-works/page.tsx +++ b/apps/web/src/app/how-it-works/page.tsx @@ -642,7 +642,7 @@ const result = await streamText({

Why collections? They let you compose specialized sub-agents without manually curating tool lists. Think of - them as "skill packs" for your AI. + them as “skill packs” for your AI.

@@ -654,8 +654,8 @@ const result = await streamText({ Try It in the Playground

- Ask the playground agent to "search for tools about X" and watch it discover, - load, and execute tools dynamically! + Ask the playground agent to “search for tools about X” and watch it + discover, load, and execute tools dynamically!