agent-sync is a tool for managing and converting context and command definitions for AI agents such as Claude, Roo, Cline, and Copilot. This reference documents all configuration options available in the agent-sync.yml
file.
The configuration documentation has been organized into several focused documents:
By default, agent-sync looks for the following files in the current directory:
agent-sync.yml
agent-sync.yaml
A specific file path can also be directly specified using the --config
command line option.
The configuration file can be organized in two formats: standard or simplified.
configVersion: "1.0"
projects:
project-name:
# Project-specific configuration
user:
# Global user-level configuration
configVersion: "1.0"
outputDirs:
- ~/projects/my-app
tasks:
# Project tasks defined directly at root level
Previous | Next |
---|---|
Configuration Reference |