@gitlawb/zero 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 +8 -0
- package/package.json +11 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @gitlawb/zero
|
|
2
|
+
|
|
3
|
+
This version (0.0.0) is a placeholder that reserves the package name and
|
|
4
|
+
enables npm trusted publishing for automated releases.
|
|
5
|
+
|
|
6
|
+
**Zero** — a terminal coding agent you own — ships here starting with v0.1.0.
|
|
7
|
+
|
|
8
|
+
Until then, see [github.com/Gitlawb/zero](https://github.com/Gitlawb/zero).
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@gitlawb/zero",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder for Zero, a terminal coding agent. The real package ships with v0.1.0 — see https://github.com/Gitlawb/zero.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/Gitlawb/zero.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/Gitlawb/zero#readme",
|
|
10
|
+
"license": "MIT"
|
|
11
|
+
}
|