"[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important." — Richard Hamming
This Quartz vault has been comprehensively reorganized for multi-project management with a dump-and-organize workflow.
New here? → Read MIGRATION_SUMMARY.md for complete overview!
- README_REORGANIZATION.md - What's been done, how to use it
- WORKFLOW_GUIDE.md - Complete workflow documentation
- MIGRATION_CHECKLIST.md - Step-by-step migration guide
- STRUCTURE_VISUALIZATION.md - Visual diagrams
# Create new sprint
cd content/_System/Scripts && ./quick-start.sh
# Organize current sprint
python3 organize_sprint.py ../../_Sprints/Active/SSG-XXX.md
# Test Quartz build
npx quartz build && npx quartz servecontent/
├── _Inbox/ # Quick capture (private)
├── _Sprints/ # Sprint files (private)
├── _Tasks/ # Task views (private)
├── _System/ # Scripts (private)
├── Projects/ # Project docs (public)
│ ├── Star-Sailors/
│ ├── Bumble/
│ ├── Roving/
│ └── Station-198/
└── Meta/ # Non-project content (public)
Folders prefixed with _ are private (excluded from Quartz publishing).
- Star Sailors - Main web application (citizen science platform)
- Bumble - React Native farming/pollinator game
- Roving - React Native exploration game
- Station-198 - Swift iOS application
🔗 Read the documentation and get started: https://quartz.jzhao.xyz/