Skip to content

Commit 84bac2e

Browse files
authored
Merge pull request #9 from Waveform-Analytics/release-please--branches--main--components--pi-spec-kit
chore(main): release 1.0.0
2 parents 7f034be + 7554673 commit 84bac2e

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 1.0.0 (2026-02-09)
4+
5+
6+
### Features
7+
8+
* add speckit-roadmap, speckit-tests, and speckit-init skills ([0f73705](https://github.com/Waveform-Analytics/pi-spec-kit/commit/0f737053137b1c46e438b11477e3c48d698e0e62))
9+
* initial repo scaffolding ([3d938b6](https://github.com/Waveform-Analytics/pi-spec-kit/commit/3d938b647b46cc956133ea5087a39615331d456b))
10+
* port 8 core skills from pf-animats and spec-kit fork ([7c07ed3](https://github.com/Waveform-Analytics/pi-spec-kit/commit/7c07ed326ae6fc69081b15120c252788b50ac006))
11+
* port scripts from spec-kit ([4f3094b](https://github.com/Waveform-Analytics/pi-spec-kit/commit/4f3094be944373d601141219d9f01c996d689121))
12+
* port templates from spec-kit ([8ce2627](https://github.com/Waveform-Analytics/pi-spec-kit/commit/8ce2627906859d9c19939bab5600f190decddef9))
13+
14+
15+
### Bug Fixes
16+
17+
* add git repo check to speckit-init ([36c09a8](https://github.com/Waveform-Analytics/pi-spec-kit/commit/36c09a84d935d206bd4f4ee7e8927d33f5559c6a))
18+
* resolve repo root from working directory, not script location ([358fe37](https://github.com/Waveform-Analytics/pi-spec-kit/commit/358fe370f7983599399542b2eaf1e2abd34b93be))
19+
20+
## Changelog
21+
322
All notable changes to this project will be documented in this file.
423

524
This changelog is auto-maintained by [release-please](https://github.com/googleapis/release-please).

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "@waveform-analytics/pi-spec-kit",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Specification-driven development skills for pi — structured workflows for specifying, planning, and implementing features.",
5-
"keywords": ["pi-package"],
5+
"keywords": [
6+
"pi-package"
7+
],
68
"license": "MIT",
79
"repository": {
810
"type": "git",
911
"url": "https://github.com/Waveform-Analytics/pi-spec-kit.git"
1012
},
1113
"pi": {
12-
"skills": ["./skills"]
14+
"skills": [
15+
"./skills"
16+
]
1317
}
1418
}

0 commit comments

Comments
 (0)