@yyopc/yyork 0.1.0-alpha.1 → 0.1.0-alpha.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 +0 -10
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -29,16 +29,6 @@ yyork is a local app for supervising multiple AI coding agents at once.
|
|
|
29
29
|
npm i -g @yyopc/yyork
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
The npm package installs a prebuilt native `yyork` binary for your OS/CPU
|
|
33
|
-
through optional platform packages such as `@yyopc/yyork-darwin-arm64` and
|
|
34
|
-
`@yyopc/yyork-linux-x64`. It also installs the bundled `yyork-cli` agent skill
|
|
35
|
-
into `~/.agents/skills/yyork-cli` and runs `yyork doctor` as a warning-only
|
|
36
|
-
postinstall check.
|
|
37
|
-
|
|
38
|
-
Requirements: npm/Node.js for the npm launcher, plus git and at least one
|
|
39
|
-
supported agent CLI on your `PATH` to run sessions. Native packages carry a
|
|
40
|
-
pinned bundled Zellij runtime for yyork's private session management.
|
|
41
|
-
|
|
42
32
|
## Basic flow
|
|
43
33
|
|
|
44
34
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yyopc/yyork",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Agent routing platform with an interface to the agent router.",
|
|
6
6
|
"homepage": "https://github.com/yyopc/yyork#readme",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"portless": "0.14.0"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@yyopc/yyork-darwin-arm64": "0.1.0-alpha.
|
|
40
|
-
"@yyopc/yyork-darwin-x64": "0.1.0-alpha.
|
|
41
|
-
"@yyopc/yyork-linux-arm64": "0.1.0-alpha.
|
|
42
|
-
"@yyopc/yyork-linux-x64": "0.1.0-alpha.
|
|
39
|
+
"@yyopc/yyork-darwin-arm64": "0.1.0-alpha.5",
|
|
40
|
+
"@yyopc/yyork-darwin-x64": "0.1.0-alpha.5",
|
|
41
|
+
"@yyopc/yyork-linux-arm64": "0.1.0-alpha.5",
|
|
42
|
+
"@yyopc/yyork-linux-x64": "0.1.0-alpha.5"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=18"
|