agentsmesh 0.32.0 → 0.34.0
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/CHANGELOG.md +335 -0
- package/README.md +96 -144
- package/dist/canonical.d.ts +2 -2
- package/dist/canonical.js +16921 -9982
- package/dist/canonical.js.map +1 -1
- package/dist/cli.js +285 -230
- package/dist/engine.d.ts +8 -2
- package/dist/engine.js +17605 -10483
- package/dist/engine.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +17861 -10679
- package/dist/index.js.map +1 -1
- package/dist/{init-CrZhoNTj.d.ts → init-ChDbKSJ0.d.ts} +9 -9
- package/dist/lessons.d.ts +10 -2
- package/dist/lessons.js +1386 -1079
- package/dist/lessons.js.map +1 -1
- package/dist/{schema-CH_JJep8.d.ts → schema-BbywZEB9.d.ts} +6 -0
- package/dist/{target-descriptor-CaLUz7SR.d.ts → target-descriptor-DtgeHKPG.d.ts} +22 -2
- package/dist/targets.d.ts +3 -3
- package/dist/targets.js +16798 -9754
- package/dist/targets.js.map +1 -1
- package/package.json +28 -23
- package/schemas/agentsmesh.json +9 -0
- package/schemas/installs.json +3 -0
- package/schemas/pack.json +3 -0
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# AgentsMesh
|
|
4
4
|
|
|
5
|
-
### One
|
|
5
|
+
### One config for every AI coding tool, with a shared memory that learns from your repo.
|
|
6
6
|
|
|
7
|
-
<img src="https://raw.githubusercontent.com/sampleXbro/agentsmesh/master/assets/agentsmesh-banner.jpeg" alt="AgentsMesh
|
|
7
|
+
<img src="https://raw.githubusercontent.com/sampleXbro/agentsmesh/master/assets/agentsmesh-banner.jpeg" alt="AgentsMesh: one source, every AI coding tool, agents that learn" width="100%" />
|
|
8
8
|
|
|
9
9
|
[](https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml)
|
|
10
10
|
[](https://www.npmjs.com/package/agentsmesh)
|
|
@@ -16,89 +16,51 @@
|
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
|
-
Every AI coding assistant
|
|
19
|
+
Every AI coding assistant reads its own config: `CLAUDE.md`, `AGENTS.md`, `.cursor/rules/*.mdc`, `.github/copilot-instructions.md`, `.gemini/settings.json`, and more. Keeping rules, prompts, MCP servers, hooks, and permissions the same across Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex CLI, and the rest by hand does not scale, and the copies drift.
|
|
20
20
|
|
|
21
|
-
**AgentsMesh
|
|
21
|
+
**AgentsMesh makes `.agentsmesh/` the one source.** Write rules, commands, agents, skills, MCP servers, hooks, ignore patterns, and permissions once. `agentsmesh generate` writes every tool's native files, `agentsmesh import` pulls existing configs back in without loss, and `agentsmesh check` fails CI when anything drifts.
|
|
22
22
|
|
|
23
|
-
**
|
|
23
|
+
**Your agents learn from your repo.** [Lessons](#teach-your-agents-lessons) give every agent, in every tool, one git-tracked memory: capture a rule after a failure, recall it before the next edit. Same mistake, never twice.
|
|
24
24
|
|
|
25
25
|
> [!NOTE]
|
|
26
|
-
> Full documentation, guides, and the per-tool reference
|
|
27
|
-
|
|
28
|
-
## How AgentsMesh compares
|
|
29
|
-
|
|
30
|
-
Most config tools stop at copying rule files into each assistant's folder. AgentsMesh is the only one that also gives your agents a **shared memory that learns**, round-trips **losslessly** in both directions, and lets anyone **add a new tool as a plugin** — no release required.
|
|
31
|
-
|
|
32
|
-
| Capability | AgentsMesh | [Ruler](https://github.com/intellectronica/ruler) | [rulesync](https://github.com/dyoshikawa/rulesync) |
|
|
33
|
-
|---|:---:|:---:|:---:|
|
|
34
|
-
| Generate native config for many tools | ✅ | ✅ | ✅ |
|
|
35
|
-
| Import existing tool config back to source | ✅ | — | ✅ |
|
|
36
|
-
| **Lossless round-trip** (re-import restores originals) | ✅ | — | partial |
|
|
37
|
-
| Convert one tool's config directly to another | ✅ | — | ✅ |
|
|
38
|
-
| **Automatic cross-tool link rebasing** | ✅ | — | — |
|
|
39
|
-
| **Lessons — a shared agent memory that learns** | ✅ | — | — |
|
|
40
|
-
| **Plugins — add a target without a release** | ✅ | — | — |
|
|
41
|
-
| Cross-target lint (warn before silent data loss) | ✅ | — | — |
|
|
42
|
-
| CI drift gate + git-merge recovery | ✅ | partial | partial |
|
|
43
|
-
| Self-serve MCP server (agent-operable config) | ✅ | — | — |
|
|
44
|
-
| `--json` everywhere + typed programmatic API | ✅ | — | partial |
|
|
45
|
-
|
|
46
|
-
<sub>Reflects the public projects as of June 2026 — see the [alternatives guide](https://samplexbro.github.io/agentsmesh/reference/alternatives/) for sources and detail. Corrections welcome.</sub>
|
|
47
|
-
|
|
48
|
-
Built to be depended on: **8,000+ tests** run on Linux, macOS, and Windows CI (Node 22 & 24), configs are JSON-Schema-validated, npm releases ship with [provenance](https://docs.npmjs.com/generating-provenance-statements), and standalone binaries are published with SHA-256 checksums.
|
|
26
|
+
> Full documentation, guides, and the per-tool reference: **[samplexbro.github.io/agentsmesh](https://samplexbro.github.io/agentsmesh/)**
|
|
49
27
|
|
|
50
28
|
## Install
|
|
51
29
|
|
|
52
|
-
Every
|
|
30
|
+
Every method ships the same CLI (`agentsmesh`, alias `amsh`). The npm package also exposes the [TypeScript API](https://samplexbro.github.io/agentsmesh/reference/programmatic-api/).
|
|
53
31
|
|
|
54
32
|
```bash
|
|
55
|
-
# Homebrew (macOS / Linux)
|
|
56
|
-
brew
|
|
57
|
-
brew install agentsmesh
|
|
33
|
+
# Homebrew (macOS / Linux), no Node.js required
|
|
34
|
+
brew install samplexbro/agentsmesh/agentsmesh
|
|
58
35
|
|
|
59
|
-
# Standalone binary (Linux / macOS
|
|
36
|
+
# Standalone binary (Linux / macOS), no Node.js required
|
|
37
|
+
# Windows: download agentsmesh-windows-x64.exe from GitHub Releases
|
|
60
38
|
curl -fsSL https://github.com/sampleXbro/agentsmesh/releases/latest/download/install.sh | sh
|
|
61
39
|
|
|
62
|
-
# npm / pnpm / yarn
|
|
40
|
+
# npm / pnpm / yarn, requires Node.js 20+
|
|
63
41
|
npm install -g agentsmesh # or: pnpm add -g agentsmesh / yarn global add agentsmesh
|
|
64
|
-
npm install -D agentsmesh # pin per
|
|
65
|
-
npx agentsmesh --help # run once without installing
|
|
42
|
+
npm install -D agentsmesh # pin per repo as a dev dependency, then run with npx
|
|
66
43
|
```
|
|
67
44
|
|
|
68
|
-
|
|
45
|
+
Binaries with SHA-256 checksums are on [GitHub Releases](https://github.com/sampleXbro/agentsmesh/releases/latest).
|
|
69
46
|
|
|
70
47
|
## 60-second quickstart
|
|
71
48
|
|
|
72
|
-
Works on Linux, macOS, and Windows. After [installing](#install), `agentsmesh init` adapts to your repo:
|
|
73
|
-
|
|
74
|
-
- **Already using AI tools?** It detects your existing `.cursor/`, `.claude/`, `.github/copilot-instructions.md`, and more, and offers to import them all into one `.agentsmesh/` source — nothing rewritten by hand. (`agentsmesh init --yes` does it non-interactively.)
|
|
75
|
-
- **Starting fresh?** It scaffolds a minimal `.agentsmesh/` to grow from.
|
|
76
|
-
|
|
77
49
|
```bash
|
|
78
|
-
agentsmesh init # detect
|
|
50
|
+
agentsmesh init # detect and import existing tool configs, or scaffold fresh
|
|
79
51
|
agentsmesh generate # write each tool's native config from the one source
|
|
80
|
-
agentsmesh check # CI
|
|
52
|
+
agentsmesh check # CI drift gate against .agentsmesh/.lock
|
|
81
53
|
```
|
|
82
54
|
|
|
83
|
-
On
|
|
55
|
+
On a terminal, `init` runs a short wizard: pick targets, import detected configs (`.cursor/`, `.claude/`, `.github/copilot-instructions.md`, and more), enable lessons, and optionally generate right away. Nothing is written until you finish. Use `--yes` for the non-interactive default, `--global` for your user-level config under `~/.agentsmesh/`, and `npx agentsmesh` if you installed it as a dev dependency.
|
|
84
56
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
3. **Lessons** — enable the shared agent memory (default **yes**).
|
|
88
|
-
4. **Generate** — optionally run `generate` right away.
|
|
89
|
-
|
|
90
|
-
`--global` runs the same wizard for user-level config (global-capable targets only, no Lessons step). Pass `--yes`, `--json`, or run in a non-TTY/CI shell to skip the wizard and keep the scripted behavior. `init` also seeds the [self-serve MCP server](#why-developers-use-agentsmesh) into `mcp.json`.
|
|
91
|
-
|
|
92
|
-
- **`generate`** writes `CLAUDE.md`, `AGENTS.md`, `.cursor/`, `.github/copilot-instructions.md`, and the rest — rewriting canonical file references to each tool's native paths so cross-file links keep working.
|
|
93
|
-
- **`check`** exits non-zero when generated files drift from `.agentsmesh/.lock` — drop it into CI.
|
|
94
|
-
|
|
95
|
-
Skipped lessons during setup? Add them later (on a fresh or existing repo) with `agentsmesh init --lessons`. Installed as a dev dependency? Prefix each command with `npx`.
|
|
57
|
+
> [!TIP]
|
|
58
|
+
> Commit both `.agentsmesh/` and the generated tool files, like a lockfile: the tools read the generated files directly, and `agentsmesh check` keeps the two from drifting.
|
|
96
59
|
|
|
97
60
|
## Before / After
|
|
98
61
|
|
|
99
|
-
**Before — fragmented, assistant-native config in one repo:**
|
|
100
|
-
|
|
101
62
|
```text
|
|
63
|
+
# Before: one copy of the same intent per tool
|
|
102
64
|
CLAUDE.md
|
|
103
65
|
AGENTS.md
|
|
104
66
|
.cursor/rules/*.mdc
|
|
@@ -109,22 +71,21 @@ AGENTS.md
|
|
|
109
71
|
.kiro/steering/*.md
|
|
110
72
|
```
|
|
111
73
|
|
|
112
|
-
**After — one canonical source, generated everywhere:**
|
|
113
|
-
|
|
114
74
|
```text
|
|
75
|
+
# After: one canonical source, generated everywhere
|
|
115
76
|
.agentsmesh/
|
|
116
77
|
rules/_root.md # the root rule every tool projects
|
|
117
78
|
commands/ # reusable slash-style prompts
|
|
118
79
|
agents/ # agent definitions
|
|
119
|
-
skills/ # composable skills
|
|
80
|
+
skills/ # composable skills with supporting files
|
|
120
81
|
mcp.json # MCP server definitions
|
|
121
82
|
hooks.yaml # pre/post tool hooks
|
|
122
83
|
permissions.yaml # allow/deny rules
|
|
123
84
|
ignore # paths the assistant must not touch
|
|
124
|
-
lessons/ # optional
|
|
85
|
+
lessons/ # optional shared agent memory
|
|
125
86
|
```
|
|
126
87
|
|
|
127
|
-
|
|
88
|
+
`agentsmesh.yaml` selects targets and features, `agentsmesh.local.yaml` holds per-developer overrides (gitignored), and `.agentsmesh/.lock` records the checksums that `check` enforces. Cross-file links are rewritten to each tool's own paths on the way out.
|
|
128
89
|
|
|
129
90
|
<div align="center">
|
|
130
91
|
<img src="https://raw.githubusercontent.com/sampleXbro/agentsmesh/master/assets/generate-demo.gif" alt="agentsmesh detects existing tool configs, imports them into one source, and generates native config for every tool" width="100%" />
|
|
@@ -132,71 +93,68 @@ Edit canonical sources, run `agentsmesh generate`, and every native file above i
|
|
|
132
93
|
|
|
133
94
|
## Teach your agents: lessons
|
|
134
95
|
|
|
135
|
-
|
|
96
|
+
No other config-sync tool has this. Lessons are a memory of past mistakes that every agent reads before it acts and writes after something goes wrong, so a lesson one agent learns today helps every teammate's agent tomorrow, in any tool.
|
|
136
97
|
|
|
137
98
|
<div align="center">
|
|
138
|
-
<img src="https://raw.githubusercontent.com/sampleXbro/agentsmesh/master/assets/lessons-demo.gif" alt="an AI agent captures a lesson after a failure, then recalls it before editing the same file
|
|
99
|
+
<img src="https://raw.githubusercontent.com/sampleXbro/agentsmesh/master/assets/lessons-demo.gif" alt="an AI agent captures a lesson after a failure, then recalls it before editing the same file" width="100%" />
|
|
139
100
|
</div>
|
|
140
101
|
|
|
141
|
-
The memory is one git-tracked file, `.agentsmesh/lessons/lessons.json`,
|
|
142
|
-
|
|
143
|
-
- **Recall** — before an edit or a state-changing command, the agent runs `agentsmesh lessons query --file <path> --cmd <command>` and follows the rules that match.
|
|
144
|
-
- **Capture** — right after a failure (red test, lint error, review comment, wrong assumption), it saves the rule with `agentsmesh lessons add "<rule>" --topic <id> --trigger-file <glob>`.
|
|
145
|
-
|
|
146
|
-
Rules can be **scoped** (fire only on a matching file, command, or keyword) or **always-on** (`--scope always`) for universal standards that apply to every task — delivered on each task automatically, no trigger needed.
|
|
147
|
-
|
|
148
|
-
Opt in with `AGENTSMESH_LESSONS_TELEMETRY=1` and agentsmesh goes a step further — it tracks whether a recalled lesson actually **prevented** the repeat, quietly down-ranks rules that never help, and flags them in `agentsmesh lessons validate`. Off by default and per-machine; the shared graph is your rules, the effectiveness is your own history.
|
|
149
|
-
|
|
150
|
-
In practice:
|
|
102
|
+
The memory is one git-tracked file, `.agentsmesh/lessons/lessons.json`, driven by two commands:
|
|
151
103
|
|
|
152
104
|
```bash
|
|
153
|
-
#
|
|
105
|
+
# After a failure, the agent writes the rule down with a trigger:
|
|
154
106
|
agentsmesh lessons add "Normalize CLI display paths to forward slashes" \
|
|
155
107
|
--topic windows-paths --trigger-file "src/cli/**/*.ts"
|
|
156
108
|
|
|
157
|
-
#
|
|
158
|
-
agentsmesh lessons query --file src/cli/output.ts
|
|
159
|
-
#
|
|
109
|
+
# Before the next edit, any agent in any tool recalls it:
|
|
110
|
+
agentsmesh lessons query --file src/cli/output.ts --session auto
|
|
111
|
+
# -> "Normalize CLI display paths to forward slashes"
|
|
160
112
|
```
|
|
161
113
|
|
|
162
|
-
|
|
163
|
-
agentsmesh init --lessons && agentsmesh generate # wire the recall/capture loop once
|
|
164
|
-
```
|
|
114
|
+
`agentsmesh init --lessons` wires the loop once: an always-on rule in `_root.md`, a `lessons` skill where supported, recall and capture hooks on hook-capable tools, and matching MCP tools (`lessons_query`, `lessons_add`) for agents without shell access. Rules can be scoped by file, command, or keyword, or always-on with `--scope always`.
|
|
165
115
|
|
|
166
|
-
|
|
116
|
+
Full walkthrough: [Teach your AI agents with lessons](https://samplexbro.github.io/agentsmesh/guides/lessons/) · [`agentsmesh lessons` reference](https://samplexbro.github.io/agentsmesh/cli/lessons/)
|
|
167
117
|
|
|
168
|
-
|
|
118
|
+
## How AgentsMesh compares
|
|
169
119
|
|
|
170
|
-
|
|
120
|
+
Most sync tools stop at copying rule files into each assistant's folder. AgentsMesh also round-trips losslessly, rebases cross-tool links, lints before a tool would silently drop content, and lets anyone add a new tool as a plugin.
|
|
171
121
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
122
|
+
| Capability | AgentsMesh | [Ruler](https://github.com/intellectronica/ruler) | [rulesync](https://github.com/dyoshikawa/rulesync) |
|
|
123
|
+
|---|:---:|:---:|:---:|
|
|
124
|
+
| Generate native config for many tools | ✅ | ✅ | ✅ |
|
|
125
|
+
| Import existing tool config back to source | ✅ | — | ✅ |
|
|
126
|
+
| **Lossless round-trip** (re-import restores originals) | ✅ | — | partial |
|
|
127
|
+
| Convert one tool's config directly to another | ✅ | — | ✅ |
|
|
128
|
+
| **Automatic cross-tool link rebasing** | ✅ | — | — |
|
|
129
|
+
| **Lessons: a shared agent memory that learns** | ✅ | — | — |
|
|
130
|
+
| **Plugins: add a target without a release** | ✅ | — | — |
|
|
131
|
+
| Cross-target lint (warn before silent data loss) | ✅ | — | — |
|
|
132
|
+
| CI drift gate + git-merge recovery | ✅ | partial | partial |
|
|
133
|
+
| Self-serve MCP server (agent-operable config) | ✅ | — | — |
|
|
134
|
+
| `--json` output + typed programmatic API | ✅ | — | partial |
|
|
185
135
|
|
|
186
|
-
> [
|
|
187
|
-
> Commit **both** `.agentsmesh/` and the generated tool files, the same way you commit `package-lock.json`: they're deterministic build output that the AI tools read directly, and `agentsmesh check` guards the two from drifting.
|
|
136
|
+
<sub>Reflects the public projects as of June 2026. Sources and detail in the [alternatives guide](https://samplexbro.github.io/agentsmesh/reference/alternatives/); corrections welcome.</sub>
|
|
188
137
|
|
|
189
|
-
|
|
138
|
+
Built to be depended on: 12,000+ tests on Linux, macOS, and Windows CI, JSON-Schema-validated configs, npm releases with [provenance](https://docs.npmjs.com/generating-provenance-statements), and a per-file coverage floor in the test gate.
|
|
190
139
|
|
|
191
|
-
|
|
140
|
+
## Highlights
|
|
192
141
|
|
|
193
|
-
|
|
142
|
+
- **Lossless two-way sync.** When a tool has no native slot for a feature, it is embedded with round-trip metadata instead of dropped. [Managed embedding](https://samplexbro.github.io/agentsmesh/reference/managed-embedding/)
|
|
143
|
+
- **Automatic link rebasing.** `.agentsmesh/skills/api-gen/template.hbs` becomes `.claude/skills/...` or `.cursor/skills/...` in each generated file. [Generation pipeline](https://samplexbro.github.io/agentsmesh/reference/generation-pipeline/)
|
|
144
|
+
- **Safe adoption.** `import`, then `diff`, then `generate`, then `check`; nothing is overwritten blind. [Existing-project guide](https://samplexbro.github.io/agentsmesh/guides/existing-project/)
|
|
145
|
+
- **Migrate between tools.** `convert --from <a> --to <b>` rewrites one tool's config directly into another's. [convert](https://samplexbro.github.io/agentsmesh/cli/convert/)
|
|
146
|
+
- **Global mode.** `~/.agentsmesh/` syncs personal config to `~/.claude/`, `~/.cursor/`, `~/.codex/`, and more; config commands accept `--global`. [Global paths](https://samplexbro.github.io/agentsmesh/reference/supported-tools/#global-mode)
|
|
147
|
+
- **CI-ready.** `check` gates drift, `diff` previews, `merge` rebuilds the lock after a Git conflict, and `lint` warns about content a tool would mishandle. [check](https://samplexbro.github.io/agentsmesh/cli/check/) · [lint](https://samplexbro.github.io/agentsmesh/cli/lint/)
|
|
148
|
+
- **Community packs and `extends`.** Install rules, skills, agents, and commands from any git repo; hooks, permissions, and MCP from remote sources stay off until you opt in. [install](https://samplexbro.github.io/agentsmesh/cli/install/)
|
|
149
|
+
- **Plugins.** Ship a new tool as an npm package with full parity to built-in targets. [Build a plugin](https://samplexbro.github.io/agentsmesh/guides/building-plugins/)
|
|
150
|
+
- **Schema-validated configs.** Every config ships a JSON Schema for editor autocomplete. [JSON schemas](https://samplexbro.github.io/agentsmesh/reference/json-schemas/)
|
|
151
|
+
- **Scriptable.** A typed API for `generate`, `import`, `lint`, `diff`, and `check`, `--json` envelopes on every command except `watch`, and an MCP server so agents can operate the config themselves. [API](https://samplexbro.github.io/agentsmesh/reference/programmatic-api/) · [MCP server](https://samplexbro.github.io/agentsmesh/reference/mcp-server/)
|
|
194
152
|
|
|
195
153
|
## Commands
|
|
196
154
|
|
|
197
155
|
| Command | What it does |
|
|
198
156
|
|---|---|
|
|
199
|
-
| `init` | Scaffold `.agentsmesh/`
|
|
157
|
+
| `init` | Scaffold `.agentsmesh/` and config (interactive wizard on a TTY) |
|
|
200
158
|
| `generate` | Write native config for every enabled tool |
|
|
201
159
|
| `check` | Fail when generated files drift from `.agentsmesh/.lock` (CI gate) |
|
|
202
160
|
| `diff` | Preview what the next `generate` would change |
|
|
@@ -205,22 +163,22 @@ Full walkthrough: [Teach your AI agents with lessons](https://samplexbro.github.
|
|
|
205
163
|
| `lint` | Validate canonical config against target constraints |
|
|
206
164
|
| `watch` | Regenerate target files on save |
|
|
207
165
|
| `merge` | Rebuild `.agentsmesh/.lock` after a Git merge conflict |
|
|
208
|
-
| `matrix` | Print the feature
|
|
166
|
+
| `matrix` | Print the feature and target support matrix |
|
|
209
167
|
| `install` · `uninstall` · `installs` | Add, remove, and list community packs |
|
|
210
168
|
| `refresh` | Re-fetch installed packs from their sources |
|
|
211
169
|
| `plugin` | Add, list, or remove plugin-provided targets |
|
|
212
170
|
| `target` | Scaffold a new target's source skeleton (for contributors) |
|
|
213
|
-
| `lessons` | Query and capture agent memory
|
|
171
|
+
| `lessons` | Query and capture agent memory |
|
|
214
172
|
| `mcp` | Start the AgentsMesh MCP server (stdio) |
|
|
215
173
|
|
|
216
|
-
|
|
174
|
+
Run `agentsmesh <command> --help` for flags, or see the [CLI reference](https://samplexbro.github.io/agentsmesh/cli/).
|
|
217
175
|
|
|
218
176
|
## Supported tools
|
|
219
177
|
|
|
220
|
-
AgentsMesh generates native config for every major AI coding assistant
|
|
178
|
+
AgentsMesh generates native config for every major AI coding assistant, plus plugin targets. Native, embedded, and partial support per feature is tracked in the [supported-tools matrix](https://samplexbro.github.io/agentsmesh/reference/supported-tools/).
|
|
221
179
|
|
|
222
180
|
<!-- agentsmesh:tool-list -->
|
|
223
|
-
- **CLI agents:** [Aider](https://aider.chat), [Amp](https://ampcode.com), [Claude Code](https://www.anthropic.com/claude-code), [Codex CLI](https://github.com/openai/codex), [Crush](https://github.com/charmbracelet/crush), [Deep Agents CLI](https://github.com/langchain-ai/deepagents), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Goose](https://block.github.io/goose), [OpenCode](https://opencode.ai), [Pi Agent](https://github.com/earendil-works/pi), [Qwen Code](https://github.com/QwenLM/qwen-code), [Rovo Dev](https://www.atlassian.com/solutions/devops/rovo-dev), [Warp](https://www.warp.dev).
|
|
181
|
+
- **CLI agents:** [Aider](https://aider.chat), [Amp](https://ampcode.com), [Claude Code](https://www.anthropic.com/claude-code), [Codebuff](https://github.com/CodebuffAI/freebuff), [Codex CLI](https://github.com/openai/codex), [Crush](https://github.com/charmbracelet/crush), [Deep Agents CLI](https://github.com/langchain-ai/deepagents), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Goose](https://block.github.io/goose), [Kimi Code CLI](https://moonshotai.github.io/kimi-code/en/), [OpenCode](https://opencode.ai), [OpenHands](https://docs.openhands.dev), [Pi Agent](https://github.com/earendil-works/pi), [Qwen Code](https://github.com/QwenLM/qwen-code), [Rovo Dev](https://www.atlassian.com/solutions/devops/rovo-dev), [Warp](https://www.warp.dev).
|
|
224
182
|
- **IDE integrations:** [Amazon Q Developer](https://aws.amazon.com/q/developer), [Antigravity](https://antigravity.google), [Augment Code](https://www.augmentcode.com), [Cline](https://cline.bot), [Continue](https://continue.dev), [GitHub Copilot](https://github.com/features/copilot), [Cursor](https://cursor.com), [Junie](https://www.jetbrains.com/junie), [Kilo Code](https://kilocode.ai), [Kiro](https://kiro.dev), [Roo Code](https://roocode.com), [Trae](https://www.trae.ai), [Windsurf](https://windsurf.com), [Zed](https://zed.dev).
|
|
225
183
|
- **Cloud agent platforms:** [Factory Droid](https://www.factory.ai), [Jules](https://jules.google), [Replit Agent](https://replit.com).
|
|
226
184
|
<!-- /agentsmesh:tool-list -->
|
|
@@ -228,49 +186,43 @@ AgentsMesh generates native config for every major AI coding assistant — plus
|
|
|
228
186
|
### Project scope (`agentsmesh generate`)
|
|
229
187
|
|
|
230
188
|
<!-- agentsmesh:support-matrix:project -->
|
|
231
|
-
| Feature | Aider | Amazon Q Developer | Amp | Antigravity | Augment Code | Claude Code | Cline | Codex CLI | Continue | GitHub Copilot | Crush | Cursor | Deep Agents CLI | Factory Droid | Gemini CLI | Goose | Jules | Junie | Kilo Code | Kiro | OpenCode | Pi Agent | Qwen Code | Replit Agent | Roo Code | Rovo Dev | Trae | Warp | Windsurf | Zed |
|
|
232
|
-
|
|
233
|
-
| Rules | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
|
|
234
|
-
| Additional Rules | Embedded | Native | Embedded | Native | Native | Native | Native | Native | Native | Native | Embedded | Native | Embedded | Embedded | Embedded | Embedded | Embedded | Native | Native | Native | Native | Embedded | Native | Embedded | Native | Embedded | Native | Embedded | Native | Embedded |
|
|
235
|
-
| Commands | — |
|
|
236
|
-
| Agents | — | Native | Embedded |
|
|
237
|
-
| Skills | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
|
|
238
|
-
| MCP Servers | Partial | Native | Native |
|
|
239
|
-
| Hooks |
|
|
240
|
-
| Ignore | Native |
|
|
241
|
-
| Permissions | Partial | Embedded | Partial | Partial |
|
|
189
|
+
| Feature | Aider | Amazon Q Developer | Amp | Antigravity | Augment Code | Claude Code | Cline | Codebuff | Codex CLI | Continue | GitHub Copilot | Crush | Cursor | Deep Agents CLI | Factory Droid | Gemini CLI | Goose | Jules | Junie | Kilo Code | Kimi Code CLI | Kiro | OpenCode | OpenHands | Pi Agent | Qwen Code | Replit Agent | Roo Code | Rovo Dev | Trae | Warp | Windsurf | Zed |
|
|
190
|
+
|---|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
|
|
191
|
+
| Rules | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
|
|
192
|
+
| Additional Rules | Embedded | Native | Embedded | Native | Native | Native | Native | Native | Native | Native | Native | Embedded | Native | Embedded | Embedded | Embedded | Embedded | Embedded | Native | Native | Embedded | Native | Native | Native | Embedded | Native | Embedded | Native | Embedded | Native | Embedded | Native | Embedded |
|
|
193
|
+
| Commands | — | Native | Embedded | Native (workflows) | Native | Native | Native (workflows) | Embedded | Embedded | Native | Native | Embedded | Native | Embedded | Native | Native | Embedded | Partial | Native | Native | Embedded | Embedded | Native | Native | Native | Native | Embedded | Native | Native | Native | Embedded | Native (workflows) | Embedded |
|
|
194
|
+
| Agents | — | Native | Embedded | Native | Native | Native | Native | Partial | Native | Native | Native | — | Native | Native | Native | Native | Embedded | — | Native | Native | Native | Native | Native | Native | — | Native | Embedded | Native | Embedded | Native | — | Embedded | — |
|
|
195
|
+
| Skills | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
|
|
196
|
+
| MCP Servers | Partial | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Partial | Native | Native | Native | Native | Native | Native | — | Native | Partial | Native | Partial | Native | Native | Partial | Native |
|
|
197
|
+
| Hooks | Native | Embedded | Partial | Native | Native | Native | Native | Partial | Native | Native | Native | Native | Native | — | Native | Native | Native | Partial | Partial | Partial | Partial | Native | Partial | Native | Partial | Native | Partial | — | — | Native | Partial | Native | — |
|
|
198
|
+
| Ignore | Native | Embedded | Partial | Native | Native | Native | Native | Native | — | Native | — | Native | Native | Partial | Partial | Native (settings-embedded) | Native | Partial | Native | Native | — | Native | Embedded | — | Partial | Native | Partial | Native | Partial | Native | Native | Native | Embedded |
|
|
199
|
+
| Permissions | Partial | Embedded | Partial | Partial | Native | Native | Partial | Partial | Native | — | — | Native | Native | Partial | Native | Partial | Partial | Partial | Partial | Native | Partial | Embedded | Native | Partial | Native | Native | Partial | Native | — | — | Partial | Partial | — |
|
|
242
200
|
<!-- /agentsmesh:support-matrix:project -->
|
|
243
201
|
|
|
244
202
|
### Global scope (`agentsmesh generate --global`)
|
|
245
203
|
|
|
246
204
|
<!-- agentsmesh:support-matrix:global -->
|
|
247
|
-
| Feature | Aider | Amazon Q Developer | Amp | Antigravity | Augment Code | Claude Code | Cline | Codex CLI | Continue | GitHub Copilot | Crush | Cursor | Deep Agents CLI | Factory Droid | Gemini CLI | Goose | Jules | Junie | Kilo Code | Kiro | OpenCode | Pi Agent | Qwen Code | Replit Agent | Roo Code | Rovo Dev | Trae | Warp | Windsurf | Zed |
|
|
248
|
-
|
|
249
|
-
| Rules | Native |
|
|
250
|
-
| Additional Rules | Embedded |
|
|
251
|
-
| Commands | — |
|
|
252
|
-
| Agents | — | Native | Embedded |
|
|
253
|
-
| Skills | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native |
|
|
254
|
-
| MCP Servers | Partial | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | — | Native | — | Partial | Native | Native | Native | Native | Native |
|
|
255
|
-
| Hooks |
|
|
256
|
-
| Ignore | Native |
|
|
257
|
-
| Permissions | Partial | Embedded | Partial |
|
|
205
|
+
| Feature | Aider | Amazon Q Developer | Amp | Antigravity | Augment Code | Claude Code | Cline | Codebuff | Codex CLI | Continue | GitHub Copilot | Crush | Cursor | Deep Agents CLI | Factory Droid | Gemini CLI | Goose | Jules | Junie | Kilo Code | Kimi Code CLI | Kiro | OpenCode | OpenHands | Pi Agent | Qwen Code | Replit Agent | Roo Code | Rovo Dev | Trae | Warp | Windsurf | Zed |
|
|
206
|
+
|---|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
|
|
207
|
+
| Rules | Native | Embedded | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native |
|
|
208
|
+
| Additional Rules | Embedded | Embedded | Embedded | Embedded | Native | Native | Native | Embedded | Embedded | Native | Embedded | Embedded | Native | Embedded | Embedded | Embedded | Embedded | — | Embedded | Native | Embedded | Native | Native | Native | Embedded | Native | — | Native | Embedded | Native | Embedded | Embedded | Embedded |
|
|
209
|
+
| Commands | — | Native | Embedded | Native (workflows) | Native | Native | Native (workflows) | Embedded | Embedded | Native | — | Embedded | Native | Embedded | Native | Native | Embedded | — | Native | Native | Embedded | Embedded | Native | Native | Native | Native | — | Native | Native | Native | Embedded | Native (workflows) | Embedded |
|
|
210
|
+
| Agents | — | Native | Embedded | Native | Native | Native | — | Partial | Native | Native | Native | — | Native | Native | Native | Native | Embedded | — | Native | Native | Native | Native | Native | Native | — | Native | — | Partial | Embedded | Native | — | Embedded | — |
|
|
211
|
+
| Skills | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native |
|
|
212
|
+
| MCP Servers | Partial | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Native | Native | Native | Native | Native | Native | — | Native | — | Partial | Native | Native | Native | Native | Native |
|
|
213
|
+
| Hooks | Native | Embedded | Partial | Native | Native | Native | Native | Partial | Native | Native | Native | Native | Native | Native | Native | Native | Native | — | Embedded | Partial | Native | Partial | Partial | Native | Partial | Native | — | — | Native | Native | Partial | Native | — |
|
|
214
|
+
| Ignore | Native | Embedded | Partial | — | — | Native | — | — | — | Native | — | Native | Native | Partial | Partial | — | Native | — | — | — | — | Native | Embedded | — | Partial | — | — | — | Partial | — | Partial | Native | Embedded |
|
|
215
|
+
| Permissions | Partial | Embedded | Partial | Native | Native | Native | Partial | Partial | Native | Native | Partial | Native | Native | Embedded | Native | Native | Native | — | Native | Native | Native | Native | Native | Partial | Native | Native | — | Partial | Native | Partial | Native | Partial | Native |
|
|
258
216
|
<!-- /agentsmesh:support-matrix:global -->
|
|
259
217
|
|
|
260
|
-
See the [full feature matrix](https://samplexbro.github.io/agentsmesh/reference/supported-tools/) for native vs. embedded details and per-tool global paths.
|
|
261
|
-
|
|
262
218
|
## Documentation
|
|
263
219
|
|
|
264
|
-
-
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
|
|
270
|
-
## Contributing
|
|
271
|
-
|
|
272
|
-
Contributions welcome — edit canonical `.agentsmesh/` sources, never the generated files. See **[CONTRIBUTING.md](CONTRIBUTING.md)** to get set up.
|
|
220
|
+
- [Getting started](https://samplexbro.github.io/agentsmesh/getting-started/installation/): install and first run
|
|
221
|
+
- [Canonical config](https://samplexbro.github.io/agentsmesh/canonical-config/): rules, commands, agents, skills, MCP, hooks, ignore, permissions
|
|
222
|
+
- [CLI reference](https://samplexbro.github.io/agentsmesh/cli/): every command and flag
|
|
223
|
+
- [Guides](https://samplexbro.github.io/agentsmesh/guides/existing-project/): adopting in an existing repo, lessons, sharing config, plugins
|
|
224
|
+
- [Reference](https://samplexbro.github.io/agentsmesh/reference/supported-tools/): supported tools, generation pipeline, managed embedding, API
|
|
273
225
|
|
|
274
|
-
##
|
|
226
|
+
## Contributing and license
|
|
275
227
|
|
|
276
|
-
[MIT](LICENSE)
|
|
228
|
+
Contributions welcome: edit canonical `.agentsmesh/` sources, never the generated files. See [CONTRIBUTING.md](CONTRIBUTING.md). Released under the [MIT license](LICENSE).
|
package/dist/canonical.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as CanonicalFiles, V as ValidatedConfig } from './schema-
|
|
2
|
-
export { C as CanonicalAgent, a as CanonicalCommand, c as CanonicalRule, d as CanonicalSkill, H as HookEntry, e as Hooks, I as IgnorePatterns, M as McpConfig, f as McpServer, P as Permissions, S as SkillSupportingFile, g as StdioMcpServer, U as UrlMcpServer } from './schema-
|
|
1
|
+
import { b as CanonicalFiles, V as ValidatedConfig } from './schema-BbywZEB9.js';
|
|
2
|
+
export { C as CanonicalAgent, a as CanonicalCommand, c as CanonicalRule, d as CanonicalSkill, H as HookEntry, e as Hooks, I as IgnorePatterns, M as McpConfig, f as McpServer, P as Permissions, S as SkillSupportingFile, g as StdioMcpServer, U as UrlMcpServer } from './schema-BbywZEB9.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
interface UnrecognizedFormatsWarningOptions {
|