[core] Load project state and detect writing context #1

Open
opened 2026-01-31 23:42:57 +00:00 by electron-rare · 0 comments
electron-rare commented 2026-01-31 23:42:57 +00:00 (Migrated from github.com)

Goal

Implement a minimal project loader that can detect:

  • current chapter
  • existing structure files
  • memory state (canon, summaries)

Constraints

  • read-only
  • file-based only
  • no database
  • human-readable logs

Definition of done

  • CLI can answer: "Where is the author right now?"
  • No file is modified
## Goal Implement a minimal project loader that can detect: - current chapter - existing structure files - memory state (canon, summaries) ## Constraints - read-only - file-based only - no database - human-readable logs ## Definition of done - CLI can answer: "Where is the author right now?" - No file is modified
Sign in to join this conversation.