chore: add piloop-config.yaml #288
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/2026-08-19/add-piloop-config-yaml"
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?
What & why
Adds a committed
piloop-config.yamlat the repo root, based onpiloop-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: forgejolabel: pi-loop,max-issues: 50model: vertex-anthropic/claude-sonnet-5,thinking-level: highauto-merge.enabled: true(timeout 600000ms, poll 15000ms)bash.default-timeout: 120,bash.max-timeout: 600jira.acceptance-criteria-field-id: customfield_10001gitlab.base-url: https://gitlab.comforgejo.base-url: https://git.excelera.netdocs.enabled: truewith default paths/excludesNo credentials or secrets are included — those remain env-only per project conventions.
Files changed
Added:
piloop-config.yaml— per-repo pi-loop configuration