mirror of
https://github.com/shipshitdev/skills.git
synced 2026-09-19 06:04:15 +08:00
93b5ca4e84
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.
21 lines
797 B
Bash
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=
|