avorelo 0.3.2 → 0.3.4
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 +5 -10
- package/dist/avorelo.mjs +3428 -3710
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# Avorelo
|
|
2
2
|
|
|
3
|
-
**AI Work Control.**
|
|
4
|
-
|
|
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.
|
|
3
|
+
**AI Work Control.** Avorelo runs *around* your AI coding tool. It does not generate code — it keeps the
|
|
4
|
+
work focused, keeps secrets out of the model and out of cloud, and saves proof of what actually happened,
|
|
5
|
+
locally.
|
|
8
6
|
|
|
9
7
|
> Status: **private alpha** (`0.2.0`). Local-first and deterministic. See the limitations below.
|
|
10
8
|
|
|
@@ -58,11 +56,8 @@ avorelo control-center --target .
|
|
|
58
56
|
| Command | What it does |
|
|
59
57
|
|---|---|
|
|
60
58
|
| `avorelo run "<task>"` | The runtime product flow above |
|
|
61
|
-
| `avorelo control-center` | Read-only local view of all session/proof/value state |
|
|
62
|
-
| `avorelo
|
|
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) |
|
|
59
|
+
| `avorelo control-center` | Read-only local view of all session/proof/value state |
|
|
60
|
+
| `avorelo open` | Local receipts dashboard (HTML/text/json) |
|
|
66
61
|
| `avorelo readiness` | Canonical readiness gate for this workspace |
|
|
67
62
|
| `avorelo secret-boundary scan` | Detect + redact secrets in content (local, no network) |
|
|
68
63
|
| `avorelo context compile "<task>"` | Show the bounded context packet |
|