GuidesWrite Playbook docs

Guides

Enable channels, then verify

Enable the AI Channels a Project needs, validate the source docs, preview generated files, then sync.

AI Channel config

Enable outputs in sumr.yaml.

The source folder stays stable. The channel flags decide which generated files are written for the current Project.

sumr.yamlyaml
playbook:
  sources:
    - docs
  channels:
    codex: true
    claude: true
    cursor: true
    copilot: false

One Resource can serve several AI Channels without maintaining parallel vendor-specific copies.

Before sync

Validate, preview, then write.

Validation catches broken frontmatter and unsupported shapes before generated files change. Dry-run sync shows what each AI Channel will receive.

Need the command details? Open validate source docs or sync generated files.

terminal
sumr playbook validate --source docs# check source docssumr playbook sync --source docs --dry-run# preview generated AI Channel filessumr playbook sync --source docs# write generated files

Guide map

Choose the decision you are making.