- Add companies.sh type definitions and parser in @fusion/core with comprehensive tests - Create CLI `kb agent-import` command to import agents from companies.sh - Add POST /api/agents/import dashboard endpoint with dry-run support - Build AgentImportModal component with search, preview, and batch import UI - Add dashboard route tests for the agent import API endpoint - Create changeset for @gsxdsm/fusion minor bump
233 B
233 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| minor |
Add companies.sh agent import support. Parse shell-script-based company manifests and import agents via CLI (fn agent import --dry-run --skip-existing) and dashboard API (POST /agents/import).