This project uses goose-cli spec conventions. Specs live in specs/, tasks follow the format expected by generate-task-issues.py.
| Spec | Path | Status |
|---|---|---|
| Pipeline Overview | specs/marvel-snap-pipeline/ |
Design + tasks complete |
| Private Ingestion | specs/private-ingestion/ |
Requirements complete |
| Classification & Metadata | specs/classification-metadata/ |
Requirements complete |
| Game Reconstruction | specs/game-reconstruction/ |
Requirements complete |
| Vendor Gateway | specs/vendor-gateway/ |
Requirements complete |
python3 scripts/generate-task-issues.py \
--tasks-file specs/marvel-snap-pipeline/tasks.md \
--repo BryanChasko/marvel-snap-bytedance-bryanchaskoThis uses the gander's existing generate-task-issues.py script.