Skip to content

Commit b07d80a

Browse files
Jammy2211Jammy2211claude
authored
Document identity/policy split with PyAutoMind/repos.yaml (#32)
config/repos.yaml stays Heart policy (what to poll, what gates, noise globs); repo identity (name/owner) is now drift-checked against the PyAutoMind/repos.yaml body map by repos_sync.py --check (PyAutoLabs/PyAutoMind#36). Co-authored-by: Jammy2211 <JNightingale2211@gmail.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 811bcaf commit b07d80a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/repos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Repos listed here are polled every `tick` for CI / drift / timing.
44
# Repos NOT listed are silently ignored. To add/remove a repo, edit
55
# this file and reload the daemon (`pyauto-heart stop && pyauto-heart watch`).
6+
#
7+
# This file is Heart POLICY (what to poll, what gates, what counts as noise).
8+
# Repo IDENTITY (name/owner) must match PyAutoMind/repos.yaml — the body map;
9+
# `python3 PyAutoMind/scripts/repos_sync.py --check` flags any drift.
610

711
repos:
812
libraries:

0 commit comments

Comments
 (0)