demiurge-chiron 0.2.0 → 0.2.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ Optional live hook (ships dormant): a one-line nudge to capture a rule the momen
|
|
|
73
73
|
|
|
74
74
|
## Install for your agent
|
|
75
75
|
|
|
76
|
-
> **From npm:** `npm install -g demiurge-chiron`, then `chiron init` and `chiron compile --apply`
|
|
76
|
+
> **From npm:** `npm install -g demiurge-chiron`, then `chiron init` and `chiron compile --apply` Or without installing: `npx demiurge-chiron init`. (The capture skill still ships in the repo; clone to copy it.) Source build below.
|
|
77
77
|
|
|
78
78
|
CHIRON compiles rules into the files each agent already reads at session start. Install the CLI once, then compile wherever you work.
|
|
79
79
|
|
package/package.json
CHANGED