Skip to content

Commit 4206e0e

Browse files
committed
docs: update CONTRIBUTORS, CHANGELOG, README for v2.27.0
- Add @EListenX (Yi Chenxi) to Major Contributions in CONTRIBUTORS.md - Add v2.27.0 entry to CHANGELOG.md (Kiro Agent Skill support) - Update README version table, Kiro badge, and platform description - Update last-updated date to March 20, 2026
1 parent 6dc9e3f commit 4206e0e

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.27.0] - 2026-03-20
6+
7+
### Added
8+
9+
- **Kiro Agent Skill support** (PR #112 by @EListenX)
10+
- Full `.kiro/skills/planning-with-files/` layout with SKILL.md, bootstrap scripts, templates, references
11+
- Bootstrap creates `.kiro/plan/` for planning files and `.kiro/steering/planning-context.md` with `#[[file:]]` live references
12+
- Includes session-catchup.py and check-complete scripts adapted for Kiro's `.kiro/plan/` path
13+
- Replaces the old `.kiro/scripts/` and `.kiro/steering/` approach with proper Agent Skill format
14+
15+
### Changed
16+
17+
- Updated `scripts/sync-ide-folders.py` to skip `.kiro` (Kiro uses its own skill layout)
18+
- Rewrote `docs/kiro.md` to reflect new Agent Skill approach
19+
20+
### Thanks
21+
22+
- @EListenX (Yi Chenxi) for the thorough Kiro integration with proper Agent Skill format
23+
24+
---
25+
526
## [2.23.0] - 2026-03-16
627

728
### Fixed

CONTRIBUTORS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ These amazing people have contributed code, documentation, or significant improv
5959
- Created `docs/codebuddy.md` installation guide
6060
- **Impact:** Expands IDE support to CodeBuddy ecosystem
6161

62+
- **[@EListenX](https://github.com/EListenX)** (Yi Chenxi) - [PR #112](https://github.com/OthmanAdi/planning-with-files/pull/112)
63+
- Added full Kiro Agent Skill support under `.kiro/skills/planning-with-files/`
64+
- Created bootstrap scripts, steering integration with `#[[file:]]` live references
65+
- Replaced old `.kiro/scripts/` and `.kiro/steering/` with proper Agent Skill layout
66+
- Updated Cursor and Mastra Code hooks, improved docs/kiro.md
67+
- **Impact:** Brings Kiro IDE support to production quality with native Agent Skill format
68+
6269
- **[@lincolnwan](https://github.com/lincolnwan)** - [PR #80](https://github.com/OthmanAdi/planning-with-files/pull/80)
6370
- Added native GitHub Copilot hooks integration using the early 2026 hooks system
6471
- Created `.github/hooks/planning-with-files.json` with full hook scripts in `.github/hooks/scripts/`
@@ -176,4 +183,4 @@ If you've contributed and don't see your name here, please open an issue! We wan
176183

177184
**Total Contributors:** 25+ and growing!
178185

179-
*Last updated: March 4, 2026*
186+
*Last updated: March 20, 2026*

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ See the full list of everyone who made this project better in [CONTRIBUTORS.md](
5555
| **v2.17.0** | Mastra Code support + all IDE SKILL.md spec fixes |
5656
| **v2.16.1** | Copilot garbled characters fix — PS1 UTF-8 encoding + bash ensure_ascii (thanks @Hexiaopi!) |
5757
| **v2.16.0** | GitHub Copilot hooks support (thanks @lincolnwan!) |
58+
| **v2.27.0** | Kiro Agent Skill layout (thanks @EListenX!) |
5859
| **v2.15.1** | Session catchup false-positive fix (thanks @gydx6!) |
5960
| **v2.15.0** | `/plan:status` command, OpenCode compatibility fix |
6061
| **v2.14.0** | Pi Agent support, OpenClaw docs update, Codex path fix |
@@ -100,7 +101,7 @@ These IDEs have dedicated hook configurations that automatically re-read your pl
100101
| GitHub Copilot | [Copilot Setup](docs/copilot.md) | [Hooks](https://docs.github.com/en/copilot/reference/hooks-configuration) (incl. errorOccurred) |
101102
| Mastra Code | [Mastra Setup](docs/mastra.md) | Skills + [Hooks](https://mastra.ai/docs/mastra-code/configuration) |
102103
| Gemini CLI | [Gemini Setup](docs/gemini.md) | Skills + [Hooks](https://geminicli.com/docs/hooks/) |
103-
| Kiro | [Kiro Setup](docs/kiro.md) | [Steering Files](https://kiro.dev/docs/steering/) |
104+
| Kiro | [Kiro Setup](docs/kiro.md) | [Agent Skills](https://kiro.dev/docs/skills/) |
104105
| Codex | [Codex Setup](docs/codex.md) | [Skills + Hooks](https://developers.openai.com/codex/skills) |
105106
| CodeBuddy | [CodeBuddy Setup](docs/codebuddy.md) | [Skills + Hooks](https://www.codebuddy.ai/docs/cli/skills) |
106107
| FactoryAI Droid | [Factory Setup](docs/factory.md) | [Skills + Hooks](https://docs.factory.ai/cli/configuration/skills) |
@@ -145,7 +146,7 @@ A Claude Code plugin that transforms your workflow to use persistent markdown fi
145146
[![Kilocode Skills](https://img.shields.io/badge/Kilocode-Skills-orange)](https://kilo.ai/docs/agent-behavior/skills)
146147
[![Gemini CLI](https://img.shields.io/badge/Gemini%20CLI-Skills-4285F4)](https://geminicli.com/docs/cli/skills/)
147148
[![OpenClaw](https://img.shields.io/badge/OpenClaw-Skills-FF6B6B)](https://openclaw.ai)
148-
[![Kiro](https://img.shields.io/badge/Kiro-Steering-00D4AA)](https://kiro.dev/docs/cli/steering/)
149+
[![Kiro](https://img.shields.io/badge/Kiro-Agent_Skill-00D4AA)](https://kiro.dev/docs/skills/)
149150
[![AdaL CLI](https://img.shields.io/badge/AdaL%20CLI-Skills-9B59B6)](https://docs.sylph.ai/features/plugins-and-skills)
150151
[![Pi Agent](https://img.shields.io/badge/Pi%20Agent-Skills-FF4081)](https://pi.dev)
151152
[![GitHub Copilot](https://img.shields.io/badge/GitHub%20Copilot-Hooks-000000)](https://docs.github.com/en/copilot/reference/hooks-configuration)

0 commit comments

Comments
 (0)