Files
Vincent 93b5ca4e84 feat(dev-loop): board-driven autonomous dev loop — 5-column board, AI-loop phase labels, Claude/Codex/OpenRouter lanes, dev-loop bundle (#28)
Supersedes the earlier #25 dev-loop. Board-as-truth status (Backlog/In Progress/Human Review/Done/Deferred), loop:* phase labels, three engine lanes (dispatch:claude/codex/openrouter), auto-assign on Human Review, dedicated dev-loop bundle, ShipCode-aligned. Coherence-audited; README catalog reconciled.
2026-06-16 22:45:50 +02:00

21 lines
797 B
Bash

# .github/agent-loop.env — committed, NON-SECRET GitHub Projects board ids.
#
# The dispatch workflows (agent-dispatch.yml, codex-dispatch.yml) and the local
# /loop `source` this file to flip the board `Status` field via `gh project
# item-edit`. Only the PROJECTS_TOKEN PAT is secret; these node ids are not, so
# they live in source control rather than a secret.
#
# setup-dev-loop.sh provisions the board and OVERWRITES this file with the real
# values for a consumer repo. The empty placeholders below are the template shipped
# by this tooling repo, which itself does not run the loop.
PROJECT_OWNER=
PROJECT_NUMBER=
PROJECT_NODE_ID=
STATUS_FIELD_ID=
STATUS_BACKLOG_OPTION_ID=
STATUS_IN_PROGRESS_OPTION_ID=
STATUS_HUMAN_REVIEW_OPTION_ID=
STATUS_DONE_OPTION_ID=
STATUS_DEFERRED_OPTION_ID=