@cobusgreyling/loop-cost 1.0.1 → 1.0.2

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 (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cobusgreyling/loop-cost",
3
- "version": "1.0.1",
4
- "description": "Estimate daily token spend for loop engineering patterns by cadence and readiness level.",
3
+ "version": "1.0.2",
4
+ "description": "Estimate token budgets and daily costs for loop engineering patterns. By cadence, readiness level (L1/L2/L3), and coding agent tool.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "loop-cost": "dist/cli.js"
@@ -24,8 +24,13 @@
24
24
  "keywords": [
25
25
  "loop-engineering",
26
26
  "ai-agents",
27
+ "coding-agents",
27
28
  "token-budget",
28
- "cost-estimate"
29
+ "cost-estimate",
30
+ "claude-code",
31
+ "grok",
32
+ "budget",
33
+ "devtools"
29
34
  ],
30
35
  "author": "Cobus Greyling",
31
36
  "license": "MIT",