Synchronize all brain/ files with current project state. Updates indexes, marks completed tasks, and logs changes. Run after every task completion.
Synchronize brain/ knowledge base with current project state.
Identify what changed since last update:
If project structure changed (new folders/files):
## Recent Changes
| Date | Change | Location |
|------|--------|----------|
| [today] | Added [description] | `path/to/file` |
For content changes, update the relevant page entry:
### `about.qmd` — CV/Resume Page
**Current State:**
- ✓ YAML front matter + intro
- ✓ Education section
- ✓ Professional Experience section
- ○ Technical Skills section (pending)
- ○ Research Interests section (pending)
**Status:** `In progress`
Track section-level progress, not just page-level.
Mark completed tasks:
### Task 2: Add Education section
- **Status:** ~~Pending~~ Complete ✓
- **Completed:** [timestamp]
═══════════════════════════════════════════════════════
🧠 BRAIN UPDATE COMPLETE
═══════════════════════════════════════════════════════
✓ general_index.md [no changes]
✓ codebase_index.md [about.qmd: +1 section]
✓ plan.md [1 task marked complete]
Brain synchronized.
/task completion/commit/session-enddevelopment_standard.md — Only changes with human approvalhistory_log.md — Updated at session-end onlyIn codebase_index.md, track sections within pages:
**Current State:**
- ✓ Section name (complete)
- → Section name (in progress)
- ○ Section name (pending)
This gives visibility into partial page completion.