avorelo 0.3.0 → 0.3.2
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.
- package/README.md +10 -5
- package/dist/avorelo.mjs +1141 -242
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Avorelo
|
|
2
2
|
|
|
3
|
-
**AI Work Control.**
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
**AI Work Control.** Keep using your AI coding tool. Avorelo runs *around* it to keep the work focused,
|
|
4
|
+
keep secrets out of the model and out of cloud, and save proof of what actually happened, locally.
|
|
5
|
+
|
|
6
|
+
Avorelo is not an agent framework, agent runtime, or replacement for Claude Code, Codex, Cursor, or your
|
|
7
|
+
existing workflow. It adds control, receipts, approvals, and proof around the work.
|
|
6
8
|
|
|
7
9
|
> Status: **private alpha** (`0.2.0`). Local-first and deterministic. See the limitations below.
|
|
8
10
|
|
|
@@ -56,8 +58,11 @@ avorelo control-center --target .
|
|
|
56
58
|
| Command | What it does |
|
|
57
59
|
|---|---|
|
|
58
60
|
| `avorelo run "<task>"` | The runtime product flow above |
|
|
59
|
-
| `avorelo control-center` | Read-only local view of all session/proof/value state |
|
|
60
|
-
| `avorelo
|
|
61
|
+
| `avorelo control-center` | Read-only local view of all session/proof/value state |
|
|
62
|
+
| `avorelo controls list` · `avorelo controls explain <control>` | Inspect built-in Work Controls and where they fire |
|
|
63
|
+
| `avorelo receipt latest` | Show the latest local receipt |
|
|
64
|
+
| `avorelo proof check` | Validate the latest proof status |
|
|
65
|
+
| `avorelo open` | Local receipts dashboard (HTML/text/json) |
|
|
61
66
|
| `avorelo readiness` | Canonical readiness gate for this workspace |
|
|
62
67
|
| `avorelo secret-boundary scan` | Detect + redact secrets in content (local, no network) |
|
|
63
68
|
| `avorelo context compile "<task>"` | Show the bounded context packet |
|