@zonease/aiworker-cli 0.10.3 → 0.10.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 +8 -4
- package/aiworker-bun.js +424 -415
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,8 +86,12 @@ A single worker can also run without the gateway:
|
|
|
86
86
|
| |
|
|
87
87
|
| Project Brain (filesystem) worker.db |
|
|
88
88
|
| - SOUL / USER / MEMORY - identity and config |
|
|
89
|
-
| - memories and
|
|
90
|
-
| -
|
|
89
|
+
| - memories and governance - conversations and messages |
|
|
90
|
+
| - managed native skill - encrypted local state |
|
|
91
|
+
| projection manifest |
|
|
92
|
+
| - native skill files in |
|
|
93
|
+
| .agents / .claude |
|
|
94
|
+
| - policy and capabilities |
|
|
91
95
|
| - admission proposals |
|
|
92
96
|
| |
|
|
93
97
|
| AIWorker thin adapter |
|
|
@@ -143,7 +147,7 @@ cd ~/code/my-project
|
|
|
143
147
|
aiworker up --soul developer # one shot: init + doctor + executor readiness + serve
|
|
144
148
|
```
|
|
145
149
|
|
|
146
|
-
`aiworker up` lays down the Project Brain layout under `<cwd>/.aiworker/` (worker.db, master key, persona,
|
|
150
|
+
`aiworker up` lays down the Project Brain layout under `<cwd>/.aiworker/` (worker.db, master key, persona, policy, memories, native skill projection manifest) and projects managed `aiworker-*` executor-native skills under `.agents/skills` and `.claude/skills`. It then runs preflight checks, reports executor readiness, and starts the worker HTTP/admin server (default `:9217`). It does not choose an executor for you; use `aiworker executor select --engine <id> --apply` for that. Pick a Soul from `developer` / `hr-recruiting` / `finance-ops` / `qa-reviewer` / `general-assistant` — Souls shape persona / risk preferences / default brief sections; governance kernel behavior is the same across all Souls.
|
|
147
151
|
|
|
148
152
|
Step-by-step alternative:
|
|
149
153
|
|
|
@@ -352,7 +356,7 @@ and [`docs/changelog.md`](docs/changelog.md).
|
|
|
352
356
|
> section in [`docs/governance-node-status.md`](docs/governance-node-status.md).
|
|
353
357
|
> Before 1.0.0, CLI / API / config shapes may still change.
|
|
354
358
|
|
|
355
|
-
CLI npm latest: **0.10.
|
|
359
|
+
CLI npm latest: **0.10.4**.
|
|
356
360
|
|
|
357
361
|
| Module | Status |
|
|
358
362
|
|---|---|
|