3 Commits

Author SHA1 Message Date
Claude
c0f4123539 CORRECTION: Switch from sparse checkout to FULL CLONE
Per Chronicler #64 (The Strategist) testing:
- Full clone (~170MB) works perfectly
- 8-hour session with zero memory/performance issues
- Sparse checkout no longer needed

Updated:
- SESSION-HANDOFF-NEXT.md
- docs/core/SESSION-STARTUP-GUIDE.md

All three repos now use standard full clone.

Chronicler #66 - The Indexer (corrected by #64's guidance)
2026-04-07 20:29:09 +00:00
Claude
fa5f9c4465 Add model selection guidance and context handoff template
SESSION-STARTUP-GUIDE.md:
- Added model selection table (4.5 vs 4.6)
- When to use 4.6: complex coding, MVC, Arbiter, debugging
- When to stay on 4.5: documentation, marketing, routine ops
- Three options for mid-session model switching

New template:
- docs/templates/context-handoff-template.md
- Structured format for transferring context between sessions
- Covers: task state, decisions, files, next steps, gotchas

Chronicler #66 - The Indexer
2026-04-07 19:57:20 +00:00
Claude
705a0dc7df docs: Add SESSION-STARTUP-GUIDE with all repos
Created comprehensive startup guide:
- Operations manual (sparse checkout)
- firefrost-services (standard clone)
- firefrost-website (standard clone)
- Quick copy-paste block for convenience

Updated handoff to include startup block.

This prevents future sessions from forgetting to clone all repos.

Chronicler #65 — The Conduit
2026-04-07 16:52:02 +00:00