Skip to content
Development
Command

/import

Import reads the legacy Agent Orchestrator flat-file store (`~/.agent-orchestrator`) read-only and ports its projects and per-project settings into the rewrite database. Legacy files are never modified, and a re-run skips rows that already exist, so it is safe to run more than

From plugin
agent-orchestrator
9.1k13 skills13 commands
Install
$ npx -y skills add Untrivial-ai/agent-orchestrator --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/import

Context preview

What this command does when you run it.

Import reads the legacy Agent Orchestrator flat-file store (`~/.agent-orchestrator`) read-only and ports its projects and per-project settings into the rewrite database. Legacy files are never modified, and a re-run skips rows that already exist, so it is safe to run more than

Command definition

import.md

ao import

Import reads the legacy Agent Orchestrator flat-file store (`~/.agent-orchestrator`) read-only and ports its projects and per-project settings into the rewrite database. Legacy files are never modified, and a re-run skips rows that already exist, so it is safe to run more than once. The daemon must be stopped before running: it is the sole writer of the database.

Syntax

ao import [flags]

Flags

| Flag | Meaning | Default / Required | |---|---|---| | `--dry-run` | Parse and report the planned import without writing | - | | `--from string` | Legacy AO root to read | `~/.agent-orchestrator` | | `--json` | Output the import report as JSON | - | | `-y, --yes` | Skip the confirmation prompt (for non-interactive use) | - |

Examples

# Preview what would be imported without writing anything
ao import --dry-run
# Run the import non-interactively
ao import -y
# Import from a custom legacy path
ao import --from /tmp/old-agent-orchestrator -y
Ships withagent-orchestrator

The orchestration layer for parallel AI coding agents An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.

Get the whole plugin
Stats
9,094
Stars
1,322
Forks
Active
Maintenance
Go
Language
Apache-2.0
License
54m ago
Last commit
5mo ago
Created

Repo: Untrivial-ai/agent-orchestrator