paperclip/releases
Devin Foley 8eaa5caa05
docs(release): add v2026.831.1 stable notes to master (#12710)
## Thinking Path

> - Paperclip is the open source app people use to manage AI agents for
work.
> - The release pipeline keeps a canonical stable note at
`releases/vX.md` on master for every published stable.
> - Stable `2026.831.1` was a hotfix cut from a branch off
`v2026.831.0`, with its notes committed into the source tree.
> - In that path the workflow resolves notes in `source_tree` mode and
skips `canonicalize_stable_notes`, which is the job that normally copies
the note to master.
> - As a result `releases/v2026.831.1.md` exists on the tag but never
landed on master, so the stable-notes history has a gap.
> - This pull request adds the canonical copy of that note to master.
> - The benefit is a complete, consistent stable-notes history for
readers and for the release tooling.

## Linked Issues or Issue Description

No separate issue. Describing the gap in-PR with the docs template
fields:

**Issue type**
Documentation gap in the release-notes history on master.

**Where is the issue?**
`releases/` on the master branch — the file `releases/v2026.831.1.md` is
missing, although the stable `2026.831.1` release has already published.

**What's wrong?**
The `2026.831.1` patch was published from a hotfix branch whose notes
lived in the source tree (`source_tree` notes mode). That mode skips
`canonicalize_stable_notes`, the job that copies a stable's note onto
master. So every other stable has a `releases/vX.md` on master, but
`2026.831.1` does not.

**Suggested fix**
Add the canonical `releases/v2026.831.1.md` to master, identical to the
copy published with the tag.

## What Changed

- Add `releases/v2026.831.1.md` to master, copied verbatim from the
published `v2026.831.1` tag.

## Verification

- `diff` of the added file against `git show
v2026.831.1:releases/v2026.831.1.md` is empty (identical to the shipped
note).
- Docs-only change: no code, tests, or build outputs are affected.

## Risks

- Low risk. The change adds one Markdown file and touches no code,
schema, or configuration.

## Model Used

- Claude (Anthropic), model id `claude-fable-5` (Claude Fable 5), used
with tool use, shell commands, and file editing.
2026-09-01 22:53:44 -07:00
..
.gitkeep Add release-changelog skill and releases/ directory 2026-03-05 11:21:44 -06:00
v0.2.7.md docs: add user-facing changelog for v0.2.7 2026-03-05 11:44:38 -06:00
v0.3.0.md chore: add release train workflow 2026-03-09 13:55:30 -05:00
v0.3.1.md added v0.3.1.md changelog 2026-03-12 11:05:31 -05:00
v2026.318.0.md Add 2026.318.0 release notes stub 2026-03-18 08:30:59 -05:00
v2026.325.0.md docs(release): add v2026.325.0 changelog 2026-03-25 07:42:38 -05:00
v2026.403.0.md updated release notes 2026-04-04 07:44:23 -05:00
v2026.414.0.md feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
v2026.415.0.md Sync/master post pap1497 followups 2026 04 15 (#3779) 2026-04-15 21:13:56 -05:00
v2026.416.0.md release: v2026.416.0 notes (#3782) 2026-04-15 21:40:35 -05:00
v2026.427.0.md release: v2026.427.0 notes (#4590) 2026-04-27 09:16:20 -05:00
v2026.428.0.md Add v2026.428.0 release changelog (#4665) 2026-04-28 17:40:20 -05:00
v2026.512.0.md Bump release changelog to v2026.512.0 (#5764) 2026-05-11 22:06:43 -05:00
v2026.513.0.md Release changelog v2026.513.0 (#5944) 2026-05-13 16:56:19 -05:00
v2026.517.0.md docs: add v2026.517.0 release changelog (#6150) 2026-05-16 19:32:24 -05:00
v2026.525.0.md docs: add v2026.525.0 release changelog (#6667) 2026-05-25 09:12:23 -07:00
v2026.529.0.md Add v2026.529.0 release changelog (#6999) 2026-05-29 07:27:55 -10:00
v2026.609.0.md docs(release): v2026.609.0 changelog (#7830) 2026-06-09 14:19:32 -05:00
v2026.618.0.md docs(release): v2026.618.0 changelog (#8269) 2026-06-18 15:02:56 -05:00
v2026.626.0.md Add v2026.626.0 release changelog (#8677) 2026-06-26 22:11:59 -05:00
v2026.707.0.md docs(release): v2026.707.0 changelog (#9093) 2026-07-07 08:48:32 -05:00
v2026.720.0.md docs(release): v2026.720.0 changelog (#9903) 2026-07-20 11:29:33 -05:00
v2026.722.0.md docs(release): add v2026.722.0 changelog (#10008) 2026-07-22 10:59:11 -05:00
v2026.817.0.md docs(release): reconcile v2026.817.0 release notes to master (#11590) 2026-08-17 20:33:45 -07:00
v2026.824.0.md docs(release): canonicalize stable notes for v2026.824.0 (#12139) 2026-08-24 21:37:17 -07:00
v2026.831.0.md docs(release): canonicalize stable notes for v2026.831.0 (#12708) 2026-09-01 18:13:02 -07:00
v2026.831.1.md docs(release): add v2026.831.1 stable notes to master (#12710) 2026-09-01 22:53:44 -07:00