Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugins": [
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"source": "./"
}
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugins": [
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"source": "./"
}
Expand Down
5 changes: 2 additions & 3 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"homepage": "https://github.com/programmersio-ibmi/skills",
"license": "MIT",
Expand All @@ -10,7 +10,6 @@
"url": "https://programmers.io"
},
"skills": [
"./skills/ia",
"./skills/using-ia"
"./skills/ia"
]
}
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis for coding agents.",
"homepage": "https://github.com/programmersio-ibmi/skills",
"license": "MIT",
Expand Down
5 changes: 2 additions & 3 deletions .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "ia",
"displayName": "iA — IBM i Impact Analysis",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"publisher": "programmersio",
"homepage": "https://github.com/programmersio-ibmi/skills",
"license": "MIT",
"skills": "./skills/",
"hooks": "./hooks/hooks-cursor.json"
"skills": "./skills/"
}
2 changes: 1 addition & 1 deletion .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugins": [
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"source": "./"
}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jobs:
"package.json"
".version-bump.json"
"scripts/bump-version.sh"
"hooks/hooks.json"
"hooks/hooks-cursor.json"
"hooks/session-start"
"skills/ia/SKILL.md"
"skills/using-ia/SKILL.md"
"CLAUDE.md"
"AGENTS.md"
"GEMINI.md"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0.1] — 2026-06-02

### Removed

- Session-start hooks (Claude Code, Cursor, GitHub Copilot CLI). They ran `bash hooks/session-start`, which errored on startup in any environment without `bash` on `PATH` (e.g. Windows without Git Bash or WSL).
- `using-ia` bootstrap meta-skill. It only loaded via the session-start hook, so it no longer served a purpose; the `ia` skill's own description drives discovery.

## [1.0.0] — 2026-05-17

### Added
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Agent skills for **IBM i**. Drop-in plugins for Claude Code, GitHub Copilot, Cur
| Skill | What it does |
|-------|--------------|
| **ia** | IBM i Impact Analysis — where-used, call hierarchy, field impact, file dependents, program-spec generation. |
| **using-ia** | Tiny bootstrap that primes the agent to reach for `ia` on any IBM i task. Loads automatically via session-start hook. |

## Install

Expand Down Expand Up @@ -66,7 +65,7 @@ Once installed, ask the agent something like:

> *Trace where field `CUSTNO` is used in `CUSTMAST`.*

The agent should invoke the `ia` skill automatically (no `/ia` prefix needed) and answer in 1–2 tool calls.
The agent should invoke the `ia` skill and answer in 1–2 tool calls (type `/ia` first if your harness doesn't surface it automatically).

## How it works

Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"contextFileName": "GEMINI.md"
}
10 changes: 0 additions & 10 deletions hooks/hooks-cursor.json

This file was deleted.

16 changes: 0 additions & 16 deletions hooks/hooks.json

This file was deleted.

44 changes: 0 additions & 44 deletions hooks/run-hook.cmd

This file was deleted.

49 changes: 0 additions & 49 deletions hooks/session-start

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ia-tools-skill",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ia",
"version": "1.0.0",
"version": "1.0.1",
"description": "IBM i Impact Analysis — dependency tracing, field impact, call hierarchy, program documentation.",
"publisher": "programmersio",
"homepage": "https://github.com/programmersio-ibmi/skills",
Expand Down
11 changes: 0 additions & 11 deletions skills/using-ia/SKILL.md

This file was deleted.

Loading