Skip to content

fix(orchestrator): reconcile operator moves#1486

Merged
corylanou merged 2 commits into
mainfrom
detent/detent-digitaldrywood_detent_1482-eefafeaa17c6
Jul 22, 2026
Merged

fix(orchestrator): reconcile operator moves#1486
corylanou merged 2 commits into
mainfrom
detent/detent-digitaldrywood_detent_1482-eefafeaa17c6

Conversation

@corylanou

@corylanou corylanou commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • synchronize confirmed Blocked-to-non-Blocked Kanban moves with the orchestrator event loop before returning success
  • clear only the moved item's project-status block, claim, retry, and failure-breaker memory while preserving unrelated blockers
  • cover degraded blocked-status refresh dispatch, runtime/API count convergence, configured inactive targets, and operator-move audit telemetry

Fixes #1482

UI Surface Contract

  • N/A; this PR does not change UI layout, density, first-viewport, or responsive visibility.
  • This PR does not add persistent top-of-screen messaging.
  • N/A; this PR does not make visual changes to primary operator screens.

Test Plan

  • go test ./internal/orchestrator ./internal/web ./internal/cli -count=1
  • make check

Synchronize confirmed Blocked-to-active Kanban moves with runtime scheduler state so degraded status refreshes cannot restore stale project-status blocks.\n\nClear only the moved item's claim, retry, and failure memory while preserving unrelated blockers.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8b42054d93

ℹ️ 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".

Comment thread internal/orchestrator/operator_move.go Outdated
Handle confirmed moves from Blocked into configured observed and terminal states so runtime block memory cannot remain stale outside active lanes.
@corylanou
corylanou merged commit 07c368b into main Jul 22, 2026
21 of 22 checks passed
@corylanou
corylanou deleted the detent/detent-digitaldrywood_detent_1482-eefafeaa17c6 branch July 22, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

regression(orchestrator): Blocked → Rework Kanban move remains scheduler-blocked during degraded status refresh

1 participant