feat(FN-1451): complete Step 5 — document hierarchy resolution

This commit is contained in:
gsxdsm
2026-04-13 13:00:05 -07:00
parent c26afccd0c
commit ccb5ef8ce4
3 changed files with 9 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ Import agents from [companies.sh](https://companies.sh) packages. Supports singl
| `--skip-existing` | Skip agents with names that already exist in Fusion |
**Team hierarchy:**
When importing a companies.sh package with team structure, the importer preserves manager/report relationships. Agents are linked using Fusion agent IDs (not manifest paths).
When importing a companies.sh package with team structure, the importer preserves manager/report relationships for both fresh and partial imports. Manifest-style manager references such as `ceo`, `../ceo/AGENTS.md`, and already-valid Fusion agent IDs are resolved to actual Fusion `reportsTo` agent IDs before agents are created, and `--skip-existing` reuses matching existing managers when available instead of flattening the org tree.
**Examples:**
```bash