| .. | ||
| README.md | ||
Community Colab
Notebook-based community demos and runnable repair assets
This folder is for community-contributed notebooks that help demonstrate atlas routing, first repair moves, or reproducible troubleshooting flows.
Typical contributions here include:
- small Colab demos
- notebook-based repair walkthroughs
- replay-first teaching notebooks
- route-first, repair-second examples
- compact reproductions of one atlas case
What belongs here
Good contributions for this folder include:
- a notebook that demonstrates one family-level repair pattern
- a notebook that replays one case clearly
- a notebook that compares baseline and repaired outputs
- a notebook that explains one boundary cut through runnable examples
- a notebook that shows atlas routing before a deeper WFGY step
A notebook here should be:
- small enough to understand
- easy to run
- clearly scoped
- tied to one clear routing logic
- honest about what it does and does not prove
What does not belong here
Please do not use this folder for:
- giant experimental notebooks with no explanation
- notebooks with no routing context
- notebooks that require many hidden manual steps
- random prompt playgrounds with no case framing
- notebooks that pretend to be official flagship demos
If the notebook is not clearly connected to atlas routing, it probably belongs somewhere else.
Suggested notebook pattern
A good notebook usually includes:
- short experiment description
- case or family target
- routing expectation
- baseline behavior
- repaired behavior
- short result interpretation
- expected output or success note
That is enough for a useful community notebook.
Recommended file pattern
A clean contribution can look like this:
- one notebook file
- one short README section inside the notebook or next to it
- one small fixture if needed
- one clear expected result note
Suggested naming style:
f1-grounding-demo-community-v1.ipynbf5-observability-trace-demo-v1.ipynbf7-container-repair-demo-v1.ipynb
Keep names descriptive and compact.
Before contributing
Please read:
This helps keep notebook contributions aligned with atlas grammar.
One-line status
This folder holds community notebooks that turn atlas repair grammar into runnable teaching or troubleshooting assets.