feat: create prediction workflow labels during disinto init #225
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem / motivation
The predictor-planner adversarial feedback loop requires three labels:
prediction/unreviewed,prediction/dismissed, andprediction/actioned(documented in AGENTS.md). These labels do not exist on the Forgejo repo, so the predictor cannot file labeled predictions and the planner cannot triage them.This breaks the Foundation milestone requirement: "Predictor-planner adversarial feedback loop."
Proposed solution
Add label creation to the
disinto initbootstrap flow. After creating the repo, create all required labels:prediction/unreviewed(for new predictions)prediction/dismissed(planner disagrees)prediction/actioned(planner promoted or acted on)Use the Forgejo API:
POST /api/v1/repos/{owner}/{repo}/labelsAffected files
Acceptance criteria
disinto initcreates prediction/unreviewed, prediction/dismissed, prediction/actioned labels