Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Canonical boundaries live in `PyAutoBrain/ORGANISM.md`; the full body map
|-------|------|------|
| **Mind** | PyAutoMind | Intent, goals, priorities, workflow state; every task starts as a markdown prompt here. |
| **Brain** | PyAutoBrain | Reasoning/orchestration layer; how work is decomposed and routed; the specialist agents. |
| **Hands** | PyAutoBuild | Packaging, tagging, notebook generation, PyPI release execution. |
| **Hands** | PyAutoHands | Packaging, tagging, notebook generation, PyPI release execution. |
| **Heart** | PyAutoHeart | Health/readiness — the authoritative "is it safe to release?" verdict. |
| **Memory** | PyAutoMemory | Long-term scientific/software/project knowledge (see science pointer below). |
| **Gut** | PyAutoGut | Owns the lifecycle of condemned self-material (stale branches, stashes, dead code/tests): holds it as durable, recoverable git refs through a transit window and voids it on a sweep. The storage mirror of Memory (retention vs release). |
Expand Down
2 changes: 1 addition & 1 deletion autoconf/setup_colab.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Google Colab bootstrap for the PyAuto ecosystem.

Every notebook generated by PyAutoBuild begins with a setup cell that calls
Every notebook generated by PyAutoHands begins with a setup cell that calls
``setup_colab.setup("<project>")``. Outside Colab the call is a no-op (it
prints a short confirmation and returns), so the same notebook runs unchanged
locally and on Colab.
Expand Down
Loading