This campaign is a public-facing example workspace for learning Camp and Festival. It is designed to show more than generated app code: it preserves the planning, execution, review, and ritual structure around example projects.
camp clone https://github.com/Festival-Examples/example-campaign.git example-campaign --parallel 1
cd example-campaign
# See live work items
camp workitem --json
# Find the worked golden path (BS0001 shows [100%]) and read its trail
fest list --all
fest go build-starter-todo-workflow-BS0001
# Run the one fully worked project
cd projects/starter-todo-workflow
just install && just test && just demoUse START_HERE.md for the first-run path. The live inventory of
work is whatever fest list --all and camp workitem report — fest and camp are
the source of truth, so there is no separate catalog to keep in sync.
Only starter-todo-workflow is worked end to end: it is a real, tested Go todo
CLI (add/list/complete with JSON persistence) built by festival
build-starter-todo-workflow-BS0001, now completed at [100%]. It is the single
golden path a cloner should run.
The other four projects are intentionally not worked code:
civic-permit-navigator,community-tool-library, andresearch-evidence-mapare README-only concept scaffolds, deferred todungeon/someday.example-campaign-templateis a meta template project.
Example project repositories live under Festival-Examples and are private
until public readiness approval.
festivals/— planned work and reusable rituals; query state withfest list --all.projects/— project repositories added withcamp project add.workflow/— intents, design, explore, code reviews, and pipelines (seecamp workitem).docs/public-safety.md— the public data and publication policy.