Documentation Index
Fetch the complete documentation index at: https://docs.getgaal.com/llms.txt
Use this file to discover all available pages before exploring further.
content: copies ordinary files and directories from a source into agent or workspace locations. Use it for files that agents read directly, such as AGENTS.md, CLAUDE.md, command directories, rules, hooks, and settings.
Copy one instruction file
AGENTS.md from the source into CLAUDE.md in the current workspace.
Fan out to multiple agents
targets: when each agent needs a different destination path.
Copy global agent content
root: agent, destinations resolve relative to the agent’s config root. For Claude Code global content, that means paths under ~/.claude/.
Use a local source
Safety rules
- Source and destination paths must be relative.
- Paths containing
..are rejected. - Symlinks are skipped.
- VCS metadata directories are skipped.
- Directory writes are staged before replacing the destination.