@rengler33/prov 0.1.1 → 0.1.5
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 +2 -2
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -20,13 +20,13 @@ This project is inspired by [The Phoenix Architecture](https://aicoding.leaflet.
|
|
|
20
20
|
### From npm
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
npm install -g prov
|
|
23
|
+
npm install -g @rengler33/prov
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
### From source
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
git clone https://github.com/
|
|
29
|
+
git clone https://github.com/rengler33/prov.git
|
|
30
30
|
cd prov
|
|
31
31
|
npm install
|
|
32
32
|
npm run build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rengler33/prov",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Provenance-first planning CLI for AI agent workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,6 +30,10 @@
|
|
|
30
30
|
"ai-agent",
|
|
31
31
|
"traceability"
|
|
32
32
|
],
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "https://github.com/rengler33/prov.git"
|
|
36
|
+
},
|
|
33
37
|
"author": "",
|
|
34
38
|
"license": "MIT",
|
|
35
39
|
"devDependencies": {
|