Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Repos listed here are polled every `tick` for CI / drift / timing.
# Repos NOT listed are silently ignored. To add/remove a repo, edit
# this file and reload the daemon (`pyauto-heart stop && pyauto-heart watch`).
#
# This file is Heart POLICY (what to poll, what gates, what counts as noise).
# Repo IDENTITY (name/owner) must match PyAutoMind/repos.yaml — the body map;
# `python3 PyAutoMind/scripts/repos_sync.py --check` flags any drift.

repos:
libraries:
Expand Down
Loading