chore: add piloop-config.yaml #151
No reviewers
Labels
No labels
bug
chore
documentation
enhancement
feature
ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
david/pi-extensions-and-skills!151
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/2026-09-01/piloop-config"
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?
Adds a committed per-repo
piloop-config.yamlfor pi-loop, copied from the annotated example so stable team settings are shared via PR review instead of local only.What & why
pi-loop supports an optional per-repo YAML config at the repo root. Committing it makes the team's shared settings explicit and reviewable (precedence: CLI flag > env var > YAML > built-in defaults). The file pins:
git-host: forgejo— origin platform for MR creationlabel: enhancement— scan-mode label filtermodel: deepseek-v4-flash+thinking-level: highauto-mergeenabled with default timeout/pollCredentials/tokens are intentionally not in this file — they stay in the environment.
Per-file breakdown
piloop-config.yaml— annotated per-repo pi-loop configuration (82 lines)