Close dogfood loop: migrate-historical-goals pending → shipped
Per the new authoring workflow (feedback_goal_authoring_workflow.md), the FINAL commit before deploy flips the in-flight goal's status from pending to shipped + fills the merge_sha. PR #47 merged at 5ce83fe; updating the goal file and the registry entry in lockstep. Co-Authored-By: Claude Opus 4.7 <[email protected]>
2 files changed · +6 −6
goals/migrate-historical-goals.md
+3
−3
| @@ -3,9 +3,9 @@ slug: migrate-historical-goals | ||
| 3 | 3 | title: Migrate historical /goals + lock down the authoring workflow |
| 4 | 4 | date: 2026-05-25 |
| 5 | 5 | branch: migrate-historical-goals |
| 6 | -pr_number: null | |
| 7 | -merge_sha: null | |
| 8 | -status: pending | |
| 6 | +pr_number: 47 | |
| 7 | +merge_sha: 5ce83fe | |
| 8 | +status: shipped | |
| 9 | 9 | related_posts: [sama-v2-goal-chain-gap] |
| 10 | 10 | --- |
| 11 | 11 | |
src/a31_goals.ts
+3
−3
| @@ -43,9 +43,9 @@ export const ALL_GOALS: GoalEntry[] = [ | ||
| 43 | 43 | title: "Migrate historical /goals + lock down the authoring workflow", |
| 44 | 44 | date: "2026-05-25", |
| 45 | 45 | branch: "migrate-historical-goals", |
| 46 | - prNumber: null, | |
| 47 | - mergeSha: null, | |
| 48 | - status: "pending", | |
| 46 | + prNumber: 47, | |
| 47 | + mergeSha: "5ce83fe", | |
| 48 | + status: "shipped", | |
| 49 | 49 | relatedPosts: ["sama-v2-goal-chain-gap"], |
| 50 | 50 | }, |
| 51 | 51 | { |