feat(FN-1174): migrate agent import flow to agent companies format

- Replace legacy companies.sh parser/types with the new agent companies parser and exported core types.
- Update CLI agent import wiring and tests to consume the new import source handling.
- Update dashboard agent import modal, API client, and import route tests to support archive-based sources.
- Add release-note changesets and lockfile updates for the @gsxdsm/fusion patch release.
This commit is contained in:
gsxdsm
2026-04-08 10:35:28 -07:00
parent ca42bd5129
commit a4bba623fa
21 changed files with 660 additions and 1999 deletions

View File

@@ -0,0 +1,7 @@
---
"@gsxdsm/fusion": minor
---
Replace the legacy `companies.sh` agent import format with the Agent Companies specification.
Agent import now supports Agent Companies package directories, `.tar.gz`/`.tgz`/`.zip` archives, and standalone `AGENTS.md` manifests with YAML frontmatter across the core parser, CLI, and dashboard import flows.

View File

@@ -2,4 +2,4 @@
"@gsxdsm/fusion": minor
---
Add Agent Companies import support across the CLI and dashboard agent import flows. Users can now import from package directories, `.tar.gz`/`.tgz` archives, and single `.md` manifests while keeping legacy `.sh` manifest import compatibility.
Add Agent Companies import support across the CLI and dashboard agent import flows. Users can import from package directories, `.tar.gz`/`.tgz` archives, and single `.md` manifests with YAML frontmatter.