@goondocks/myco 0.27.19 → 1.0.2
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 +9 -6
- package/dist/ui/assets/index-CcUWflwm.js +415 -0
- package/dist/ui/assets/index-DE6oYYru.css +2 -0
- package/dist/ui/index.html +2 -2
- package/package.json +13 -13
- package/scripts/select-binary.mjs +23 -0
- package/skills/myco/SKILL.md +27 -48
- package/skills/myco/references/cli-usage.md +30 -30
- package/skills/myco/references/reconfiguration.md +20 -20
- package/skills/myco/references/vault-status.md +13 -13
- package/skills/myco/references/wisdom.md +2 -2
- package/dist/ui/assets/index-D80qRqAU.css +0 -2
- package/dist/ui/assets/index-GRKrkWAI.js +0 -415
package/README.md
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
# @goondocks/myco
|
|
2
2
|
|
|
3
|
-
`@goondocks/myco` is the main Myco package.
|
|
3
|
+
`@goondocks/myco` is the main Myco package: the nervous system for AI-assisted software teams.
|
|
4
4
|
|
|
5
|
-
Install it
|
|
5
|
+
Install it once to run the local dashboard and service, connect supported coding agents, capture project knowledge, and use the built-in intelligence pipeline.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
curl -fsSL https://myco.sh/install.sh | sh
|
|
9
|
-
cd your-project
|
|
10
|
-
myco init
|
|
11
9
|
```
|
|
12
10
|
|
|
11
|
+
Open a git project in any supported agent and Myco registers it automatically when the agent starts working there.
|
|
12
|
+
|
|
13
|
+
macOS is the primary supported platform for the current release. Linux and Windows packages are published for early testing, but they are experimental.
|
|
14
|
+
|
|
13
15
|
## What you can do
|
|
14
16
|
|
|
15
17
|
- Capture coding sessions into a local Myco vault
|
|
16
|
-
- Run the local dashboard,
|
|
18
|
+
- Run the local dashboard, service, and MCP server
|
|
17
19
|
- Search sessions, spores, plans, and artifacts
|
|
20
|
+
- Give agents shared project context without replacing their native memory or workflows
|
|
18
21
|
- Share project intelligence with Team Sync
|
|
19
22
|
- Connect multiple team workers to a Myco Collective
|
|
20
23
|
|
|
@@ -35,4 +38,4 @@ The Operations page can also detect and apply updates for installed Myco package
|
|
|
35
38
|
|
|
36
39
|
## License
|
|
37
40
|
|
|
38
|
-
|
|
41
|
+
Apache-2.0
|