stop-wasting-tokens 1.0.0

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 +15 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Stop Wasting Tokens
2
+
3
+ Token-efficient AI-assisted development for everyone.
4
+
5
+ ---
6
+
7
+ AI development tools are powerful. They're also expensive, context-hungry, and easy to misuse. Stop Wasting Tokens is built around one principle: every token should move your project forward.
8
+
9
+ This project is open source and community driven. Whether you're shipping your first project or your fiftieth, you belong here.
10
+
11
+ More coming. Watch this space.
12
+
13
+ ---
14
+
15
+ MIT License ·
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "stop-wasting-tokens",
3
+ "version": "1.0.0",
4
+ "description": "Token-efficient AI-assisted spec-development for everyone",
5
+ "license": "MIT",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "type": "commonjs"
13
+ }