simplicio-loop 1.0.4__tar.gz → 1.0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/MANIFEST.in +3 -3
  2. {simplicio_loop-1.0.4/simplicio_loop.egg-info → simplicio_loop-1.0.5}/PKG-INFO +77 -77
  3. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/PYPI.md +52 -52
  4. simplicio_loop-1.0.5/README.md +358 -0
  5. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/pyproject.toml +45 -45
  6. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/setup.cfg +4 -4
  7. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/__init__.py +8 -8
  8. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/hooks.claude.json +20 -20
  9. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/hooks.json +12 -12
  10. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/learn_stop.py +38 -38
  11. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/loop_capture.py +67 -67
  12. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/loop_stop.py +205 -205
  13. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/orient_clamp.py +167 -167
  14. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/hooks/orient_rewrite.py +96 -96
  15. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-compress/SKILL.md +86 -86
  16. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-learn/SKILL.md +70 -70
  17. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-loop/SKILL.md +182 -182
  18. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-orient/SKILL.md +188 -188
  19. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-review/SKILL.md +94 -94
  20. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/SKILL.md +219 -219
  21. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/azure-devops-adapter.md +69 -69
  22. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/extension-points.md +74 -74
  23. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/orchestration.md +131 -131
  24. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/quality-safety-delivery.md +121 -121
  25. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/standing-loop-247.md +117 -117
  26. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/token-economy.md +175 -175
  27. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/_bundle/skills/simplicio-tasks/references/web-evidence.md +93 -93
  28. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop/cli.py +76 -76
  29. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5/simplicio_loop.egg-info}/PKG-INFO +77 -77
  30. simplicio_loop-1.0.4/README.md +0 -502
  31. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/LICENSE +0 -0
  32. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop.egg-info/SOURCES.txt +0 -0
  33. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop.egg-info/dependency_links.txt +0 -0
  34. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop.egg-info/entry_points.txt +0 -0
  35. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop.egg-info/requires.txt +0 -0
  36. {simplicio_loop-1.0.4 → simplicio_loop-1.0.5}/simplicio_loop.egg-info/top_level.txt +0 -0
@@ -1,3 +1,3 @@
1
- include PYPI.md
2
- include LICENSE
3
- recursive-include simplicio_loop/_bundle *
1
+ include PYPI.md
2
+ include LICENSE
3
+ recursive-include simplicio_loop/_bundle *
@@ -1,77 +1,77 @@
1
- Metadata-Version: 2.4
2
- Name: simplicio-loop
3
- Version: 1.0.4
4
- Summary: The Universal Looping AI Orchestrator — a runtime-agnostic super-plugin (6 skills) that drains any queue of work end-to-end on any LLM/runtime.
5
- Author-email: Wesley Simplicio <wesleybob4@gmail.com>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/wesleysimplicio/simplicio-loop
8
- Project-URL: Repository, https://github.com/wesleysimplicio/simplicio-loop
9
- Project-URL: Issues, https://github.com/wesleysimplicio/simplicio-loop/issues
10
- Keywords: ai,agent,orchestrator,llm,claude,cursor,automation,ralph-loop,token-economy,cli
11
- Classifier: Development Status :: 4 - Beta
12
- Classifier: Intended Audience :: Developers
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3 :: Only
16
- Classifier: Topic :: Software Development :: Build Tools
17
- Classifier: Topic :: Utilities
18
- Classifier: Operating System :: OS Independent
19
- Requires-Python: >=3.8
20
- Description-Content-Type: text/markdown
21
- License-File: LICENSE
22
- Requires-Dist: simplicio-mapper
23
- Requires-Dist: simplicio-cli
24
- Dynamic: license-file
25
-
26
- # simplicio-loop
27
-
28
- **The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (6 skills) that
29
- drains any queue of work end-to-end on **any LLM / runtime**:
30
- `discover → implement → verify → merge → close → watch 24/7`, behind safety gates and a hard cost
31
- kill-switch, at up to **96% fewer tokens**. Not a chatbot. A worker.
32
-
33
- ![simplicio-loop](https://raw.githubusercontent.com/wesleysimplicio/simplicio-loop/main/assets/simplicio-loop-hero.jpg)
34
-
35
- ## Install
36
-
37
- ```bash
38
- pip install simplicio-loop
39
- ```
40
-
41
- Then drop the skills + hooks into your project (or globally):
42
-
43
- ```bash
44
- simplicio-loop install # into ./.claude of the current project
45
- simplicio-loop install --global # into ~/.claude (all projects)
46
- ```
47
-
48
- Now invoke it from your agent runtime (Claude Code, Cursor, Codex, Gemini, …):
49
-
50
- ```
51
- /simplicio-tasks finish all the open issues
52
- ```
53
-
54
- ## What you get — 6 skills
55
-
56
- | Skill | What it does |
57
- |---|---|
58
- | `simplicio-tasks` | The orchestrator loop: discover → implement → verify → merge → close → watch 24/7. |
59
- | `simplicio-loop` | Hardened Ralph loop — re-feed the goal until an evidence-gated `<promise>` or a cap. |
60
- | `simplicio-orient` | Terminal-first token economy — output-reduction catalog, tee-cache, signatures-read. |
61
- | `simplicio-review` | Adversarial review — parallel subagents on distinct rubrics, deduped into one verdict. |
62
- | `simplicio-compress` | Output + memory compression, byte-preserving identifiers. |
63
- | `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
64
-
65
- ## Highlights
66
-
67
- - **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
68
- OpenCode, Gemini, Aider, Hermes, OpenClaw.
69
- - **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>` or a
70
- cap / budget / STOP.
71
- - **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
72
- outcomes.
73
-
74
- Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
75
-
76
- MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
77
- Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
1
+ Metadata-Version: 2.4
2
+ Name: simplicio-loop
3
+ Version: 1.0.5
4
+ Summary: The Universal Looping AI Orchestrator — a runtime-agnostic super-plugin (6 skills) that drains any queue of work end-to-end on any LLM/runtime.
5
+ Author-email: Wesley Simplicio <wesleybob4@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/wesleysimplicio/simplicio-loop
8
+ Project-URL: Repository, https://github.com/wesleysimplicio/simplicio-loop
9
+ Project-URL: Issues, https://github.com/wesleysimplicio/simplicio-loop/issues
10
+ Keywords: ai,agent,orchestrator,llm,claude,cursor,automation,ralph-loop,token-economy,cli
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Topic :: Software Development :: Build Tools
17
+ Classifier: Topic :: Utilities
18
+ Classifier: Operating System :: OS Independent
19
+ Requires-Python: >=3.8
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Requires-Dist: simplicio-mapper
23
+ Requires-Dist: simplicio-cli
24
+ Dynamic: license-file
25
+
26
+ # simplicio-loop
27
+
28
+ **The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (6 skills) that
29
+ drains any queue of work end-to-end on **any LLM / runtime**:
30
+ `discover → implement → verify → merge → close → watch 24/7`, behind safety gates and a hard cost
31
+ kill-switch, at up to **96% fewer tokens**. Not a chatbot. A worker.
32
+
33
+ ![simplicio-loop](https://raw.githubusercontent.com/wesleysimplicio/simplicio-loop/main/assets/simplicio-loop-hero.jpg)
34
+
35
+ ## Install
36
+
37
+ ```bash
38
+ pip install simplicio-loop
39
+ ```
40
+
41
+ Then drop the skills + hooks into your project (or globally):
42
+
43
+ ```bash
44
+ simplicio-loop install # into ./.claude of the current project
45
+ simplicio-loop install --global # into ~/.claude (all projects)
46
+ ```
47
+
48
+ Now invoke it from your agent runtime (Claude Code, Cursor, Codex, Gemini, …):
49
+
50
+ ```
51
+ /simplicio-tasks finish all the open issues
52
+ ```
53
+
54
+ ## What you get — 6 skills
55
+
56
+ | Skill | What it does |
57
+ |---|---|
58
+ | `simplicio-tasks` | The orchestrator loop: discover → implement → verify → merge → close → watch 24/7. |
59
+ | `simplicio-loop` | Hardened Ralph loop — re-feed the goal until an evidence-gated `<promise>` or a cap. |
60
+ | `simplicio-orient` | Terminal-first token economy — output-reduction catalog, tee-cache, signatures-read. |
61
+ | `simplicio-review` | Adversarial review — parallel subagents on distinct rubrics, deduped into one verdict. |
62
+ | `simplicio-compress` | Output + memory compression, byte-preserving identifiers. |
63
+ | `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
64
+
65
+ ## Highlights
66
+
67
+ - **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
68
+ OpenCode, Gemini, Aider, Hermes, OpenClaw.
69
+ - **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>` or a
70
+ cap / budget / STOP.
71
+ - **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
72
+ outcomes.
73
+
74
+ Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
75
+
76
+ MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
77
+ Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
@@ -1,52 +1,52 @@
1
- # simplicio-loop
2
-
3
- **The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (6 skills) that
4
- drains any queue of work end-to-end on **any LLM / runtime**:
5
- `discover → implement → verify → merge → close → watch 24/7`, behind safety gates and a hard cost
6
- kill-switch, at up to **96% fewer tokens**. Not a chatbot. A worker.
7
-
8
- ![simplicio-loop](https://raw.githubusercontent.com/wesleysimplicio/simplicio-loop/main/assets/simplicio-loop-hero.jpg)
9
-
10
- ## Install
11
-
12
- ```bash
13
- pip install simplicio-loop
14
- ```
15
-
16
- Then drop the skills + hooks into your project (or globally):
17
-
18
- ```bash
19
- simplicio-loop install # into ./.claude of the current project
20
- simplicio-loop install --global # into ~/.claude (all projects)
21
- ```
22
-
23
- Now invoke it from your agent runtime (Claude Code, Cursor, Codex, Gemini, …):
24
-
25
- ```
26
- /simplicio-tasks finish all the open issues
27
- ```
28
-
29
- ## What you get — 6 skills
30
-
31
- | Skill | What it does |
32
- |---|---|
33
- | `simplicio-tasks` | The orchestrator loop: discover → implement → verify → merge → close → watch 24/7. |
34
- | `simplicio-loop` | Hardened Ralph loop — re-feed the goal until an evidence-gated `<promise>` or a cap. |
35
- | `simplicio-orient` | Terminal-first token economy — output-reduction catalog, tee-cache, signatures-read. |
36
- | `simplicio-review` | Adversarial review — parallel subagents on distinct rubrics, deduped into one verdict. |
37
- | `simplicio-compress` | Output + memory compression, byte-preserving identifiers. |
38
- | `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
39
-
40
- ## Highlights
41
-
42
- - **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
43
- OpenCode, Gemini, Aider, Hermes, OpenClaw.
44
- - **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>` or a
45
- cap / budget / STOP.
46
- - **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
47
- outcomes.
48
-
49
- Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
50
-
51
- MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
52
- Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
1
+ # simplicio-loop
2
+
3
+ **The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (6 skills) that
4
+ drains any queue of work end-to-end on **any LLM / runtime**:
5
+ `discover → implement → verify → merge → close → watch 24/7`, behind safety gates and a hard cost
6
+ kill-switch, at up to **96% fewer tokens**. Not a chatbot. A worker.
7
+
8
+ ![simplicio-loop](https://raw.githubusercontent.com/wesleysimplicio/simplicio-loop/main/assets/simplicio-loop-hero.jpg)
9
+
10
+ ## Install
11
+
12
+ ```bash
13
+ pip install simplicio-loop
14
+ ```
15
+
16
+ Then drop the skills + hooks into your project (or globally):
17
+
18
+ ```bash
19
+ simplicio-loop install # into ./.claude of the current project
20
+ simplicio-loop install --global # into ~/.claude (all projects)
21
+ ```
22
+
23
+ Now invoke it from your agent runtime (Claude Code, Cursor, Codex, Gemini, …):
24
+
25
+ ```
26
+ /simplicio-tasks finish all the open issues
27
+ ```
28
+
29
+ ## What you get — 6 skills
30
+
31
+ | Skill | What it does |
32
+ |---|---|
33
+ | `simplicio-tasks` | The orchestrator loop: discover → implement → verify → merge → close → watch 24/7. |
34
+ | `simplicio-loop` | Hardened Ralph loop — re-feed the goal until an evidence-gated `<promise>` or a cap. |
35
+ | `simplicio-orient` | Terminal-first token economy — output-reduction catalog, tee-cache, signatures-read. |
36
+ | `simplicio-review` | Adversarial review — parallel subagents on distinct rubrics, deduped into one verdict. |
37
+ | `simplicio-compress` | Output + memory compression, byte-preserving identifiers. |
38
+ | `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
39
+
40
+ ## Highlights
41
+
42
+ - **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
43
+ OpenCode, Gemini, Aider, Hermes, OpenClaw.
44
+ - **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>` or a
45
+ cap / budget / STOP.
46
+ - **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
47
+ outcomes.
48
+
49
+ Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
50
+
51
+ MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
52
+ Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
@@ -0,0 +1,358 @@
1
+ # 🔁 simplicio-loop — The Universal Looping AI Orchestrator
2
+
3
+ <p align="center">
4
+ <img src="assets/simplicio-loop-hero.jpg" alt="simplicio-loop" width="920" />
5
+ </p>
6
+
7
+ <p align="center">
8
+ <a href="https://github.com/wesleysimplicio/simplicio-loop/stargazers"><img src="https://img.shields.io/github/stars/wesleysimplicio/simplicio-loop?style=social" alt="Stars"></a>
9
+ <a href="#-the-6-skills-super-plugin"><img src="https://img.shields.io/badge/skills-6-7C3AED" alt="6 skills"></a>
10
+ <a href="#-source-adapters"><img src="https://img.shields.io/badge/source%20adapters-6-00E08A" alt="6 source adapters"></a>
11
+ <a href="#-11-runtimes-one-protocol"><img src="https://img.shields.io/badge/runtimes-11-2563EB" alt="11 runtimes"></a>
12
+ <a href="#-the-43-extension-points"><img src="https://img.shields.io/badge/extension%20points-43-00E08A" alt="43 extension points"></a>
13
+ <a href="#-accelerators"><img src="https://img.shields.io/badge/accelerators-3-FF6B6B" alt="3 accelerators"></a>
14
+ <a href="#-token-economy"><img src="https://img.shields.io/badge/tokens-up%20to%2096%25%20fewer-green" alt="Up to 96% fewer tokens"></a>
15
+ <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License"></a>
16
+ </p>
17
+
18
+ <p align="center">
19
+ <a href="#-tldr">TL;DR</a> ·
20
+ <a href="#-the-6-skills-super-plugin">6 Skills</a> ·
21
+ <a href="#-source-adapters">Source Adapters</a> ·
22
+ <a href="#-accelerators">Accelerators</a> ·
23
+ <a href="#-11-runtimes-one-protocol">11 Runtimes</a> ·
24
+ <a href="#-the-loop">The Loop</a> ·
25
+ <a href="#-token-economy">Token Economy</a> ·
26
+ <a href="#-recent-activity">Recent Activity</a> ·
27
+ <a href="#-install--use">Install</a>
28
+ </p>
29
+
30
+ <p align="center">
31
+ <strong>🌍 Languages:</strong><br>
32
+ <a href="README.md">🇬🇧 English</a> |
33
+ <a href="READMEs/README.pt-BR.md">🇧🇷 Português</a> |
34
+ <a href="READMEs/README.es-ES.md">🇪🇸 Español</a> |
35
+ <a href="READMEs/README.fr-FR.md">🇫🇷 Français</a> |
36
+ <a href="READMEs/README.de-DE.md">🇩🇪 Deutsch</a> |
37
+ <a href="READMEs/README.it-IT.md">🇮🇹 Italiano</a> |
38
+ <a href="READMEs/README.ja-JP.md">🇯🇵 日本語</a> |
39
+ <a href="READMEs/README.ko-KR.md">🇰🇷 한국어</a> |
40
+ <a href="READMEs/README.zh-CN.md">🇨🇳 简体中文</a> |
41
+ <a href="READMEs/README.ru-RU.md">🇷🇺 Русский</a> |
42
+ <a href="READMEs/README.pl-PL.md">🇵🇱 Polski</a> |
43
+ <a href="READMEs/README.tr-TR.md">🇹🇷 Türkçe</a> |
44
+ <a href="READMEs/README.nl-NL.md">🇳🇱 Nederlands</a> |
45
+ <a href="READMEs/README.hi-IN.md">🇮🇳 हिन्दी</a> |
46
+ <a href="READMEs/README.ar-SA.md">🇸🇦 العربية</a>
47
+ </p>
48
+
49
+ ---
50
+
51
+ ## ⚡ TL;DR
52
+
53
+ **simplicio-loop** is a runtime-agnostic **super-plugin** — one autonomous looping
54
+ orchestrator (invoked as **`/simplicio-tasks`**) plus **five satellite skills** — that turns any
55
+ strong LLM (Claude, Codex, Copilot, Gemini, Cursor, local models) into a self-driving worker. You
56
+ point it at a body of work — *"finish all the open issues"*, *"clear the CI queue"*, *"drain the Jira board"* — and it
57
+ runs the whole lifecycle on its own:
58
+
59
+ > **discover → understand → decide → act → verify → correct → record → repeat**
60
+
61
+ It discovers work from any source (GitHub Issues, Jira, Azure DevOps, agentsview sessions, and
62
+ more), dedups, auto-scales an agent fleet to your machine, implements each item through a quality
63
+ loop that **runs the code (not just compiles it)**, opens PRs, resolves CI/review feedback, merges,
64
+ and keeps watching **24/7** for new work — all behind safety gates and a hard cost kill-switch.
65
+
66
+ ```text
67
+ /simplicio-tasks termine as issues abertas
68
+ → identity + pre-flight (kill-switch, auth, watcher)
69
+ → discover 50 issues · dedup · build dependency DAG
70
+ → autoscale fleet = 14 · pipeline implement→review→merge
71
+ → each item: read body+ACs → orient code → plan → edit → run → verify → PR
72
+ → merge · close with evidence · rollback if main breaks
73
+ → keep looping every ~2 min until the queue is dry (evidence-gated, never a false "done")
74
+ ```
75
+
76
+ Three things make it different: it is a **super-plugin of focused skills**, it runs the **same
77
+ protocol on 11 runtimes**, and it does all of this with **aggressive, honest token economy**.
78
+
79
+ ---
80
+
81
+ ## 🧠 The 6 skills (super-plugin)
82
+
83
+ The orchestrator is the core; five satellites each absorb the best of a well-known technique and
84
+ expose it as a reusable skill. Each satellite is **optional** — when loaded, the orchestrator
85
+ delegates to it (richer + cheaper); when absent, the orchestrator's inline protocol covers 100%
86
+ of the work.
87
+
88
+ | Skill | Absorbs | What it does |
89
+ |---|---|---|
90
+ | 🔁 **simplicio-tasks** | — | The orchestrator loop: discover → implement → verify → merge → close → watch 24/7. 43 extension points, dual-path router, self-audit convergence. |
91
+ | ♾️ **simplicio-loop** | [ralph-loop](https://github.com/cursor/plugins/tree/main/ralph-loop) | The hardened Ralph loop: re-feed the same goal each turn so the agent sees its own work, exiting only on an **evidence-gated `<promise>`** or a `max_iterations` cap — never a false "done". |
92
+ | 🧱 **simplicio-orient** | [rtk](https://github.com/rtk-ai/rtk) + [caveman](https://github.com/JuliusBrussee/caveman) | Terminal-first execution: answer facts with the shell, never the LLM. Output-reduction catalog, **tee-cache on failure**, signatures-only reads, optional auto-rewrite hook. |
93
+ | 🔥 **simplicio-review** | [thermos](https://github.com/cursor/plugins/tree/main/thermos) | Adversarial review: parallel subagents on distinct rubrics (security/correctness + code-quality), spawned in one message, deduped into one verdict. |
94
+ | 🗜️ **simplicio-compress** | [caveman](https://github.com/JuliusBrussee/caveman) | Output + memory compression: terse prose levels that preserve code/paths byte-for-byte, plus a one-time memory compaction that pays back every turn. Fail-closed `transform_guard`. |
95
+ | 🎓 **simplicio-learn** | [teaching](https://github.com/cursor/plugins/tree/main/teaching) + continual-learning | Retrospective: mine durable, deduped lessons from a run and write them to memory so the next run is cheaper and more correct. |
96
+
97
+ Each is a normal skill folder under [`.claude/skills/`](.claude/skills) — usable standalone or
98
+ as part of the loop.
99
+
100
+ ---
101
+
102
+ ## 📡 Source adapters
103
+
104
+ The orchestrator discovers work from any source via pluggable adapters. Each exposes six verbs:
105
+ `list_ready`, `get_details`, `claim`, `update_status`, `attach_evidence`, `close`.
106
+
107
+ | Source | Adapter | Purpose |
108
+ |---|---|---|
109
+ | GitHub Issues/PRs | `gh` CLI (native) | Primary work-item source |
110
+ | Jira / Asana / ClickUp / Linear / Notion | host connector | Board/project management |
111
+ | Trello / Azure DevOps | `az boards` adapter | Azure work tracking |
112
+ | **agentsview sessions** | `scripts/agentsview_adapter.py` | Stalled session recovery + cost observability |
113
+ | Local files / CI queue | filesystem / CI API | Internal work tracking |
114
+
115
+ See each adapter's reference doc under `.claude/skills/simplicio-tasks/references/`.
116
+
117
+ ---
118
+
119
+ ## ⚡ Accelerators
120
+
121
+ simplicio-loop integrates with three acceleration layers to make the loop faster, cheaper, and
122
+ smarter:
123
+
124
+ | Accelerator | Extension point | What it does | Token impact |
125
+ |---|---|---|---|
126
+ | **Understand Anything** | `orient` / `recall` (Step 2b-2) | Knowledge graph of the codebase — semantic search, guided tours, dependency graph. Replaces ad-hoc LLM code reads with deterministic `jq` queries. | **L0 (zero tokens)** — queries are JSON, not LLM calls |
127
+ | **agentsview** | `source_adapter` + pre-flight budget (Step 1a/3b) | Session analytics, cost tracking, stalled-session discovery. Feeds real spend data into the kill-switch. | **L1** — metadata-only queries, aggregate SQL |
128
+ | **LMCache** | `model_route` (Step 3d) + token economy | KV cache between loop turns eliminates redundant prefill on repeated prompts. Reduces TTFT by 40-70% on local models (L2-L3). | **GPU time reduction** — less $ per iteration, scales with loop length |
129
+
130
+ Each accelerator is optional and auto-detected — when present, the loop uses it; when absent,
131
+ the LLM fallback covers 100%.
132
+
133
+ ---
134
+
135
+ ## 🌐 11 runtimes, one protocol
136
+
137
+ One universal skill core + one set of hooks drives every runtime. An adapter is thin: it tells a
138
+ runtime *where to load the skills*, *how to arm the loop*, and *how to bind native speed*. **The
139
+ skill names no runtime; the runtime detects the skill.**
140
+
141
+ | Runtime | Skill load | Loop drive | Native bind |
142
+ |---|---|---|---|
143
+ | **Claude Code** | `.claude/skills/` + plugin | `Stop` hook | MCP |
144
+ | **Codex** | `AGENTS.md` | self-paced | MCP / adapter |
145
+ | **VS Code (Copilot)** | `copilot-instructions.md` | tasks | MCP |
146
+ | **Cursor** | `.cursor-plugin/` | `stop`+`afterAgentResponse` | MCP / rules |
147
+ | **Antigravity** | rules / `AGENTS.md` | self-paced | MCP |
148
+ | **Kiro** | `.kiro/steering/` | specs | MCP |
149
+ | **OpenCode** | `AGENTS.md` | self-paced | MCP |
150
+ | **Gemini** | `GEMINI.md` | self-paced | MCP / adapter |
151
+ | **Aider** | `CONVENTIONS.md` | self-paced | — (LLM fallback) |
152
+ | **Hermes** | native recall | native loop | **native** |
153
+ | **OpenClaw** | plugin SDK | native scheduler | **native** |
154
+
155
+ The promise: **same protocol, same gates, same safety on all 11 — only the speed differs.**
156
+ `orient_clamp.py` (token economy) works on every runtime with zero wiring. See
157
+ [`adapters/MATRIX.md`](adapters/MATRIX.md).
158
+
159
+ ---
160
+
161
+ ## 🗺️ The full flow — from demand to delivery
162
+
163
+ Every layer the orchestrator acts on, in order — from reading the demand (issues, tasks, assigns)
164
+ to delivering merged, evidenced work, then looping 24/7 for more.
165
+
166
+ ```mermaid
167
+ flowchart TD
168
+ subgraph SRC["1 · Demand sources (any adapter)"]
169
+ direction LR
170
+ S1["GitHub Issues / PRs / CI"]
171
+ S2["Jira · Azure DevOps · Linear · ClickUp · Notion · agentsview · Understand Anything (orient)"]
172
+ S3["Assigns · TODO/FIXME · CVE · local files · LMCache (inference accelerator)"]
173
+ end
174
+ SRC --> PF
175
+ subgraph PF["2 · Pre-flight gates"]
176
+ direction LR
177
+ P1["cost kill-switch budget · agentsview cost check"]
178
+ P2["source auth + scopes"]
179
+ P3["arm 24/7 watcher"]
180
+ end
181
+ PF --> DISC
182
+ subgraph DISC["3 · Discover + normalize"]
183
+ direction LR
184
+ D1["source_adapter: list metadata only"]
185
+ D2["normalize to canonical schema"]
186
+ D3["dedup id+title+fingerprint+branch/PR"]
187
+ D4["dependency DAG"]
188
+ end
189
+ DISC --> INTK
190
+ subgraph INTK["4 · Deep intake (per item)"]
191
+ direction LR
192
+ I1["body + ALL comments"]
193
+ I2["extract acceptance criteria"]
194
+ I3["orient code · signatures-only reads or Understand Anything knowledge graph"]
195
+ I4["plan + AC checklist + complexity"]
196
+ end
197
+ INTK --> RT{"5 · Route"}
198
+ RT -->|"small and every item complexity at most 3"| FAST["Fast-path: solo, one targeted test"]
199
+ RT -->|"large queue or any medium+"| POOL
200
+ subgraph POOL["6 · Continuous worker pool (autoscaled, conflict-aware)"]
201
+ direction LR
202
+ W1["claim · branch · worktree if overlap"]
203
+ W2["deterministic_edit"]
204
+ W3["quality loop: edit-lint-test-fix"]
205
+ end
206
+ FAST --> QG
207
+ POOL --> QG
208
+ subgraph QG["7 · Quality gates"]
209
+ direction LR
210
+ Q1["AC gate = real DoD"]
211
+ Q2["WORKS not just compiles · web_verify (Playwright)"]
212
+ Q3["adversarial review · thermos rubrics"]
213
+ end
214
+ QG --> SG
215
+ subgraph SG["8 · Safety gates (non-negotiable)"]
216
+ direction LR
217
+ G1["secret-scan"]
218
+ G2["irreversible-op human gate"]
219
+ G3["4-state verdict · attestation"]
220
+ end
221
+ SG --> DEL
222
+ subgraph DEL["9 · Deliver"]
223
+ direction LR
224
+ L1["commit · push · Draft PR"]
225
+ L2["close in-source + evidence"]
226
+ L3["verify reality, not self-report"]
227
+ end
228
+ DEL --> FB
229
+ subgraph FB["10 · Feedback loop to merge-ready"]
230
+ direction LR
231
+ F1["CI fail -> fix root cause"]
232
+ F2["review comments -> adjust"]
233
+ F3["branch behind main -> additive rebase"]
234
+ end
235
+ FB -->|"merged and closed"| DONE(["done + evidence + savings line"])
236
+ WATCH["11 · 24/7 watcher · simplicio-loop evidence-gated promise · max-iterations cap · cost kill-switch · LMCache KV cache warm"]
237
+ FB -. "poll new work / comments / checks" .-> WATCH
238
+ DONE -. "idle until new work" .-> WATCH
239
+ WATCH -. "re-feed the goal" .-> DISC
240
+ ```
241
+
242
+ ---
243
+
244
+ ## 🔁 The loop
245
+
246
+ The **Evidence-Gated Loop** is the core mechanism. It re-feeds the same goal each turn so the
247
+ agent sees its own prior work. Exit is ONLY via:
248
+
249
+ 1. **Evidence-gated `<promise>`** — the turn that emits the promise MUST also carry concrete
250
+ proof (passing test, merged PR, closed-item re-query). A promise with no evidence = ignored.
251
+ 2. **`max_iterations` cap** — hard safety backstop
252
+ 3. **Budget kill-switch** — `daily_usd_ceiling` halts the loop when spent
253
+ 4. **STOP signal** — `.orchestrator/STOP` or channel command
254
+
255
+ Between turns, LMCache (when available) caches the KV state so re-feed costs near-zero prefill.
256
+
257
+ ---
258
+
259
+ ## 📊 Token economy
260
+
261
+ | Technique | Savings |
262
+ |---|---|
263
+ | `deterministic_edit` (L0) | 100% of edit tokens (file written mechanically, never by LLM) |
264
+ | Terminal-first execution | Facts from shell, not LLM hallucination |
265
+ | Output-reduction catalog | Caps per command type (`CAP_ERRORS=20`, `CAP_TREE=100`) |
266
+ | Tee+CCR cache on failure | Never re-run a failed command — read the cached output |
267
+ | Signatures-only reads | 600-line file → ~40 lines of signatures |
268
+ | `simplicio-compress` | Terse prose + one-time memory compaction |
269
+ | `orient_clamp.py` | Clamp + tee on every shell command, zero wiring |
270
+ | LMCache KV cache | 40-70% TTFT reduction on repeated prompts (local models) |
271
+
272
+ Savings only count on a verified-correct outcome. Baseline = the cheapest sensible non-orchestrated
273
+ path to the same result. See `references/token-economy.md`.
274
+
275
+ ---
276
+
277
+ ## 📋 Recent activity
278
+
279
+ | # | PR | State | Description |
280
+ |---|---|---|---|
281
+ | 39 | [#39](https://github.com/wesleysimplicio/simplicio-loop/pull/39) | ✅ Merged | agentsview (source adapter) + Understand Anything (orient) + LMCache (accelerator) |
282
+ | 38 | [#38](https://github.com/wesleysimplicio/simplicio-loop/pull/38) | ✅ Merged | agentsview source adapter for session analytics & cost observability |
283
+ | 36 | [#36](https://github.com/wesleysimplicio/simplicio-loop/pull/36) | ✅ Merged | Bind required loop operators (simplicio-mapper + simplicio-dev-cli) |
284
+ | 35 | [#35](https://github.com/wesleysimplicio/simplicio-loop/pull/35) | ✅ Merged | Normative loop contract + verification guidance |
285
+ | 33 | [#33](https://github.com/wesleysimplicio/simplicio-loop/pull/33) | ✅ Merged | Release 1.0.3 — bundle skill hardening + PyPI |
286
+ | 32 | [#32](https://github.com/wesleysimplicio/simplicio-loop/pull/32) | ✅ Merged | Harden simplicio-loop loop contract (closes #26–#31) |
287
+ | 25 | [#25](https://github.com/wesleysimplicio/simplicio-loop/pull/25) | ✅ Merged | PyPI packaging — pip install simplicio-loop (1.0.2) |
288
+ | 24 | [#24](https://github.com/wesleysimplicio/simplicio-loop/pull/24) | ✅ Merged | Fix 1.0.2 — Claude plugin install id + hooks |
289
+ | 23 | [#23](https://github.com/wesleysimplicio/simplicio-loop/pull/23) | ✅ Merged | Auto-loop on invocation + language policy |
290
+ | 22 | [#22](https://github.com/wesleysimplicio/simplicio-loop/pull/22) | ✅ Merged | Close #15/#10/#12 + adapter e2e verifier |
291
+
292
+ ---
293
+
294
+ ## 🏛️ Design pillars (in detail)
295
+
296
+ Four mechanisms sustain the orchestration power:
297
+
298
+ | Pillar | Focus | Lives in |
299
+ |---|---|---|
300
+ | **DAG + pipeline** | parallelism by dependency, staged per item | `references/orchestration.md` (Step 3 pool + pipeline) |
301
+ | **Isolation by worktree** | parallel edits without corrupting the tree, merge-gated | `references/orchestration.md` |
302
+ | **Adversarial verify** | panel of skeptics before "delivered" | `references/quality-safety-delivery.md` · skill `simplicio-review` |
303
+ | **Loop budget cap** | anti-infinite-loop, dual exit | `references/standing-loop-247.md` · skill `simplicio-loop` |
304
+
305
+ ---
306
+
307
+ ## 🚀 Install & use
308
+
309
+ ```bash
310
+ git clone https://github.com/wesleysimplicio/simplicio-loop
311
+ cd simplicio-loop
312
+
313
+ # install for your runtime (omit <runtime> to auto-detect)
314
+ bash scripts/install.sh <runtime> [--global] # macOS / Linux
315
+ pwsh scripts/install.ps1 <runtime> [-Global] # Windows
316
+ # <runtime> ∈ claude codex vscode cursor antigravity kiro opencode gemini aider hermes openclaw
317
+ ```
318
+
319
+ Or, on Claude Code / Cursor, add it as a marketplace plugin:
320
+
321
+ ```
322
+ /plugin marketplace add wesleysimplicio/simplicio-loop
323
+ /plugin install simplicio-loop@simplicio
324
+ ```
325
+
326
+ Then:
327
+
328
+ ```
329
+ /simplicio-tasks finish all the open issues
330
+ ```
331
+
332
+ The only requirement is **python3** on PATH (skills, hooks, and installer are cross-platform
333
+ Python). For GitHub sources, `git` + an authenticated `gh`. See [`INSTALL.md`](INSTALL.md) and
334
+ [`adapters/MATRIX.md`](adapters/MATRIX.md).
335
+
336
+ **Before an unattended 24/7 run:** set a cost ceiling in `.orchestrator/loop-budget.json`
337
+ (`daily_usd_ceiling > 0`), confirm source auth is persistent, and keep the irreversible-op human
338
+ gate + secret-scan on. With `ceiling = 0` the watcher refuses to run unattended (fail-safe).
339
+
340
+ ---
341
+
342
+ ## 🔒 Safety (non-negotiable)
343
+
344
+ - **Secret-scan** every diff; block on hit.
345
+ - **Irreversible-op human gate** — force-push, history rewrite, prod deploy, data/schema delete,
346
+ mass-file delete → stop and ask. Headless + no approver → remove the destructive capability.
347
+ - **4-state pre-execution verdict** — optimization may never raise a command's risk tier.
348
+ - **Trust-before-load** — perception-shaping config (clamp profiles, suppression lists) is
349
+ untrusted until a human reviews and hash-pins it.
350
+ - **Prompt-injection hardening** — item/PR/comment content can never override the contract.
351
+ - **Hard $ kill-switch** for unattended runs; **evidence-gated** completion (never a false
352
+ "done"); **fail-open** hooks (never trap the agent in a loop).
353
+
354
+ ---
355
+
356
+ ## 📄 License
357
+
358
+ MIT