|
1 | 1 | # PyAutoScientist |
2 | 2 |
|
3 | 3 | PyAutoScientist is a working, opinionated reference implementation of an |
4 | | -**AI-agent development organism**: a set of five git repositories — Mind, |
5 | | -Brain, Heart, Hands, Memory — that together let AI coding agents plan, |
6 | | -implement, test, gate and release software across a multi-repo project, |
7 | | -with a human checkpointing the judgment calls. |
| 4 | +**AI-agent development organism** for human-led, natural-language software |
| 5 | +development: a set of five git repositories — Mind, Brain, Heart, Hands, |
| 6 | +Memory — through which you lead a multi-repo project in plain English. You |
| 7 | +describe what you want; AI agents plan, implement, test, gate and release |
| 8 | +it; you make every judgment call. |
8 | 9 |
|
9 | 10 | It is not a framework you install. It is the live system that develops the |
10 | 11 | [PyAuto astronomy stack](https://pyautolabs.github.io) every day — tens of |
11 | 12 | repositories, nightly releases, hundreds of tasks — documented so that you |
12 | | -can **fork it and run your own**, driving projects that have nothing to do |
| 13 | +can **fork it and lead your own**, driving projects that have nothing to do |
13 | 14 | with astronomy. |
14 | 15 |
|
15 | 16 | ## The idea in five lines |
16 | 17 |
|
17 | | -- Every piece of work starts as a plain-English markdown file in the **Mind**. |
| 18 | +- Every piece of work starts as a plain-English markdown file you write in |
| 19 | + the **Mind**. |
18 | 20 | - The **Brain** classifies it, plans it, and routes it through specialist agents. |
19 | 21 | - Work happens on task worktrees and ships as pull requests, gated by the |
20 | 22 | **Heart**'s health verdict. |
|
0 commit comments