chore(b-0359): decompose step 1 into B-0552#3728
Conversation
| @@ -8,7 +8,8 @@ created: 2026-05-09 | |||
| last_updated: 2026-05-09 | |||
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4957a233bd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| decomposition: decomposing | ||
| children: [B-0552] |
There was a problem hiding this comment.
Bump
last_updated on modified backlog row
This change edits B-0359 frontmatter (decomposition/children) but leaves last_updated at 2026-05-09, which violates the backlog schema contract that last_updated is "Updated on every content edit" (tools/backlog/README.md, frontmatter fields table). Keeping a stale date makes backlog-audit/reporting surfaces unreliable when they use last_updated for recency and triage.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 90273b6b52
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| depends_on: [B-0358] | ||
| classification: buildable | ||
| decomposition: atomic |
There was a problem hiding this comment.
Add parent linkage for decomposed child row
This child backlog row is declared as step 1 of B-0359, but its frontmatter omits parent: B-0359, leaving only the parent-side children link. That makes the decomposition graph asymmetric and breaks automation that discovers open children via each child’s parent field (see openChildrenByParent / decomposedParentBlocker in tools/backlog/autonomous-pickup.ts), so the picker cannot reliably treat the parent as blocked by this open child. Please add an explicit parent field on this row to keep parent/child semantics machine-readable.
Useful? React with 👍 / 👎.
|
Substrate-honest close per stale-armed-PR resolution case 1. The B-0359-step-1-decomposition substrate-class landed via #3750 as B-0553 (audit-backlog-status-drift). The number this PR would file is now superseded. DIRTY since 2026-05-16. |
Decomposed B-0359 (Probabilistic type system) step 1 into B-0552 for atomic implementation.