Files
DevRunbook-Public/templates/playbook-package/README.md
T
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

6 lines
500 B
Markdown

# Playbook Package authoring skeleton
Copy this directory to `content/playbooks/<slug>/`, rename `playbook.yaml.template` to `playbook.yaml` and replace every `${...}` authoring token. Rename the other `.template` files to their final names and declare them in `package.files`.
The template is deliberately not accepted as runtime content. A completed package must validate against `schemas/playbook.schema.json`, include no unresolved authoring tokens and pass `python3 scripts/validate_pack.py`.