project-template/dagger.json
Erich Blume 5c9f06c165 Add README and ensure TODO markers at all template customization points
Adds a README.md describing the template and how to fork it. Adds TODO
comments to Dagger config, Quartz config, and CI workflow where they
were missing. Adds a "First-Time Setup" section to CLAUDE.md that
instructs Claude to proactively suggest resolving TODOs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 19:25:14 -08:00

9 lines
203 B
JSON

{
"_comment": "TODO: Rename 'project-template-ci' to match your project",
"name": "project-template-ci",
"engineVersion": "v0.19.11",
"sdk": {
"source": "python"
},
"source": ".dagger"
}