@event4u/agent-config 1.41.0 → 1.41.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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Shared agent configuration \u2014 skills for AI coding tools (Claude Code, Augment, Cursor, Cline, Windsurf, Gemini CLI).",
9
- "version": "1.41.0"
9
+ "version": "1.41.1"
10
10
  },
11
11
  "plugins": [
12
12
  {
package/CHANGELOG.md CHANGED
@@ -318,6 +318,21 @@ our recommendation order, not its support status.
318
318
  users" tension without removing any path that an existing user
319
319
  might rely on.
320
320
 
321
+ ## [1.41.1](https://github.com/event4u-app/agent-config/compare/1.41.0...1.41.1) (2026-05-12)
322
+
323
+ ### Documentation
324
+
325
+ * **mcp:** promote durable strategy to agents/contexts; unhook contracts from roadmap ([f9e7278](https://github.com/event4u-app/agent-config/commit/f9e727895e75aa74c712ce628811527a5b982f98))
326
+ * **mcp:** add stability frontmatter to discovery-phase-notice contract ([0aacd0b](https://github.com/event4u-app/agent-config/commit/0aacd0b69849029db19985aa08591d52bb5a677b))
327
+ * **mcp:** re-anchor roadmap links to archive path ([cbbd77c](https://github.com/event4u-app/agent-config/commit/cbbd77c29a2847db8e69e7e56457dcc1b794b307))
328
+
329
+ ### Chores
330
+
331
+ * **mcp:** re-anchor roadmap citations in scripts to archive path ([71cac67](https://github.com/event4u-app/agent-config/commit/71cac67cc90b2e42bfa3455f0429791e4bedc60f))
332
+ * **roadmap:** close road-to-mcp-full-coverage and archive ([32c2542](https://github.com/event4u-app/agent-config/commit/32c25424fd5b078074c703cb03fb57731ae78f6f))
333
+
334
+ Tests: 3173 (+0 since 1.41.0)
335
+
321
336
  ## [1.41.0](https://github.com/event4u-app/agent-config/compare/1.40.0...1.41.0) (2026-05-12)
322
337
 
323
338
  ### Features
@@ -69,7 +69,7 @@ are not roadmap steps.
69
69
  - **Doc anchor:** none yet.
70
70
  - **Action:** Submit to Smithery once the MCP server can be installed
71
71
  and exercised end-to-end.
72
- - **Pre-conditions:** [`road-to-mcp-full-coverage.md`](../agents/roadmaps/road-to-mcp-full-coverage.md)
72
+ - **Pre-conditions:** [`road-to-mcp-full-coverage.md`](../agents/roadmaps/archive/road-to-mcp-full-coverage.md)
73
73
  Phase 3 (Selective Implementation) shipped.
74
74
  - **Notes:** **Do not submit before the gate.** Premature listing
75
75
  produces a bad first impression and is hard to retract.
@@ -165,5 +165,5 @@ loop.
165
165
  § "External distribution (human-gated, not agent-executable)" —
166
166
  sibling roadmap. H4 (Medium / CFP) and H5 (screencasts) are
167
167
  `[-]` cancelled there with back-references to the entries above.
168
- - [`agents/roadmaps/road-to-mcp-full-coverage.md`](../agents/roadmaps/road-to-mcp-full-coverage.md)
168
+ - [`agents/roadmaps/road-to-mcp-full-coverage.md`](../agents/roadmaps/archive/road-to-mcp-full-coverage.md)
169
169
  Phase 3 — pre-condition for the Smithery item.
@@ -1,9 +1,13 @@
1
+ ---
2
+ stability: experimental
3
+ ---
4
+
1
5
  # MCP Discovery-Phase Notice
2
6
 
3
7
  **Audience:** MCP consumers integrating with `event4u/agent-config` — host
4
8
  applications, CLIs, agents calling our stdio server or the Cloudflare Worker.
5
- **Status:** active during Phase 1 of
6
- [`road-to-mcp-full-coverage`](../../agents/roadmaps/road-to-mcp-full-coverage.md).
9
+ **Status:** active under the Discovery-First MCP coverage strategy
10
+ ([`mcp-coverage-strategy.md`](../../agents/contexts/mcp-coverage-strategy.md)).
7
11
 
8
12
  ## What you will see
9
13
 
@@ -4,8 +4,8 @@ stability: experimental
4
4
 
5
5
  # MCP Tool Stub Envelope — Phase 1 Discovery Contract
6
6
 
7
- > **Status:** Active · governs Phase 1 (J1–J6) of
8
- > [`road-to-mcp-full-coverage.md`](../../agents/roadmaps/road-to-mcp-full-coverage.md).
7
+ > **Status:** Active · governs the Discovery-First MCP coverage strategy
8
+ > ([`mcp-coverage-strategy.md`](../../agents/contexts/mcp-coverage-strategy.md)).
9
9
  > **Stability:** experimental — internal index reference only per
10
10
  > `STABILITY.md`.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event4u/agent-config",
3
- "version": "1.41.0",
3
+ "version": "1.41.1",
4
4
  "description": "Shared agent configuration \u2014 skills, rules, commands, guidelines, and templates for AI coding tools",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schema_version": 1,
3
- "description": "Source-of-truth catalog of consumer-relevant MCP tools. Read by the stdio server (scripts/mcp_server/) and packed into the Cloud Worker bundle (workers/mcp/). Phase 1 of road-to-mcp-full-coverage: tools without 'implemented' transports return the 'not_implemented' envelope defined in docs/contracts/mcp-tool-stub-envelope.md. The 'implemented_on' field lists transports where the real handler is wired; everything else is a discovery stub. See agents/roadmaps/road-to-mcp-full-coverage.md.",
3
+ "description": "Source-of-truth catalog of consumer-relevant MCP tools. Read by the stdio server (scripts/mcp_server/) and packed into the Cloud Worker bundle (workers/mcp/). Phase 1 of road-to-mcp-full-coverage: tools without 'implemented' transports return the 'not_implemented' envelope defined in docs/contracts/mcp-tool-stub-envelope.md. The 'implemented_on' field lists transports where the real handler is wired; everything else is a discovery stub. See agents/roadmaps/archive/road-to-mcp-full-coverage.md.",
4
4
  "install_hint_stdio": "pip install agent-config[mcp] && ./agent-config mcp:run",
5
5
  "tools": [
6
6
  {
@@ -1,6 +1,6 @@
1
1
  """MCP telemetry sink — Phase 1 J4 instrumentation.
2
2
 
3
- Per ``agents/roadmaps/road-to-mcp-full-coverage.md`` §Phase 1 J4 +
3
+ Per ``agents/roadmaps/archive/road-to-mcp-full-coverage.md`` §Phase 1 J4 +
4
4
  ``docs/contracts/mcp-tool-stub-envelope.md``, both transports log every
5
5
  ``tools/call`` with ``{tool_name, client_id_hash, ts, transport,
6
6
  outcome}``. Payload bodies are never logged; the client identifier is
@@ -6,7 +6,7 @@ one record inside a configurable window (default 24 h). Exits non-zero
6
6
  on silence so the caller's alert sink — Sentry, email, GitHub Actions
7
7
  failure, cron mailer — fires.
8
8
 
9
- Per ``agents/roadmaps/road-to-mcp-full-coverage.md`` §Phase 1 J6, the
9
+ Per ``agents/roadmaps/archive/road-to-mcp-full-coverage.md`` §Phase 1 J6, the
10
10
  healthcheck protects Phase 2 K1 against waking to an empty dataset: a
11
11
  silent telemetry pipeline must be visible *during* Phase 1, not after
12
12
  the observation window closes.