From 200d1fd3ef4066ef1d18b384afb963b3950eba4b Mon Sep 17 00:00:00 2001 From: PSBigBig + MiniPS Date: Thu, 12 Mar 2026 23:47:36 +0800 Subject: [PATCH] Create README.md --- .../community/reproduction-packs/README.md | 118 ++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 ProblemMap/Atlas/Fixes/community/reproduction-packs/README.md diff --git a/ProblemMap/Atlas/Fixes/community/reproduction-packs/README.md b/ProblemMap/Atlas/Fixes/community/reproduction-packs/README.md new file mode 100644 index 00000000..66175cb3 --- /dev/null +++ b/ProblemMap/Atlas/Fixes/community/reproduction-packs/README.md @@ -0,0 +1,118 @@ + + +# Community Reproduction Packs + +## Portable troubleshooting bundles and compact reproducibility packs + +This folder is for community-contributed packs that help others reproduce a routing result, repair idea, or troubleshooting demonstration with minimal friction. + +Typical contributions here include: + +- compact reproduction bundles +- case-plus-artifact packs +- route-and-repair mini kits +- rerun-ready portable folders +- small reproducibility bundles for one family or one case + +--- + +## What belongs here + +Good reproduction packs include: + +- one compact case bundle +- one reproducible route-and-repair kit +- one small teaching bundle for a boundary case +- one portable rerun pack +- one notebook-plus-fixture mini package + +A good pack should be: + +- clearly named +- easy to inspect +- small enough to reuse +- explicit about included files +- explicit about expected result + +--- + +## What does not belong here + +Please do not use this folder for: + +- giant archive-like dumps +- undocumented asset bundles +- unclear collections of unrelated files +- packs with no route context +- packs that claim official status without review + +--- + +## Suggested pack pattern + +A useful reproduction pack usually includes: + +1. one short README +2. case description +3. included files list +4. how to run or inspect it +5. expected result +6. limits or warnings + +That is enough to make the pack useful for others. + +--- + +## Suggested naming style + +Examples: + +- `f1-grounding-reproduction-pack-v1/` +- `f4-execution-closure-reproduction-pack-v1/` +- `f7-container-fidelity-reproduction-pack-v1/` + +Use folders when multiple files are required. + +--- + +## Before contributing + +Please read: + +- [Community Fix Lab](../README.md) +- [Contribution Checklist](../../templates/contribution-checklist.md) +- [Flagship Fix Demos v1](../../official/flagship-fix-demos-v1.md) + +--- + +## One-line status + +**This folder holds community reproduction bundles that make atlas-guided troubleshooting easier to share, rerun, and reuse.**