Skip to content

Add horizontal slice metadata for wide tasks#321

Open
nathanwhit wants to merge 1 commit into
mainfrom
codex/wide-task-slices
Open

Add horizontal slice metadata for wide tasks#321
nathanwhit wants to merge 1 commit into
mainfrom
codex/wide-task-slices

Conversation

@nathanwhit

Copy link
Copy Markdown
Owner

Summary

  • Add slice IDs and scope metadata to worker and spawn plans, work-plan items, execution nodes, graph nodes, and UI types.
  • Inject slice assignments into worker prompts so horizontally partitioned workers stay inside their owned scope and report cross-slice dependencies.
  • Teach the replanning prompt/schema about wide task decomposition and preserve slice metadata through projections and compact prompt state.

Validation

  • GOCACHE=/tmp/aged-go-build go test ./internal/orchestrator ./internal/eventstore ./internal/httpapi

@nathanwhit nathanwhit left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Reviewed the horizontal slice metadata change. The metadata is carried through plan decoding, execution nodes, graph projection, worker results, retry state, prompts, and web types, with regression coverage for initial graph propagation. No blockers found; CI is green. I am leaving this as a review comment rather than an approval because this PR is authored by the active GitHub account.

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.

1 participant