agentsmesh 0.2.10 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## Next version
4
+
5
+ ## 0.3.1 - 2026-04-12
6
+
7
+ ### Changed
8
+
9
+ - Refresh direct and transitive dependencies to patched releases, including guarded `pnpm` overrides for vulnerable `vite`, `picomatch`, and `brace-expansion` ranges pulled in through the toolchain.
10
+
11
+ ### Fixed
12
+
13
+ - Remove the brittle `npm install -g npm@latest` step from the npm trusted-publishing workflow and run the publish job on Node 24 so release automation uses a bundled npm that already satisfies trusted-publishing requirements.
14
+ - Harden `watch` command unit-test wait budgets after the Vitest upgrade so the full suite stays stable under slower CI and coverage runs.
15
+
16
+ ## 0.3.0 - 2026-04-12
17
+
18
+ ### Added
19
+
20
+ - 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.
21
+
22
+ ### Changed
23
+
24
+ - 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.
25
+ - `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.
26
+
27
+ ### Fixed
28
+
29
+ - 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.
30
+ - 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.
31
+
3
32
  ## 0.2.10
4
33
 
5
34
  ### Patch Changes
@@ -28,7 +57,7 @@
28
57
 
29
58
  ### Patch Changes
30
59
 
31
- - 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.
60
+ - 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.
32
61
 
33
62
  ## 0.2.4
34
63
 
package/README.md CHANGED
@@ -1,18 +1,21 @@
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
+ <div align="center">
2
+
3
+ # AgentsMesh
4
+
5
+ [![CI](https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml/badge.svg)](https://github.com/sampleXbro/agentsmesh/actions/workflows/ci.yml)
6
+ [![npm version](https://img.shields.io/npm/v/agentsmesh.svg)](https://www.npmjs.com/package/agentsmesh)
7
+ [![Coverage](https://codecov.io/gh/sampleXbro/agentsmesh/branch/master/graph/badge.svg)](https://codecov.io/gh/sampleXbro/agentsmesh)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
9
+ [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](https://www.typescriptlang.org/)
10
+ [![Node.js](https://img.shields.io/node/v/agentsmesh.svg)](https://nodejs.org/)
11
+ [![npm downloads](https://img.shields.io/npm/dm/agentsmesh.svg)](https://www.npmjs.com/package/agentsmesh)
12
+ [![Docs](https://img.shields.io/badge/docs-website-brightgreen.svg)](https://samplexbro.github.io/agentsmesh)
13
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sampleXbro/agentsmesh/pulls)
14
+
15
+
16
+ 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.
17
+
18
+ </div>
16
19
 
17
20
  > **Full documentation: [samplexbro.github.io/agentsmesh](https://samplexbro.github.io/agentsmesh)**
18
21
 
@@ -80,16 +83,16 @@ That's it. Your `.agentsmesh/` directory is now the single source of truth, and
80
83
 
81
84
  ## Supported Tools
82
85
 
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 | -- | -- | -- | -- | -- | -- | -- |
86
+ | Feature | Claude Code | Cursor | Copilot | Continue | Junie | Kiro | Gemini CLI | Cline | Codex CLI | Windsurf | Antigravity | Roo Code |
87
+ |---------------|:-----------:|:-------:|:-------:|:--------:|:--------:|:------:|:----------:|:-------:|:---------:|:--------:|:-----------:|:--------:|
88
+ | Rules | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native | Native |
89
+ | Commands | Native | Native | Native | Embedded | Embedded | -- | Native | Native | Embedded | Native | Partial | Native |
90
+ | Agents | Native | Native | Native | -- | Embedded | -- | Native | Embedded| Native | Embedded | -- | -- |
91
+ | Skills | Native | Native | Native | Embedded | Embedded | Native | Native | Native | Native | Native | Native | Native |
92
+ | MCP Servers | Native | Native | -- | Native | Native | Native | Native | Native | Native | Partial | -- | Native |
93
+ | Hooks | Native | Native | Partial | -- | -- | Native | Partial | -- | -- | Native | -- | -- |
94
+ | Ignore | Native | Native | -- | -- | Native | Native | Native | Native | -- | Native | -- | Native |
95
+ | Permissions | Native | Partial | -- | -- | -- | -- | Partial | -- | -- | -- | -- | -- |
93
96
 
94
97
  See the [full feature matrix docs](https://samplexbro.github.io/agentsmesh/reference/supported-tools/) for details on native vs. embedded support.
95
98
 
@@ -108,14 +111,6 @@ The documentation site covers everything in detail:
108
111
  - **[Guides](https://samplexbro.github.io/agentsmesh/guides/existing-project/)** -- adopting in existing projects, multi-tool teams, sharing config, CI drift detection, community packs
109
112
  - **[Reference](https://samplexbro.github.io/agentsmesh/reference/generation-pipeline/)** -- how the generation pipeline works
110
113
 
111
- ---
112
-
113
- ## Roadmap
114
-
115
- See [ROADMAP.md](ROADMAP.md) for planned features and release timeline.
116
-
117
- ---
118
-
119
114
  ## Contributing
120
115
 
121
116
  Contributions are welcome. Keep changes small, test them, and prefer editing canonical `.agentsmesh/` sources over generated files.