supafork 0.0.0 → 0.0.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.
- package/README.md +7 -2
- package/package.json +20 -2
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# supafork
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Supafork is the AI Agent Native Version Control system. Git for AI agents.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Wire-compatible with Git. Instant forks. Instant branches. Sub-second operations. S3-backed agent filesystem.
|
|
6
|
+
|
|
7
|
+
- Website: <https://supafork.com>
|
|
8
|
+
- GitHub: <https://github.com/supafork>
|
|
9
|
+
|
|
10
|
+
Reserved package name. Real CLI ships soon.
|
package/package.json
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supafork",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Supafork — AI Agent Native Version Control. Git for AI agents.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"supafork",
|
|
7
|
+
"ai-agents",
|
|
8
|
+
"ai-agent",
|
|
9
|
+
"agent",
|
|
10
|
+
"vcs",
|
|
11
|
+
"version-control",
|
|
12
|
+
"git",
|
|
13
|
+
"git-for-agents",
|
|
14
|
+
"agent-filesystem",
|
|
15
|
+
"s3",
|
|
16
|
+
"posix",
|
|
17
|
+
"fork",
|
|
18
|
+
"branch"
|
|
19
|
+
],
|
|
5
20
|
"homepage": "https://supafork.com",
|
|
6
21
|
"repository": {
|
|
7
22
|
"type": "git",
|
|
8
23
|
"url": "git+https://github.com/supafork/supafork.git"
|
|
9
24
|
},
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/supafork/supafork/issues"
|
|
27
|
+
},
|
|
10
28
|
"license": "UNLICENSED",
|
|
11
29
|
"private": false,
|
|
12
30
|
"publishConfig": {
|