alissa-tools-github-orcloop
The alissa.tools.github.orcloop module: the orchestrator daemon of the
Alissa GitHub daemon family. It walks the Alissa task graph, releases tasks
marked ready as alissa:develop issues, and closes the loop when the resulting
PR merges — sitting one level above
alissa-tools-github-devloop
(which turns those issues into developer sessions) and
alissa-tools-github-reviewloop
(which reacts to the review requests those developers fire).
This distribution ships only that module. Everything above it —
alissa, alissa.tools, alissa.tools.github — is a
PEP 420 namespace package with no
__init__.py, so other distributions in other repositories can contribute
their own packages under the same namespace:
alissa/ ← namespace (no __init__.py)
└── tools/ ← namespace
└── github/ ← namespace
├── orcloop/ __init__.py ← THIS distribution
├── devloop/ __init__.py ← ships from alissa-github-develop-daemon
└── reviewloop/ __init__.py ← ships from alissa-github-review-daemon
The rule: a distribution owns a leaf package and declares only that subtree
(find_namespace_packages(include=[PACKAGE, f"{PACKAGE}.*"])). Adding an
__init__.py at any namespace level would claim it for one distribution and
shadow the others.
Status
The daemon is live: the config surface (O1), the Alissa/GitHub clients and the
release ledger (O2), and the decision loop — both the release and close edges
(O3) — are all in place, driven by the alissa-orcloop CLI. See the repo
README for the end-to-end documentation: the pipeline role, the
Autonomous-Dev / Autonomous-Scope marker contract, both decision matrices,
the full ALISSA_ORC_* configuration surface, and the escalation catalog.
Packaging the daemon as a container image (O5) is the remaining lane. The
reserved runtime env prefix is ALISSA_ORC_*.
Install
pip install -e ./alissa-tools-github-orcloop
alissa-orcloop --version
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 alissa_tools_github_orcloop-0.3.6.tar.gz.
File metadata
- Download URL: alissa_tools_github_orcloop-0.3.6.tar.gz
- Upload date:
- Size: 80.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed702969a1b397b676508848f639333970023859710ccd145e00fdb1973fbfd5
|
|
| MD5 |
f802711589422732de03daf705fb2768
|
|
| BLAKE2b-256 |
d9ccae67d96e0df2a1f61b64d87c2fc26470955ed1f9bb8206d09a075caad37e
|
File details
Details for the file alissa_tools_github_orcloop-0.3.6-py3-none-any.whl.
File metadata
- Download URL: alissa_tools_github_orcloop-0.3.6-py3-none-any.whl
- Upload date:
- Size: 85.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244876d56730158ba330655dd17c9a117d1444f2c0ae7c1041350c03ebd13437
|
|
| MD5 |
14f97796a77a0bee23b2dc9343fccd5e
|
|
| BLAKE2b-256 |
5f4a9a0c72dc4628ac195f4d83715157c3268b2a85b5e45a0891a67eac29d7f7
|