diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 32dbf2d..682743c 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -8,7 +8,7 @@ "plugins": [ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "source": "./" } diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 32dbf2d..682743c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ "plugins": [ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "source": "./" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bfda380..c17d225 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "homepage": "https://github.com/programmersio-ibmi/skills", "license": "MIT", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 8e780bb..f4067ae 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis for coding agents.", "homepage": "https://github.com/programmersio-ibmi/skills", "license": "MIT", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d7492fb..9dbda31 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ia", "displayName": "iA — IBM i Impact Analysis", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "publisher": "programmersio", "homepage": "https://github.com/programmersio-ibmi/skills", diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 32dbf2d..682743c 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -8,7 +8,7 @@ "plugins": [ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "source": "./" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0587a92..e1ae692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project are documented here. The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] — 2026-08-21 + +### Changed + +- Support contact in `SKILL.md`: the iA MCP unavailable/misconfigured message now points to **iA support** at `iASupport@programmers.ai` instead of the generic programmers.io/ia landing page, so users reach the iA team directly. + ## [1.3.0] — 2026-08-21 ### Added diff --git a/gemini-extension.json b/gemini-extension.json index f3ccbb3..048835a 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "contextFileName": "GEMINI.md" } diff --git a/package.json b/package.json index 6db2124..4f35cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ia-tools-skill", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "license": "MIT", "type": "module", diff --git a/plugin.json b/plugin.json index 1f8b61c..fd8b923 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "ia", - "version": "1.3.0", + "version": "1.3.1", "description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.", "publisher": "programmersio", "homepage": "https://github.com/programmersio-ibmi/skills", diff --git a/skills/ia/SKILL.md b/skills/ia/SKILL.md index 09e0c81..e8f774e 100644 --- a/skills/ia/SKILL.md +++ b/skills/ia/SKILL.md @@ -136,7 +136,7 @@ If the user asks to export a generated program-documentation `.md` to **Word** o If the iA repository cannot be reached or `ia_*` tools fail with connection or configuration errors (no library configured, MCP server unreachable, repeated tool errors), tell the user: -> The iA MCP server appears to be unavailable or misconfigured. Please contact **programmers.io support** at [programmers.io/ia/](https://programmers.io/ia/) for assistance. +> The iA MCP server appears to be unavailable or misconfigured. Please contact **iA support** at [iASupport@programmers.ai](mailto:iASupport@programmers.ai) for assistance. Do not attempt to diagnose server-side issues or retry indefinitely.