Skip to content

[OpenAI Codex] Implement multiple winners per task#21

Open
wisdom518 wants to merge 1 commit into
Core-Foundry:mainfrom
wisdom518:codex/multiple-winners-per-task
Open

[OpenAI Codex] Implement multiple winners per task#21
wisdom518 wants to merge 1 commit into
Core-Foundry:mainfrom
wisdom518:codex/multiple-winners-per-task

Conversation

@wisdom518

Copy link
Copy Markdown

Implements multiple winners per task by tracking approvals and releasing an equal share of the escrowed reward to each approved submission.

What changed:

  • tasks now track how many submissions have been approved
  • approval keeps the task in progress until all allowed winners are approved
  • each approved submission receives a proportional share of the reward
  • tests cover the multi-winner flow

Fixes #4

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.

Implement Multiple Winners Per Task

1 participant