Skip to content

Commit bb3a21a

Browse files
committed
docs: update CONTRIBUTORS, CHANGELOG, README for v2.29.0
1 parent 02a4ad6 commit bb3a21a

File tree

3 files changed

+53
-7
lines changed

3 files changed

+53
-7
lines changed

CHANGELOG.md

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

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

5+
## [2.29.0] - 2026-03-24
6+
7+
### Added
8+
9+
- **Analytics workflow template** (PR #115 by @mvanhorn, addresses #103)
10+
- New `--template analytics` flag on `init-session.sh` and `init-session.ps1`
11+
- `templates/analytics_task_plan.md` with 4 analytics-specific phases: Data Discovery, Exploratory Analysis, Hypothesis Testing, Synthesis
12+
- `templates/analytics_findings.md` with Data Sources table, Hypothesis Log, Query Results, and Statistical Findings sections
13+
- Analytics-specific `progress.md` generates a Query Log table instead of Test Results
14+
- Default behavior unchanged; existing users are not affected
15+
16+
### Usage
17+
18+
```bash
19+
./scripts/init-session.sh --template analytics my-project
20+
```
21+
22+
### Thanks
23+
24+
- @mvanhorn (Matt Van Horn) for implementing the analytics template that @sedlukha requested in #103
25+
26+
---
27+
28+
## [2.28.0] - 2026-03-22
29+
30+
### Added
31+
32+
- **Traditional Chinese (zh-TW) skill variant** (PR #113 by @waynelee2048)
33+
- Fully translated SKILL.md, templates, and scripts under `skills/planning-with-files-zht/`
34+
- Localized hooks, check-complete, init-session, and session-catchup scripts
35+
36+
### Thanks
37+
38+
- @waynelee2048 for the Traditional Chinese translation
39+
40+
---
41+
542
## [2.27.0] - 2026-03-20
643

744
### Added

CONTRIBUTORS.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ These amazing people have contributed code, documentation, or significant improv
8282
- Added Pi Agent support with full skill integration
8383
- **Impact:** Expands the skill to the Pi Agent ecosystem
8484

85+
- **[@mvanhorn](https://github.com/mvanhorn)** (Matt Van Horn) - [PR #115](https://github.com/OthmanAdi/planning-with-files/pull/115)
86+
- Added analytics workflow template with `--template analytics` flag on `init-session.sh` and `init-session.ps1`
87+
- Created `analytics_task_plan.md` with 4 analytics-specific phases (Data Discovery, Exploratory Analysis, Hypothesis Testing, Synthesis)
88+
- Created `analytics_findings.md` with Data Sources table, Hypothesis Log, Query Results, and Statistical Findings sections
89+
- Analytics-specific `progress.md` with Query Log replacing Test Results
90+
- **Impact:** Extends the planning pattern to data analytics workflows (addresses #103)
91+
8592
### Other Contributors
8693

8794
- **[@popey](https://github.com/popey)** - [PR #83](https://github.com/OthmanAdi/planning-with-files/pull/83)
@@ -185,6 +192,6 @@ If you've contributed and don't see your name here, please open an issue! We wan
185192

186193
---
187194

188-
**Total Contributors:** 26+ and growing!
195+
**Total Contributors:** 27+ and growing!
189196

190-
*Last updated: March 22, 2026*
197+
*Last updated: March 24, 2026*

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,20 @@ See the full list of everyone who made this project better in [CONTRIBUTORS.md](
4242
<details>
4343
<summary><strong>📦 Releases & Session Recovery</strong></summary>
4444

45-
### Current Version: v2.26.2
45+
### Current Version: v2.29.0
4646

4747
| Version | Highlights |
4848
|---------|------------|
49-
| **v2.26.2** | Fix: `---` in hook commands broke YAML frontmatter parsing — hooks now register correctly |
50-
| **v2.26.1** | Fix: session catchup after `/clear` — path sanitization on Windows + content injection (thanks @tony-stark-eth!) |
49+
| **v2.29.0** | Analytics workflow template: `--template analytics` flag for data exploration sessions (thanks @mvanhorn!) |
50+
| **v2.28.0** | Traditional Chinese (zh-TW) skill variant (thanks @waynelee2048!) |
51+
| **v2.26.2** | Fix: `---` in hook commands broke YAML frontmatter parsing, hooks now register correctly |
52+
| **v2.26.1** | Fix: session catchup after `/clear`, path sanitization on Windows + content injection (thanks @tony-stark-eth!) |
5153
| **v2.26.0** | IDE audit: Factory hooks, Copilot errorOccurred hook, Gemini hooks, bug fixes |
5254
| **v2.18.2** | Mastra Code hooks fix (hooks.json + docs accuracy) |
5355
| **v2.18.1** | Copilot garbled characters complete fix |
5456
| **v2.18.0** | BoxLite sandbox runtime integration |
5557
| **v2.17.0** | Mastra Code support + all IDE SKILL.md spec fixes |
56-
| **v2.16.1** | Copilot garbled characters fix PS1 UTF-8 encoding + bash ensure_ascii (thanks @Hexiaopi!) |
58+
| **v2.16.1** | Copilot garbled characters fix: PS1 UTF-8 encoding + bash ensure_ascii (thanks @Hexiaopi!) |
5759
| **v2.16.0** | GitHub Copilot hooks support (thanks @lincolnwan!) |
5860
| **v2.27.0** | Kiro Agent Skill layout (thanks @EListenX!) |
5961
| **v2.15.1** | Session catchup false-positive fix (thanks @gydx6!) |
@@ -152,7 +154,7 @@ A Claude Code plugin that transforms your workflow to use persistent markdown fi
152154
[![GitHub Copilot](https://img.shields.io/badge/GitHub%20Copilot-Hooks-000000)](https://docs.github.com/en/copilot/reference/hooks-configuration)
153155
[![Mastra Code](https://img.shields.io/badge/Mastra%20Code-Skills-00BCD4)](https://code.mastra.ai)
154156
[![BoxLite](https://img.shields.io/badge/BoxLite-Sandbox-6C3483)](https://boxlite.ai)
155-
[![Version](https://img.shields.io/badge/version-2.26.2-brightgreen)](https://github.com/OthmanAdi/planning-with-files/releases)
157+
[![Version](https://img.shields.io/badge/version-2.29.0-brightgreen)](https://github.com/OthmanAdi/planning-with-files/releases)
156158
[![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1)](https://getskillcheck.com)
157159

158160
## Quick Install

0 commit comments

Comments
 (0)