chore: add piloop-config.yaml #288

Merged
david merged 1 commit from chore/2026-08-19/add-piloop-config-yaml into main 2026-08-19 02:30:40 +00:00
Owner

What & why

Adds a committed piloop-config.yaml at the repo root, based on piloop-config.example.yaml. This sets stable, non-secret pi-loop settings so runs on this repo don't rely on ambient env vars (per ADR-013: CLI flag > YAML > env var > built-in defaults).

Configured settings:

  • git-host: forgejo
  • label: pi-loop, max-issues: 50
  • model: vertex-anthropic/claude-sonnet-5, thinking-level: high
  • auto-merge.enabled: true (timeout 600000ms, poll 15000ms)
  • bash.default-timeout: 120, bash.max-timeout: 600
  • jira.acceptance-criteria-field-id: customfield_10001
  • gitlab.base-url: https://gitlab.com
  • forgejo.base-url: https://git.excelera.net
  • docs.enabled: true with default paths/excludes

No credentials or secrets are included — those remain env-only per project conventions.

Files changed

Added:

  • piloop-config.yaml — per-repo pi-loop configuration
## What & why Adds a committed `piloop-config.yaml` at the repo root, based on `piloop-config.example.yaml`. This sets stable, non-secret pi-loop settings so runs on this repo don't rely on ambient env vars (per ADR-013: `CLI flag > YAML > env var > built-in defaults`). Configured settings: - `git-host: forgejo` - `label: pi-loop`, `max-issues: 50` - `model: vertex-anthropic/claude-sonnet-5`, `thinking-level: high` - `auto-merge.enabled: true` (timeout 600000ms, poll 15000ms) - `bash.default-timeout: 120`, `bash.max-timeout: 600` - `jira.acceptance-criteria-field-id: customfield_10001` - `gitlab.base-url: https://gitlab.com` - `forgejo.base-url: https://git.excelera.net` - `docs.enabled: true` with default paths/excludes No credentials or secrets are included — those remain env-only per project conventions. ## Files changed **Added:** - `piloop-config.yaml` — per-repo pi-loop configuration
david merged commit 3f410c0b7c into main 2026-08-19 02:30:40 +00:00
david deleted branch chore/2026-08-19/add-piloop-config-yaml 2026-08-19 02:30:41 +00:00
david referenced this pull request from a commit 2026-08-19 02:30:42 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
david/pi-loop!288
No description provided.