DISCOVER: latent value of organvm/cind-and-sol-foundation#683
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08e60a1f84
ℹ️ 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".
| session_id: async-reserve | ||
| status: dispatched | ||
| output: 'dispatch-async: reserved before detached worker launch' |
There was a problem hiding this comment.
Record a completion receipt for promoted discoveries
This discovery is now documented in DISCOVERY.md and promoted in value-repos.json, but the task ledger leaves the corresponding task (and the adjacent DISCOVER-organvm-palimpsest task) as a bare local dispatched claim whose latest session is only async-reserve. scripts/verify-dispatch.py classifies non-Jules dispatched tasks without a PR URL after the grace window as DISPATCHED_NO_PR, so these completed promotions can be treated as stranded no-ops and reopened/re-dispatched, duplicating work and burning budget; record the PR URL or a terminal done transition instead.
Useful? React with 👍 / 👎.
| session_id: limen/discover-organvm-sovereign--ground--4444j99-0f507a63 | ||
| status: dispatched |
There was a problem hiding this comment.
Record branch-only attempts as failed
This session_id is only a branch name, not the PR URL the discovery task requires. For non-Jules dispatched tasks, scripts/verify-dispatch.py only recognizes github.com/.../pull/... receipts, so when the worker gets this far but PR creation fails, leaving the task dispatched makes heal classify it as no-PR after the grace window and re-dispatch duplicate work while the branch remains unmerged; mark the attempt failed/blocked or store the actual PR URL.
Useful? React with 👍 / 👎.
Discovers latent value and promotes the repo to the ranked tier.