-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepos.yaml
More file actions
54 lines (50 loc) · 1.76 KB
/
Copy pathrepos.yaml
File metadata and controls
54 lines (50 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# repos.yaml — the body map: the single source of repo IDENTITY.
#
# This is the template body map: the five organs + the PyAutoProject
# satellite family. Replace YOURORG with your GitHub owner and the
# autoproject rows with your science repos, then run:
#
# python3 scripts/repos_sync.py --write
categories:
organ: {}
library: {}
workspace: {}
workspace_test: {}
assistant: {}
repos:
PyAutoMind:
github: YOURORG/PyAutoMind
category: organ
role: "Intent, goals, priorities, workflow state; every task starts as a markdown prompt here."
PyAutoBrain:
github: YOURORG/PyAutoBrain
category: organ
role: "Reasoning/orchestration layer; how work is decomposed and routed; the specialist agents."
PyAutoBuild:
github: YOURORG/PyAutoBuild
category: organ
role: "Packaging, tagging, notebook generation, release execution."
PyAutoHeart:
github: YOURORG/PyAutoHeart
category: organ
role: "Health/readiness — the authoritative \"is it safe to release?\" verdict."
PyAutoMemory:
github: YOURORG/PyAutoMemory
category: organ
role: "Long-term scientific/software/project knowledge."
PyAutoProject:
github: YOURORG/PyAutoProject
category: library
role: "Your science library — model + analysis on the PyAutoFit engine."
autoproject_workspace:
github: YOURORG/autoproject_workspace
category: workspace
role: "End-to-end example scripts that build to notebooks."
autoproject_workspace_test:
github: YOURORG/autoproject_workspace_test
category: workspace_test
role: "Regression, smoke and parity scripts (code-heavy, doc-light)."
# Uncomment when the clone agent seeds your assistant:
# autoproject_assistant:
# github: YOURORG/autoproject_assistant
# category: assistant