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]>
2 files changed · +13 −3
goals/contributing-md.md
+3
−3
| @@ -3,9 +3,9 @@ slug: contributing-md | ||
| 3 | 3 | title: Build CONTRIBUTING.md as the canonical on-ramp + drift-detection test |
| 4 | 4 | date: 2026-05-25 |
| 5 | 5 | 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 | |
| 9 | 9 | related_posts: [sama-v2-on-ramp-gap] |
| 10 | 10 | --- |
| 11 | 11 | |
src/a31_goals.ts
+10
−0
| @@ -38,6 +38,16 @@ export interface GoalEntry { | ||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | 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 | + }, | |
| 41 | 51 | { |
| 42 | 52 | slug: "migrate-historical-goals", |
| 43 | 53 | title: "Migrate historical /goals + lock down the authoring workflow", |