Skip to content

Repository files navigation

Example Campaign

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.

Start Here

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 demo

Use 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.

Project Repos

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, and research-evidence-map are README-only concept scaffolds, deferred to dungeon/someday.
  • example-campaign-template is a meta template project.

Example project repositories live under Festival-Examples and are private until public readiness approval.

Campaign Structure

  • festivals/ — planned work and reusable rituals; query state with fest list --all.
  • projects/ — project repositories added with camp project add.
  • workflow/ — intents, design, explore, code reviews, and pipelines (see camp workitem).
  • docs/public-safety.md — the public data and publication policy.

About

Public Festival example campaign workspace

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors