diff --git a/Tech/Projects/session-notes-convention.md b/Tech/Projects/session-notes-convention.md new file mode 100644 index 0000000..07747df --- /dev/null +++ b/Tech/Projects/session-notes-convention.md @@ -0,0 +1,49 @@ +--- +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 \ No newline at end of file