@tokz/cli 0.0.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/cli.js +1 -0
  2. package/package.json +8 -0
package/cli.js ADDED
@@ -0,0 +1 @@
1
+ console.log("tokz: context-window audit for coding agents. v0 coming soon - https://tokz.dev");
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@tokz/cli",
3
+ "version": "0.0.1",
4
+ "description": "Audit where your coding agent's context window goes. Full release coming soon.",
5
+ "bin": { "tokz": "./cli.js" },
6
+ "license": "MIT",
7
+ "publishConfig": { "access": "public" }
8
+ }