| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Example project repositories live under Festival-Examples and are private until public readiness approval.
| Back | FazBrowse Home | New Git URL |