@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 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 to add Myco to a project, run the local dashboard and daemon, connect supported coding agents, and use the built-in team sync workflow.
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, daemon, and MCP server
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
- MIT
41
+ Apache-2.0