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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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` or `npx demiurge-chiron init` with no install. (The capture skill still ships in the repo; clone to copy it.) Source build below.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demiurge-chiron",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Your agent makes the same mistake every session. CHIRON makes it make each mistake exactly once.",
5
5
  "bin": { "chiron": "bin/chiron.js" },
6
6
  "scripts": {