syntaxai/tdd.md · commit 31f3d97

Close dogfood loop: contributing-md pending → shipped

Per feedback_goal_authoring_workflow.md, the final commit flips
status: pending to status: shipped + fills merge_sha. PR #51 merged
at 96225f8; updating goals/contributing-md.md frontmatter and the
ALL_GOALS registry entry in lockstep.

Co-Authored-By: Claude Opus 4.7 <[email protected]>
author
syntaxai <[email protected]>
date
2026-05-25 15:35:53 +01:00
parent
96225f8
commit
31f3d97c914383ceea623066b7e5e2d3503b0d25

2 files changed · +13 −3

modified goals/contributing-md.md +3 −3
@@ -3,9 +3,9 @@ slug: contributing-md
33 title: Build CONTRIBUTING.md as the canonical on-ramp + drift-detection test
44 date: 2026-05-25
55 branch: contributing-md
6-pr_number: null
7-merge_sha: null
8-status: pending
6+pr_number: 51
7+merge_sha: 96225f8
8+status: shipped
99 related_posts: [sama-v2-on-ramp-gap]
1010 ---
1111
modified src/a31_goals.ts +10 −0
@@ -38,6 +38,16 @@ export interface GoalEntry {
3838 }
3939
4040 export const ALL_GOALS: GoalEntry[] = [
41+ {
42+ slug: "contributing-md",
43+ title: "Build CONTRIBUTING.md as the canonical on-ramp + drift-detection test",
44+ date: "2026-05-25",
45+ branch: "contributing-md",
46+ prNumber: 51,
47+ mergeSha: "96225f8",
48+ status: "shipped",
49+ relatedPosts: ["sama-v2-on-ramp-gap"],
50+ },
4151 {
4252 slug: "migrate-historical-goals",
4353 title: "Migrate historical /goals + lock down the authoring workflow",