pi-forge 0.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.
- package/README.md +7 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# pi-forge
|
|
2
|
+
|
|
3
|
+
Reserved for an in-progress rename of the browser workbench currently
|
|
4
|
+
developed at [Devin-Marks/pi-workbench](https://github.com/Devin-Marks/pi-workbench).
|
|
5
|
+
|
|
6
|
+
Real releases follow the rename. Until then this `0.0.0` placeholder
|
|
7
|
+
just holds the name on npm.
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "pi-forge",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Browser workbench for the pi coding agent. Reserved — see https://github.com/Devin-Marks/pi-workbench (rename in progress).",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/Devin-Marks/pi-workbench.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/Devin-Marks/pi-workbench",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"author": "Devin Marks",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"pi",
|
|
14
|
+
"pi-coding-agent",
|
|
15
|
+
"agent",
|
|
16
|
+
"browser-ui",
|
|
17
|
+
"self-hosted",
|
|
18
|
+
"workbench"
|
|
19
|
+
]
|
|
20
|
+
}
|