Quick Start
1. Initialize
Pass all options to pre-populate the config in one step:
chico-ai init \
--source github \
--repo Chico-inc/agents-patterns \
--path patterns \
--source-prefix patterns/ \
--target kiro \
--branch master
This creates ~/.chico/config.yaml ready to use. No manual editing needed.
2. Plan
Preview what files will be synced without writing anything to disk.
You can also scope to a single source:
3. Apply
Download and apply the changes.
4. Sync (plan + apply in one step)
All three commands accept an optional source name to operate on a single source.