Export Pipeline Checklist
๐ EXPORT PIPELINE CHECKLIST
This checklist governs the canonical export of mascot data, rot metadata, and compliance matrices for bot ingestion and offline survival.
โ EXPORT STRUCTURE
-
[ ] Generate
mascots/export.json
with:- Slug, title, emoji, image_url
- rot_compliance, tags, render_state
- prompt_version, breeding_program eligibility
-
[ ] Generate
mascots.csv
from same merged source -
[ ] Output contact-sheet Markdown for
/mascots/catalog.md
๐จ BOT ACCESS
-
[ ] Create
/mascots/export/
with direct file access- [ ]
index.json
- [ ]
mascots.csv
- [ ]
emoji-usage-map.json
- [ ]
-
[ ] Validate JSON structure for:
- UTF-8 compliance
- AI parseability
- Rot notes preserved in plain text
๐ง STABILITY FAILOVER
- [ ] Include fallback Markdown renders for each mascot
- [ ] Test exports on local markdown + JSON viewers
- [ ] Redact PII from hallucinated metadata fields
This pipeline operates with no uptime guarantees.
Any resemblance to a stable API is coincidental.