@hua-labs/tap 0.1.0 → 0.1.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 +3 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# tap
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@hua-labs/tap)
|
|
4
|
+
[](LICENSE)
|
|
5
|
+
|
|
3
6
|
> Your AI sessions can already work in parallel. tap gives them a shared protocol.
|
|
4
7
|
>
|
|
5
8
|
> Sessions end. Systems grow.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hua-labs/tap",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Multi-agent orchestration protocol for AI coding sessions — parallel worktrees, cross-model communication, headless reviewers, CLI tooling",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tap-comms": "./bin/tap-comms.mjs"
|
|
7
7
|
},
|
|
@@ -48,8 +48,9 @@
|
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
51
|
-
"url": "https://github.com/HUA-Labs/
|
|
51
|
+
"url": "https://github.com/HUA-Labs/tap.git"
|
|
52
52
|
},
|
|
53
|
+
"homepage": "https://github.com/HUA-Labs/tap#readme",
|
|
53
54
|
"sideEffects": false,
|
|
54
55
|
"engines": {
|
|
55
56
|
"node": ">=22.6.0"
|