Publishing Doctrine

Mar 2, 2026

This site publishes two kinds of operational writing:

Changelog = what shipped

Use changelog entries to record concrete production changes.

Required for every meaningful PR.

Keep entries factual and concise:

If someone asks “what changed?”, the changelog should answer it fast.

Field notes = what we learned

Use field notes to capture process insight from real work.

Publish a field note every 2–4 PRs, or any time there’s a notable debugging session or decision.

Good field notes include:

If someone asks “why did you do it this way?”, field notes should answer that.

Cadence

Publish-time policy

Default all post/changelog/note timestamps to now (or slightly in the past) so merged content appears immediately.

Only use future-dated timestamps when intentionally scheduling publication.

Anti-pattern

Don’t duplicate changelog text in field notes.

Field notes should add insight, not repeat facts.