SPA AI — install Jidoka halts as PRs. A broken thread must stop the loom.
Project description
SPA AI
Sakichi Principle Actuator AI — a GitHub-native developer agent that installs Jidoka halts for failure classes developers currently absorb through vigilance.
"A broken thread must stop the loom." — Sakichi Vision 1
"The loom serves the weaver, not the reverse." — Sakichi Vision 22
When a failure happens, the question is never who missed it but which loom was absent (Vision 92).
Status: Phase 1 — MVP skeleton (CLI; one loom: pre-commit-formatter). Launch target: Phase 5 completion.
What SPA AI does
SPA AI scans a git repository, finds missing Jidoka halts — places where a defect is only caught downstream by a human — and installs them as pull requests. Pre-commit hooks that should exist. Silent-failure patterns that should raise. Type stubs that should be added. Flaky tests that should be quarantined. CI steps that fail-open when they should fail-closed. SPA AI sees where the weaver is standing last-line-of-defense and builds the loom that should have halted instead.
What SPA AI is not
Not an AI assistant. Not a nag bot. Not a karma-scoring surveillance tool. Not a "write code faster" pitch. Not a replacement for the developer.
The doctrinal source
All of SPA AI traces to Toyoda Sakichi (1867–1930), inventor of the Type G automatic loom — the first machine to stop itself when a thread broke. The principle: the operator must not be the last line of defense against defects. See docs/sakichi_100_visions.md for the full lineage.
Install (v0.1, dev)
git clone https://github.com/aki1770-del/spa-ai.git
cd spa-ai
pip install -e ".[dev]"
Requires Python 3.11+. v0.1 has zero runtime dependencies — the first
two looms are deterministic detectors. The Anthropic SDK lands when
the first LLM-driven loom does, per docs/principles.md Principle 1
(Sekishō-idai — accumulate one stone at a time).
Run
Scan a git repo for missing looms:
spa-ai scan /path/to/some/repo
Generate the patch for a specific loom (dry-run by default):
spa-ai propose /path/to/some/repo --loom pre-commit-formatter
Write the patch to disk (the weaver still owns the merge — SPA AI proposes; the human commits and opens the PR):
spa-ai propose /path/to/some/repo --loom pre-commit-formatter --apply
There is intentionally no spa-ai alert or spa-ai issue-open
subcommand. Per docs/promises.md Promise 3, the loom is a pull
request, not an alert; if we cannot offer a PR, we do not speak.
Run the test suite
pytest
Roadmap
| Phase | Focus | Steps |
|---|---|---|
| 0 | Identity lock | 1–10 (this commit) |
| 1 | MVP skeleton | 11–25 |
| 2 | Detection engine | 26–45 |
| 3 | Installation engine | 46–65 |
| 4 | Polish | 66–80 |
| 5 | Publishing | 81–95 |
| 6 | Community | 96–100 |
Full plan: docs/launch_plan.md.
License
TBD — to be set before Phase 1.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spa_ai-0.2.0.tar.gz.
File metadata
- Download URL: spa_ai-0.2.0.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b743481e17de77b2b9a7b582015b6868ae906517d7174bf02a6f5c276230747
|
|
| MD5 |
158512cfb341599e777ad261d0750834
|
|
| BLAKE2b-256 |
6b4577888122437422cf432198441be11be18569e489ac9bbc160cf28a5f79cb
|
File details
Details for the file spa_ai-0.2.0-py3-none-any.whl.
File metadata
- Download URL: spa_ai-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f8edb0deaf731001fc3cbaa2c39ea011852c8fe4c06202c31790447e098aeca
|
|
| MD5 |
267ecd886bc332abb3e3e021f90eb226
|
|
| BLAKE2b-256 |
2a26d89d71be8b887f8133f76559716110e97d749985e83aa986d82c3bb6929d
|