simplicio-loop 3.22.7__tar.gz → 3.23.0__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.
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/LICENSE +21 -21
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/MANIFEST.in +3 -3
- {simplicio_loop-3.22.7/simplicio_loop.egg-info → simplicio_loop-3.23.0}/PKG-INFO +83 -83
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/PYPI.md +53 -53
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/README.md +649 -649
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/pyproject.toml +54 -54
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/setup.cfg +4 -4
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/__init__.py +18 -18
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/README.md +129 -129
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/action_gate.py +366 -366
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/hooks.claude.json +20 -20
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/hooks.json +11 -11
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/loop_capture.py +86 -86
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/loop_stop.py +908 -908
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/orient_clamp.py +167 -167
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/orient_rewrite.py +119 -119
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/pre-commit.py +138 -138
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/simplicio_dashboard.py +875 -875
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/hooks/simplicio_watch.py +86 -86
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/scripts/cross_agent_wiki.py +607 -607
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/scripts/hierarchical_planner.py +388 -388
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-autoresearch/SKILL.md +165 -165
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-compress/SKILL.md +86 -86
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-learn/SKILL.md +80 -80
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/SKILL.md +402 -379
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-tasks → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-loop}/references/agentsview-adapter.md +198 -198
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/azure-devops-adapter.md +69 -69
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/bound-operators.md +106 -106
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/claims-gate.md +62 -62
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/cross-agent-wiki.md +40 -40
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/cross-repo-integration.md +42 -42
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/extension-points.md +100 -99
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/hierarchical-planner.md +39 -39
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/lmcache-adapter.md +632 -632
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-tasks → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-loop}/references/orchestration.md +191 -187
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/quality-safety-delivery.md +228 -228
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/run-journal-stall-detector.md +47 -47
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/spindle-handoff.md +94 -94
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-tasks → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-loop}/references/standing-loop-247.md +105 -105
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/token-capture.md +124 -124
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-tasks → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-loop}/references/token-economy.md +231 -231
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/triage-verify-detail.md +70 -70
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-tasks → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-loop}/references/understand-anything-adapter.md +591 -591
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/video-evidence.md +108 -108
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-loop/references/web-evidence.md +93 -93
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-orient/SKILL.md +189 -189
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-review/SKILL.md +104 -104
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/SKILL.md +32 -32
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-loop → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-tasks}/references/agentsview-adapter.md +198 -198
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/azure-devops-adapter.md +69 -69
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/extension-points.md +100 -99
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/lmcache-adapter.md +632 -632
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-loop → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-tasks}/references/orchestration.md +191 -187
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/quality-safety-delivery.md +218 -218
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-loop → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-tasks}/references/standing-loop-247.md +105 -105
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/token-capture.md +124 -124
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-loop → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-tasks}/references/token-economy.md +231 -231
- {simplicio_loop-3.22.7/simplicio_loop/_bundle/skills/simplicio-loop → simplicio_loop-3.23.0/simplicio_loop/_bundle/skills/simplicio-tasks}/references/understand-anything-adapter.md +591 -591
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/video-evidence.md +108 -108
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/skills/simplicio-tasks/references/web-evidence.md +93 -93
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/tests/_selfrun.py +46 -46
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0/simplicio_loop/_bundle}/tests/test_cross_agent_wiki.py +106 -106
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/_bundle/tests/test_loop_e2e.py +459 -459
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop/cli.py +180 -180
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0/simplicio_loop.egg-info}/PKG-INFO +83 -83
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop.egg-info/SOURCES.txt +1 -4
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_action_gate.py +187 -187
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_agentsview_adapter.py +188 -188
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_autoresearch.py +161 -161
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_az_boards_adapter.py +184 -184
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_claims_audit.py +173 -173
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_claims_manifest_unit.py +63 -63
- {simplicio_loop-3.22.7/simplicio_loop/_bundle → simplicio_loop-3.23.0}/tests/test_cross_agent_wiki.py +106 -106
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_dashboard_hook.py +180 -180
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_doctor_smoke.py +104 -104
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_evidence_chain.py +168 -168
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_fan_out_flow.py +86 -86
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_fan_out_unit.py +95 -95
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_flow_audit.py +103 -103
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_hierarchical_planner.py +63 -63
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_hooks_coverage.py +226 -226
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_impact_audit.py +125 -125
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_install_lib.py +143 -143
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_learn_pipeline_removed.py +49 -49
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_loop_e2e.py +459 -459
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_precommit_bundle_sync.py +143 -143
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_repo_conventions_architecture.py +80 -80
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_schema_verify_integration.py +103 -103
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_schema_verify_unit.py +78 -78
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_system_check.py +72 -72
- simplicio_loop-3.23.0/tests/test_task_backlog.py +225 -0
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_token_budget.py +102 -102
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_toon_codec.py +188 -188
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_verify_adapters_integration.py +45 -45
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_worker_cli_contract.py +70 -69
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_worker_selftests.py +127 -120
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/tests/test_worker_smoke.py +172 -172
- simplicio_loop-3.22.7/simplicio_loop/_bundle/hooks/__pycache__/loop_stop.cpython-311.pyc +0 -0
- simplicio_loop-3.22.7/simplicio_loop/_bundle/hooks/__pycache__/orient_clamp.cpython-311.pyc +0 -0
- simplicio_loop-3.22.7/simplicio_loop/_bundle/hooks/__pycache__/orient_rewrite.cpython-311.pyc +0 -0
- simplicio_loop-3.22.7/simplicio_loop/_bundle/hooks/__pycache__/simplicio_dashboard.cpython-311.pyc +0 -0
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop.egg-info/dependency_links.txt +0 -0
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop.egg-info/entry_points.txt +0 -0
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop.egg-info/requires.txt +0 -0
- {simplicio_loop-3.22.7 → simplicio_loop-3.23.0}/simplicio_loop.egg-info/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Wesley Simplicio
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Wesley Simplicio
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -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,83 +1,83 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: simplicio-loop
|
|
3
|
-
Version: 3.
|
|
4
|
-
Summary: The Universal Looping AI Orchestrator — a runtime-agnostic super-plugin (7 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>=0.17.0
|
|
23
|
-
Requires-Dist: simplicio-cli>=0.9.6
|
|
24
|
-
Provides-Extra: dev
|
|
25
|
-
Requires-Dist: pytest>=7; extra == "dev"
|
|
26
|
-
Provides-Extra: ml
|
|
27
|
-
Requires-Dist: model2vec>=0.3; extra == "ml"
|
|
28
|
-
Requires-Dist: numpy>=1.21; extra == "ml"
|
|
29
|
-
Dynamic: license-file
|
|
30
|
-
|
|
31
|
-
# simplicio-loop
|
|
32
|
-
|
|
33
|
-
**The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (7 skills) that
|
|
34
|
-
drains any queue of work end-to-end on **any LLM / runtime**:
|
|
35
|
-
`discover → implement → verify → merge → close → watch 24/7`, behind safety gates and evidence
|
|
36
|
-
checks, at up to **96% fewer tokens**. Not a chatbot. A worker.
|
|
37
|
-
|
|
38
|
-

|
|
39
|
-
|
|
40
|
-
## Install
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
pip install simplicio-loop
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
Then drop the skills + hooks into your project (or globally):
|
|
47
|
-
|
|
48
|
-
```bash
|
|
49
|
-
simplicio-loop install # into ./.claude of the current project
|
|
50
|
-
simplicio-loop install --global # into ~/.claude (all projects)
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
Now invoke it from your agent runtime (Claude Code, Cursor, Codex, Gemini, …):
|
|
54
|
-
|
|
55
|
-
```
|
|
56
|
-
/simplicio-loop finish all the open issues
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
## What you get — 7 skills
|
|
60
|
-
|
|
61
|
-
| Skill | What it does |
|
|
62
|
-
|---|---|
|
|
63
|
-
| `simplicio-loop` | Unified public entrypoint: orchestrator core + hardened loop behind one command. |
|
|
64
|
-
| `simplicio-tasks` | Legacy alias kept only for compatibility with older installs and saved prompts. |
|
|
65
|
-
| `simplicio-orient` | Terminal-first token economy — output-reduction catalog, tee-cache, signatures-read. |
|
|
66
|
-
| `simplicio-review` | Adversarial review — parallel subagents on distinct rubrics, deduped into one verdict. |
|
|
67
|
-
| `simplicio-compress` | Output + memory compression, byte-preserving identifiers. |
|
|
68
|
-
| `simplicio-autoresearch` | Evolutionary mutate/eval/keep-revert optimizer — yool-guardrailed caps, git-isolated branch, anti-Goodhart gate-first eval. |
|
|
69
|
-
| `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
|
|
70
|
-
|
|
71
|
-
## Highlights
|
|
72
|
-
|
|
73
|
-
- **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
|
|
74
|
-
OpenCode, Gemini, Aider, Hermes, OpenClaw.
|
|
75
|
-
- **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>`,
|
|
76
|
-
cap, spindle handoff, or STOP.
|
|
77
|
-
- **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
|
|
78
|
-
outcomes.
|
|
79
|
-
|
|
80
|
-
Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
|
|
81
|
-
|
|
82
|
-
MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
|
|
83
|
-
Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: simplicio-loop
|
|
3
|
+
Version: 3.23.0
|
|
4
|
+
Summary: The Universal Looping AI Orchestrator — a runtime-agnostic super-plugin (7 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>=0.17.0
|
|
23
|
+
Requires-Dist: simplicio-cli>=0.9.6
|
|
24
|
+
Provides-Extra: dev
|
|
25
|
+
Requires-Dist: pytest>=7; extra == "dev"
|
|
26
|
+
Provides-Extra: ml
|
|
27
|
+
Requires-Dist: model2vec>=0.3; extra == "ml"
|
|
28
|
+
Requires-Dist: numpy>=1.21; extra == "ml"
|
|
29
|
+
Dynamic: license-file
|
|
30
|
+
|
|
31
|
+
# simplicio-loop
|
|
32
|
+
|
|
33
|
+
**The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (7 skills) that
|
|
34
|
+
drains any queue of work end-to-end on **any LLM / runtime**:
|
|
35
|
+
`discover → implement → verify → merge → close → watch 24/7`, behind safety gates and evidence
|
|
36
|
+
checks, at up to **96% fewer tokens**. Not a chatbot. A worker.
|
|
37
|
+
|
|
38
|
+

|
|
39
|
+
|
|
40
|
+
## Install
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
pip install simplicio-loop
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Then drop the skills + hooks into your project (or globally):
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
simplicio-loop install # into ./.claude of the current project
|
|
50
|
+
simplicio-loop install --global # into ~/.claude (all projects)
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Now invoke it from your agent runtime (Claude Code, Cursor, Codex, Gemini, …):
|
|
54
|
+
|
|
55
|
+
```
|
|
56
|
+
/simplicio-loop finish all the open issues
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## What you get — 7 skills
|
|
60
|
+
|
|
61
|
+
| Skill | What it does |
|
|
62
|
+
|---|---|
|
|
63
|
+
| `simplicio-loop` | Unified public entrypoint: orchestrator core + hardened loop behind one command. |
|
|
64
|
+
| `simplicio-tasks` | Legacy alias kept only for compatibility with older installs and saved prompts. |
|
|
65
|
+
| `simplicio-orient` | Terminal-first token economy — output-reduction catalog, tee-cache, signatures-read. |
|
|
66
|
+
| `simplicio-review` | Adversarial review — parallel subagents on distinct rubrics, deduped into one verdict. |
|
|
67
|
+
| `simplicio-compress` | Output + memory compression, byte-preserving identifiers. |
|
|
68
|
+
| `simplicio-autoresearch` | Evolutionary mutate/eval/keep-revert optimizer — yool-guardrailed caps, git-isolated branch, anti-Goodhart gate-first eval. |
|
|
69
|
+
| `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
|
|
70
|
+
|
|
71
|
+
## Highlights
|
|
72
|
+
|
|
73
|
+
- **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
|
|
74
|
+
OpenCode, Gemini, Aider, Hermes, OpenClaw.
|
|
75
|
+
- **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>`,
|
|
76
|
+
cap, spindle handoff, or STOP.
|
|
77
|
+
- **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
|
|
78
|
+
outcomes.
|
|
79
|
+
|
|
80
|
+
Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
|
|
81
|
+
|
|
82
|
+
MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
|
|
83
|
+
Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
# simplicio-loop
|
|
2
|
-
|
|
3
|
-
**The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (7 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 evidence
|
|
6
|
-
checks, at up to **96% fewer tokens**. Not a chatbot. A worker.
|
|
7
|
-
|
|
8
|
-

|
|
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-loop finish all the open issues
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## What you get — 7 skills
|
|
30
|
-
|
|
31
|
-
| Skill | What it does |
|
|
32
|
-
|---|---|
|
|
33
|
-
| `simplicio-loop` | Unified public entrypoint: orchestrator core + hardened loop behind one command. |
|
|
34
|
-
| `simplicio-tasks` | Legacy alias kept only for compatibility with older installs and saved prompts. |
|
|
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-autoresearch` | Evolutionary mutate/eval/keep-revert optimizer — yool-guardrailed caps, git-isolated branch, anti-Goodhart gate-first eval. |
|
|
39
|
-
| `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
|
|
40
|
-
|
|
41
|
-
## Highlights
|
|
42
|
-
|
|
43
|
-
- **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
|
|
44
|
-
OpenCode, Gemini, Aider, Hermes, OpenClaw.
|
|
45
|
-
- **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>`,
|
|
46
|
-
cap, spindle handoff, or STOP.
|
|
47
|
-
- **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
|
|
48
|
-
outcomes.
|
|
49
|
-
|
|
50
|
-
Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
|
|
51
|
-
|
|
52
|
-
MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
|
|
53
|
-
Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
|
|
1
|
+
# simplicio-loop
|
|
2
|
+
|
|
3
|
+
**The Universal Looping AI Orchestrator** — a runtime-agnostic **super-plugin** (7 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 evidence
|
|
6
|
+
checks, at up to **96% fewer tokens**. Not a chatbot. A worker.
|
|
7
|
+
|
|
8
|
+

|
|
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-loop finish all the open issues
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## What you get — 7 skills
|
|
30
|
+
|
|
31
|
+
| Skill | What it does |
|
|
32
|
+
|---|---|
|
|
33
|
+
| `simplicio-loop` | Unified public entrypoint: orchestrator core + hardened loop behind one command. |
|
|
34
|
+
| `simplicio-tasks` | Legacy alias kept only for compatibility with older installs and saved prompts. |
|
|
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-autoresearch` | Evolutionary mutate/eval/keep-revert optimizer — yool-guardrailed caps, git-isolated branch, anti-Goodhart gate-first eval. |
|
|
39
|
+
| `simplicio-learn` | Retrospective — durable, deduped lessons written back to memory. |
|
|
40
|
+
|
|
41
|
+
## Highlights
|
|
42
|
+
|
|
43
|
+
- **11 runtimes, one protocol** — Claude Code, Codex, VS Code/Copilot, Cursor, Antigravity, Kiro,
|
|
44
|
+
OpenCode, Gemini, Aider, Hermes, OpenClaw.
|
|
45
|
+
- **Evidence-gated completion** — never a false "done"; exits only on a verified `<promise>`,
|
|
46
|
+
cap, spindle handoff, or STOP.
|
|
47
|
+
- **Token economy** — honest "answer concisely" baseline; savings credited only on verified-correct
|
|
48
|
+
outcomes.
|
|
49
|
+
|
|
50
|
+
Requires Python 3.8+. The skills, hooks, and installer are pure cross-platform Python.
|
|
51
|
+
|
|
52
|
+
MIT — part of the [Simplicio](https://github.com/wesleysimplicio) ecosystem.
|
|
53
|
+
Full docs: <https://github.com/wesleysimplicio/simplicio-loop>
|