Loading...
mutiro agent files

Sync an agent's config-plane files with a local directory

Synopsis

Sync an agent's config-plane files between a local directory (typically your git repo) and the running agent.

The syncable set is the config plane only: .agent_instructions.md, project context files (GENIE.md, CLAUDE.md, AGENTS.md) at the agent root and at each user-workspace root (users//AGENTS.md configures per-user behavior), skills (.genie/skills/), and shared/ (owner-curated content).

Memory, sessions, secrets, tool settings, user workspace content, and runtime state never sync.

Hosted agents sync through the Mutiro API.

For self-hosted agents pass --agent-dir to operate on the local agent directory directly.

Examples:

See what a push would change

mutiro agent files push my-agent ./my-agent-repo --dry-run

Deploy repo files to the agent, labeled with the current git commit

mutiro agent files push my-agent ./my-agent-repo

Bring agent self-edits back into the repo as a working-tree diff

mutiro agent files pull my-agent ./my-agent-repo

Self-hosted: same verbs against the local agent dir

mutiro agent files push my-agent ./my-agent-repo --agent-dir ~/agents/my-agent

Usage -h, --help help for files
Examples

See what a push would change

mutiro agent files push my-agent ./my-agent-repo --dry-run

Deploy repo files to the agent, labeled with the current git commit

mutiro agent files push my-agent ./my-agent-repo

Bring agent self-edits back into the repo as a working-tree diff

mutiro agent files pull my-agent ./my-agent-repo

Self-hosted: same verbs against the local agent dir

mutiro agent files push my-agent ./my-agent-repo --agent-dir ~/agents/my-agent
Options
Flag Type Description
-h, --help bool help for files
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro agent mutiro agent files list mutiro agent files mark mutiro agent files pull mutiro agent files push