@cobusgreyling/loop-cost 1.0.0 → 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.
- package/dist/cli.js +0 -0
- package/package.json +10 -5
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cobusgreyling/loop-cost",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Estimate daily
|
|
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
|
-
"loop-cost": "
|
|
7
|
+
"loop-cost": "dist/cli.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
15
|
"bundle": "node scripts/bundle-registry.mjs",
|
|
16
|
-
"build": "npm run bundle && tsc",
|
|
16
|
+
"build": "npm run bundle && tsc && chmod +x dist/cli.js",
|
|
17
17
|
"test": "npm run build && node --test test/estimator.test.mjs",
|
|
18
18
|
"prepublishOnly": "npm test",
|
|
19
19
|
"start": "node 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",
|