@10kdevs/matha 0.1.0 → 0.1.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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -60,12 +60,12 @@ The write-back from `matha after` means that correction never has to be made twi
60
60
  ## Installation
61
61
 
62
62
  ```bash
63
- npm install -g matha
63
+ npm install -g @10kdevs/matha
64
64
  ```
65
65
 
66
66
  Zero-install first run:
67
67
  ```bash
68
- npx matha init
68
+ npx @10kdevs/matha init
69
69
  ```
70
70
 
71
71
  Requires Node.js 20+. No API key. No cloud dependency. All data stays in your repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10kdevs/matha",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The persistent cognitive layer for AI-assisted development. Gives AI agents the project context that currently only exists inside a senior engineer's head.",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -59,4 +59,4 @@
59
59
  "tsx": "^4.21.0",
60
60
  "vitest": "^4.0.18"
61
61
  }
62
- }
62
+ }