Skip to content

Commit 1dda481

Browse files
chore: version packages
1 parent ad537da commit 1dda481

5 files changed

Lines changed: 33 additions & 41 deletions

File tree

.changeset/add-amp-target.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/add-warp-target.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/add-zed-target.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 11c0d58: feat(amp): add Amp (Sourcegraph) as a new built-in target
8+
9+
Amp is a coding agent by Sourcegraph (ampcode.com). This adds full project and global mode support:
10+
- **Rules**: `AGENTS.md` (root + embedded additional rules)
11+
- **Skills**: `.agents/skills/*/SKILL.md` skill bundles (shared path with Codex CLI, consumer role)
12+
- **MCP**: `.amp/settings.json` under `amp.mcpServers` key with settings merge
13+
- **Global mode**: `~/.config/amp/AGENTS.md`, `~/.config/amp/skills/`, `~/.config/amp/settings.json`
14+
- Commands and agents projected as skills via `supportsConversion`
15+
- Lint warnings for unsupported features (hooks, ignore, permissions)
16+
17+
- fa8e208: feat(warp): add Warp as a new built-in target
18+
19+
Warp is an agentic development environment by Warp.dev. This adds project and global mode support:
20+
- **Rules**: `AGENTS.md` (root + embedded additional rules); legacy `WARP.md` supported on import
21+
- **Skills**: `.warp/skills/` with YAML frontmatter skill bundles
22+
- **MCP**: `.mcp.json` at project root (standard format, shared with Claude Code)
23+
- **Commands/Agents**: projected as skills via `supportsConversion`
24+
- **Global mode**: `~/.warp/skills/` (skills only — global rules are UI-managed via Warp Drive)
25+
- Lint warnings for unsupported features (hooks, ignore, permissions)
26+
27+
- bfc0a57: feat(zed): add Zed as a new built-in target
28+
29+
Zed is a modern code editor with a built-in AI assistant (zed.dev). This adds project and global mode support:
30+
- **Rules**: `.rules` (root + embedded additional rules in a single file)
31+
- **MCP**: `.zed/settings.json` under `context_servers` key with settings merge
32+
- **Global mode**: `~/.config/zed/settings.json` (MCP only — no global rules file)
33+
- Lint warnings for unsupported features (hooks, ignore, permissions)
34+
335
## 0.11.0
436

537
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentsmesh",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "One canonical source for AI coding agent rules, commands, skills, MCP, hooks, and permissions — synced across Claude Code, Cursor, Copilot, Continue, Junie, Gemini CLI, Cline, Codex CLI, Windsurf, Antigravity, and Roo Code.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)