agentsmesh 0.2.9 → 0.3.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## Next version
4
+
5
+ ## 0.3.0 - 2026-04-12
6
+
7
+ ### Added
8
+
9
+ - Add **Kiro** as a supported target with native project-level `AGENTS.md`, `.kiro/steering/*.md`, `.kiro/skills/*/SKILL.md`, `.kiro/hooks/*.kiro.hook`, `.kiro/settings/mcp.json`, and `.kiroignore` import/generate support.
10
+
11
+ ### Changed
12
+
13
+ - Replace the appended **AgentsMesh Generation Contract** root paragraph with an installed-repo guide: `agentsmesh.yaml` / `agentsmesh.local.yaml`, what lives under `.agentsmesh`, `init` / `import` / `install` / `generate`, and maintenance commands (`diff`, `lint`, `check`, `watch`, `matrix`, `merge`). Prior shipped contract wordings remain import-compatible legacy forms so root instruction upgrades do not duplicate sections.
14
+ - `agentsmesh init --yes` now adds the same example canonical files as a normal `init`, but only for categories left empty by import. The starter target set also stays conflict-free by default, leaving `codex-cli` opt-in when projects want Codex output alongside other `AGENTS.md` targets.
15
+
16
+ ### Fixed
17
+
18
+ - Fix website deployment SEO handling by deriving canonical URLs, sitemap/robots output, and optional `CNAME` generation from one deploy URL source of truth. Internal docs links now stay base-agnostic across GitHub Pages project paths and root custom domains.
19
+ - When multiple targets generate `AGENTS.md`, AgentsMesh now prefers the richer Codex output when it is a strict superset instead of failing the whole generate pass on the `codex-cli`/Kiro overlap.
20
+
21
+ ## 0.2.10
22
+
23
+ ### Patch Changes
24
+
25
+ - Align `agentsmesh init` default `targets` with the shared target catalog (`TARGET_IDS`) so new configs include every supported tool without a duplicate list. Shorten the AgentsMesh sourcing note appended to generated root instructions.
26
+
3
27
  ## 0.2.9
4
28
 
5
29
  ### Patch Changes
@@ -22,7 +46,7 @@
22
46
 
23
47
  ### Patch Changes
24
48
 
25
- - f7a4afd: Expand the project README, add `ROADMAP.md`, and fix the sample Claude Code PostToolUse hook to use `type: prompt` with a `prompt` field instead of an invalid command-style hook after reads.
49
+ - f7a4afd: Expand the project README, and fix the sample Claude Code PostToolUse hook to use `type: prompt` with a `prompt` field instead of an invalid command-style hook after reads.
26
50
 
27
51
  ## 0.2.4
28
52
 
package/README.md CHANGED
@@ -1,18 +1,16 @@
1
- <h1 align="center">AgentsMesh</h1>
2
-
3
- <p align="center">
4
- <a href="https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml"><img src="https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
5
- <a href="https://www.npmjs.com/package/agentsmesh"><img src="https://img.shields.io/npm/v/agentsmesh.svg" alt="npm version"></a>
6
- <a href="https://codecov.io/gh/sampleXbro/agentsmesh"><img src="https://codecov.io/gh/sampleXbro/agentsmesh/branch/master/graph/badge.svg" alt="Coverage"></a>
7
- <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
8
- <a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-strict-blue.svg" alt="TypeScript"></a>
9
- <a href="https://nodejs.org/"><img src="https://img.shields.io/node/v/agentsmesh.svg" alt="Node.js"></a>
10
- <a href="https://www.npmjs.com/package/agentsmesh"><img src="https://img.shields.io/npm/dm/agentsmesh.svg" alt="npm downloads"></a>
11
- <a href="https://samplexbro.github.io/agentsmesh"><img src="https://img.shields.io/badge/docs-website-brightgreen.svg" alt="Docs"></a>
12
- <a href="https://github.com/sampleXbro/agentsmesh/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
13
- </p>
14
-
15
- AgentsMesh maintains a single canonical configuration in `.agentsmesh/` and syncs it bidirectionally to Claude Code, Cursor, Copilot, Continue, Junie, Gemini CLI, Cline, Codex CLI, Windsurf, Antigravity, and Roo Code. Rules, commands, agents, skills, MCP servers, hooks, ignore patterns, and permissions -- all from one source of truth.
1
+ # AgentsMesh
2
+
3
+ [![CI](https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml/badge.svg)](https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml)
4
+ [![npm version](https://img.shields.io/npm/v/agentsmesh.svg)](https://www.npmjs.com/package/agentsmesh)
5
+ [![Coverage](https://codecov.io/gh/sampleXbro/agentsmesh/branch/master/graph/badge.svg)](https://codecov.io/gh/sampleXbro/agentsmesh)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
+ [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](https://www.typescriptlang.org/)
8
+ [![Node.js](https://img.shields.io/node/v/agentsmesh.svg)](https://nodejs.org/)
9
+ [![npm downloads](https://img.shields.io/npm/dm/agentsmesh.svg)](https://www.npmjs.com/package/agentsmesh)
10
+ [![Docs](https://img.shields.io/badge/docs-website-brightgreen.svg)](https://samplexbro.github.io/agentsmesh)
11
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sampleXbro/agentsmesh/pulls)
12
+
13
+ AgentsMesh maintains a single canonical configuration in `.agentsmesh/` and syncs it bidirectionally to Claude Code, Cursor, Copilot, Continue, Junie, Kiro, Gemini CLI, Cline, Codex CLI, Windsurf, Antigravity, and Roo Code. Rules, commands, agents, skills, MCP servers, hooks, ignore patterns, and permissions -- all from one source of truth.
16
14
 
17
15
  > **Full documentation: [samplexbro.github.io/agentsmesh](https://samplexbro.github.io/agentsmesh)**
18
16
 
@@ -80,16 +78,16 @@ That's it. Your `.agentsmesh/` directory is now the single source of truth, and
80
78
 
81
79
  ## Supported Tools
82
80
 
83
- | Feature | Claude Code | Cursor | Copilot | Gemini CLI | Cline | Codex CLI | Windsurf | Continue | Junie | Antigravity | Roo Code |
84
- |---------------|:-----------:|:-------:|:-------:|:----------:|:-------:|:---------:|:--------:|:--------:|:--------:|:-----------:|:--------:|
85
- | Rules | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
86
- | Commands | Native | Native | Native | Native | Native | Embedded | Native | Embedded | Embedded | Partial | Native |
87
- | Agents | Native | Native | Native | Native | Embedded| Native | Embedded | -- | Embedded | -- | -- |
88
- | Skills | Native | Native | Native | Native | Native | Native | Native | Embedded | Embedded | Native | Native |
89
- | MCP Servers | Native | Native | -- | Native | Native | Native | Partial | Native | Native | -- | Native |
90
- | Hooks | Native | Native | Partial | Partial | -- | -- | Native | -- | -- | -- | -- |
91
- | Ignore | Native | Native | -- | Native | Native | -- | Native | -- | Native | -- | Native |
92
- | Permissions | Native | Partial | -- | Partial | -- | -- | -- | -- | -- | -- | -- |
81
+ | Feature | Claude Code | Cursor | Copilot | Continue | Junie | Kiro | Gemini CLI | Cline | Codex CLI | Windsurf | Antigravity | Roo Code |
82
+ |---------------|:-----------:|:-------:|:-------:|:--------:|:--------:|:------:|:----------:|:-------:|:---------:|:--------:|:-----------:|:--------:|
83
+ | Rules | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
84
+ | Commands | Native | Native | Native | Embedded | Embedded | -- | Native | Native | Embedded | Native | Partial | Native |
85
+ | Agents | Native | Native | Native | -- | Embedded | -- | Native | Embedded| Native | Embedded | -- | -- |
86
+ | Skills | Native | Native | Native | Embedded | Embedded | Native | Native | Native | Native | Native | Native | Native |
87
+ | MCP Servers | Native | Native | -- | Native | Native | Native | Native | Native | Native | Partial | -- | Native |
88
+ | Hooks | Native | Native | Partial | -- | -- | Native | Partial | -- | -- | Native | -- | -- |
89
+ | Ignore | Native | Native | -- | -- | Native | Native | Native | Native | -- | Native | -- | Native |
90
+ | Permissions | Native | Partial | -- | -- | -- | -- | Partial | -- | -- | -- | -- | -- |
93
91
 
94
92
  See the [full feature matrix docs](https://samplexbro.github.io/agentsmesh/reference/supported-tools/) for details on native vs. embedded support.
95
93
 
@@ -108,14 +106,6 @@ The documentation site covers everything in detail:
108
106
  - **[Guides](https://samplexbro.github.io/agentsmesh/guides/existing-project/)** -- adopting in existing projects, multi-tool teams, sharing config, CI drift detection, community packs
109
107
  - **[Reference](https://samplexbro.github.io/agentsmesh/reference/generation-pipeline/)** -- how the generation pipeline works
110
108
 
111
- ---
112
-
113
- ## Roadmap
114
-
115
- See [ROADMAP.md](ROADMAP.md) for planned features and release timeline.
116
-
117
- ---
118
-
119
109
  ## Contributing
120
110
 
121
111
  Contributions are welcome. Keep changes small, test them, and prefer editing canonical `.agentsmesh/` sources over generated files.