100xprism 2.3.2 → 2.3.3

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 (3) hide show
  1. package/README.md +20 -0
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -83,6 +83,26 @@ Every `/commit` and `/push` runs a 5-point gate — tests, security, build, Dock
83
83
 
84
84
  ---
85
85
 
86
+ ## Token & value economics
87
+
88
+ For a while, the goal was singular: make spec-driven, agentic development as **autonomous** as possible — let the agent plan, build, gate, and ship with less and less human steering.
89
+
90
+ That part is mostly working. The harder, more important question is the one that comes next: **what is all this autonomy costing, and what is it worth?** Every agent run spends real money in tokens. So the question is no longer *can it ship* — it's *how much did we spend, and how much value did we add — to a business, or to humanity.*
91
+
92
+ This is a first, deliberately humble attempt to **measure both — and to make it visible to everyone**, because watching it isn't one person's job. **It's everybody's responsibility.**
93
+
94
+ ```bash
95
+ 100x-tokens # token economics — what every session, across every repo, is costing
96
+ 100x-value # value economics — what actually shipped for that spend
97
+ ```
98
+
99
+ - **`100x-tokens`** — one offline, machine-wide dashboard at a single URL: the input/output/cache split, a startup-bloat meter, an *estimated* code-vs-logs-vs-output composition, and $ cost — by project, model, and day.
100
+ - **`100x-value`** — tokens measure *cost*; this measures *value*: the features actually shipped for that spend, read side by side.
101
+
102
+ Full guide: [docs/token-optimization.md](docs/token-optimization.md).
103
+
104
+ ---
105
+
86
106
  ## Slash commands
87
107
 
88
108
  The following 26 slash commands are available. Run them inside Claude Code. In Codex, use the generated repo skill by name instead, for example `$gate`, `$commit`, or `/skills`.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.2
1
+ 2.3.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "100xprism",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "66 cross-tool modules (workflows + skills). Quality gates on every commit. Works with Claude Code, Cursor, Codex, Windsurf, Antigravity, Copilot, Gemini.",
5
5
  "scripts": {
6
6
  "test": "node --test",