allagents 1.8.0 → 1.9.0-next.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.
Files changed (3) hide show
  1. package/README.md +8 -8
  2. package/dist/index.js +20008 -4766
  3. package/package.json +4 -2
package/README.md CHANGED
@@ -101,7 +101,7 @@ clients:
101
101
  | `allagents workspace status` | Show workspace state |
102
102
  | `allagents self update` | Update AllAgents CLI |
103
103
 
104
- See the [full CLI reference](https://allagents.dev/reference/cli/) for all options.
104
+ See the [full CLI reference](https://allagents.dev/docs/reference/cli/) for all options.
105
105
 
106
106
  ## Supported Clients
107
107
 
@@ -111,7 +111,7 @@ See the [full CLI reference](https://allagents.dev/reference/cli/) for all optio
111
111
 
112
112
  **Provider-specific**: Claude, Cursor, Factory, OpenClaw, Windsurf, Cline, Continue, Roo, Kilo, Trae, Augment, Zencoder, Junie, OpenHands, Kiro
113
113
 
114
- See the [client support matrix](https://allagents.dev/reference/clients/) for paths, hooks, commands, and MCP support per client.
114
+ See the [client support matrix](https://allagents.dev/docs/reference/clients/) for paths, hooks, commands, and MCP support per client.
115
115
 
116
116
  ## Plugin Structure
117
117
 
@@ -131,12 +131,12 @@ my-plugin/
131
131
 
132
132
  Full documentation at [allagents.dev](https://allagents.dev):
133
133
 
134
- - [Getting Started](https://allagents.dev/getting-started/introduction/)
135
- - [Workspaces Guide](https://allagents.dev/guides/workspaces/)
136
- - [Plugins Guide](https://allagents.dev/guides/plugins/)
137
- - [Agent Portability](https://allagents.dev/guides/agent-portability/)
138
- - [Client Support Matrix](https://allagents.dev/reference/clients/)
139
- - [Configuration Reference](https://allagents.dev/reference/configuration/)
134
+ - [Getting Started](https://allagents.dev/docs/getting-started/introduction/)
135
+ - [Workspaces Guide](https://allagents.dev/docs/guides/workspaces/)
136
+ - [Plugins Guide](https://allagents.dev/docs/guides/plugins/)
137
+ - [Agent Portability](https://allagents.dev/docs/guides/agent-portability/)
138
+ - [Client Support Matrix](https://allagents.dev/docs/reference/clients/)
139
+ - [Configuration Reference](https://allagents.dev/docs/reference/configuration/)
140
140
 
141
141
  ## Related Projects
142
142