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:
7
.changeset/fn-1174-agent-companies-import.md
Normal file
7
.changeset/fn-1174-agent-companies-import.md
Normal 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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user