49 lines
966 B
Markdown
49 lines
966 B
Markdown
---
|
|
project: session-notes-convention
|
|
type: reference
|
|
status: active
|
|
path: Tech/Projects
|
|
tags:
|
|
- pbs
|
|
- documentation
|
|
- claude-code
|
|
- session-notes
|
|
- template
|
|
created: 2026-04-27
|
|
updated: 2026-04-27
|
|
---
|
|
# Session Notes Template
|
|
|
|
Copy this file into a new project at `sessions/.md` and
|
|
replace the placeholder values.
|
|
---
|
|
markdown
|
|
# — Session Notes
|
|
|
|
Session log for the project. Each session is a dated
|
|
heading with a list of changes. Each change has a label, narrative, and
|
|
four structured fields.
|
|
|
|
Format for new entries:
|
|
|
|
## Session — YYYY-MM-DD
|
|
|
|
###
|
|
|
|
|
|
- **What:**
|
|
- **Why:**
|
|
- **How:**
|
|
- **Touches:**
|
|
|
|
Granularity rule: one entry per logical change. A new function, a new
|
|
route, a new template, a new config setting, or a bug fix each get their
|
|
own entry. Don't combine multiple changes into one entry. If it would be
|
|
a separate item in a code review, it's a separate entry here.
|
|
---
|
|
|
|
|
|
|
|
...sent from Jenny & Travis
|
|
|
|
...sent from Jenny & Travis |