@flaid/devmap 0.3.2 → 0.3.3
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/README.md +0 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,9 +10,6 @@ maps, `DEVMAP.md`) is what you and any AI agent read afterward,
|
|
|
10
10
|
instead of re-scanning or re-pasting the whole repo. Full repo
|
|
11
11
|
source stays local — nothing gets sent wholesale to the AI model.
|
|
12
12
|
|
|
13
|
-
Version `0.2.0` classifies full workspaces (multiple project types at once),
|
|
14
|
-
centralizes detection vocabulary, and ships `map`, `flow`, and `explain`.
|
|
15
|
-
|
|
16
13
|
## Install
|
|
17
14
|
|
|
18
15
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flaid/devmap",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "CLI that maps codebases into a
|
|
3
|
+
"version": "0.3.3",
|
|
4
|
+
"description": "CLI that maps codebases into a reusable context layer for developers and AI agents.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"devmap": "./dist/index.js"
|
|
7
7
|
},
|