From 589c256937848b2b1338cc34b4fa650c44eaa852 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 10 Jul 2026 09:29:40 +0100 Subject: [PATCH] docs: CONTRIBUTING + README RTD link (PyAutoScientist Phase 2) Co-Authored-By: Claude Fable 5 --- CONTRIBUTING.md | 12 ++++++++++++ README.md | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..a3a35139 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +PyAutoMind is an organ of **PyAutoScientist** — a living reference implementation +that is the maintainer's daily working system. `main` moves fast and +carries **no compatibility promises**: adopt by fork-and-pull (confining +your diff to the declared config surfaces), never by tracking, and pin what +you depend on. Issues and PRs are welcome; triage pace is set by the live +instance's needs. + +The full contribution and stability policy is +[PyAutoBrain/CONTRIBUTING.md](https://github.com/PyAutoLabs/PyAutoBrain/blob/main/CONTRIBUTING.md); +the adoption model is documented at . diff --git a/README.md b/README.md index 5056acbb..15c69a11 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,5 @@ this repo is in [AGENTS.md](AGENTS.md). The organism this repo is the Mind of (Mind, Brain, Heart, Hands, Memory) is described once in -[PyAutoBrain/ORGANISM.md](https://github.com/PyAutoLabs/PyAutoBrain/blob/main/ORGANISM.md). +[PyAutoBrain/ORGANISM.md](https://github.com/PyAutoLabs/PyAutoBrain/blob/main/ORGANISM.md) +and documented in full at .