11# Changelog
22
3+ ## Unreleased
4+
5+ ### Improvements
6+ - ** setup** : Idempotent — safe to re-run, detects already-installed symlinks
7+ - ** setup** : Added ` help ` command and invalid argument handling
8+ - ** setup** : ` remove ` reports count of removed skills
9+ - ** README** : Added Requirements section (macOS/Linux/WSL, Bash 4+)
10+ - ** README** : Added Verify installation, Upgrading, Uninstalling, Troubleshooting sections
11+ - ** README** : Links to CONTRIBUTING.md and CHANGELOG.md
12+ - ** CONTRIBUTING** : Added custom skills guide (` custom/ ` directory)
13+ - ** CONTRIBUTING** : Added adversarial eval guidelines and CI section
14+
15+ ### New Features
16+ - ** Upstream tracking** : Auto-categorizes changes as prompt/logic vs format-only
17+ - ** CI** : Setup integration test (install → verify → remove → re-install cycle)
18+ - ** Custom skills** : ` custom/ ` directory gitignored for personal skills
19+
20+ ### Evals
21+ - ** plan-product** : Added adversarial cases (vague input, overly-specific input)
22+ - ** plan-eng** : Added adversarial cases (no context, too-broad scope)
23+ - ** code-review** : Added adversarial cases (no code provided, trivially clean code)
24+ - ** ship** : Added adversarial cases (not a git repo, dirty working tree override attempt)
25+ - ** qa** : Added adversarial cases (no changes, not a git repo)
26+ - ** retro** : Added adversarial cases (empty repo, custom time period)
27+
328## v0.1.0 (2026-03-17)
429
530Initial release. Inspired by [ gstack] ( https://github.com/garrytan/gstack ) for Claude Code, rebuilt for Kiro CLI.
@@ -14,8 +39,9 @@ Initial release. Inspired by [gstack](https://github.com/garrytan/gstack) for Cl
1439
1540### Infrastructure
1641- ` setup ` script with install / remove / verify
17- - GitHub Actions: weekly upstream gstack tracking
42+ - GitHub Actions: CI (lint + eval validation + syntax) and weekly upstream gstack tracking
1843- Eval test cases for all 6 skills
44+ - Issue templates (bug report, new skill proposal)
1945- MIT license
2046
2147### Upstream
0 commit comments