tpmjs/packages
Ajax Davis 5d00f2a711 feat: add chunked skills.md generation for large collections
Implements batched generation to avoid Vercel 120s timeout for collections
with 60+ tools. Uses per-tool caching and recursive serverless invocations.

- Add ToolSkillsCache and SkillsGenerationJob models to schema
- Create tool-skills-generator.ts for per-tool markdown generation
- Create skills-summary-generator.ts for final pass summary/intro
- Update route handler with chunked generation logic
- Small collections (<20 tools) use original monolithic approach
- Large collections use 10-tool batches with progress tracking
2026-01-21 16:26:06 +10:00
..
bridge feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
cli feat: add chunked skills.md generation for large collections 2026-01-21 16:26:06 +10:00
config fix: resolve tailwind config import issues 2026-01-20 12:12:16 +10:00
db feat: add chunked skills.md generation for large collections 2026-01-21 16:26:06 +10:00
env chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
mcp-client feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
mocks feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
npm-client feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
package-executor feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
storybook fix: update UI test expectations to match actual component classes 2026-01-20 13:54:25 +10:00
test chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tool-ideas feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
tools feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
types fix(agents): correct model id to 5.1-mini 2026-01-17 07:42:50 +10:00
ui fix: guard overlay positioning refs 2026-01-20 16:52:18 +10:00
utils chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00