Skip to content

Commit 8bd97c3

Browse files
authored
chore(main): release pi-continuous-learning 0.6.0 (#15)
1 parent 19ed1e5 commit 8bd97c3

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/MattDevy/pi-continuous-learning/compare/pi-continuous-learning-v0.5.1...pi-continuous-learning-v0.6.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* Add observation preprocessor to strip low-signal events ([19ed1e5](https://github.com/MattDevy/pi-continuous-learning/commit/19ed1e513b754958d303e6ba5d6697726f54a676))
9+
* Add single-shot analyzer core (parseChanges, buildInstinctFromChange, runSingleShot) ([19ed1e5](https://github.com/MattDevy/pi-continuous-learning/commit/19ed1e513b754958d303e6ba5d6697726f54a676))
10+
* Add single-shot analyzer system prompt with JSON output format ([19ed1e5](https://github.com/MattDevy/pi-continuous-learning/commit/19ed1e513b754958d303e6ba5d6697726f54a676))
11+
* Add single-shot user prompt builder with inline instinct context ([19ed1e5](https://github.com/MattDevy/pi-continuous-learning/commit/19ed1e513b754958d303e6ba5d6697726f54a676))
12+
* Preprocess observations in tailObservationsSince (strip low-signal events before analysis) ([19ed1e5](https://github.com/MattDevy/pi-continuous-learning/commit/19ed1e513b754958d303e6ba5d6697726f54a676))
13+
* Replace agentic analyzer with single-shot + observation preprocessing (-88% cost) ([#14](https://github.com/MattDevy/pi-continuous-learning/issues/14)) ([19ed1e5](https://github.com/MattDevy/pi-continuous-learning/commit/19ed1e513b754958d303e6ba5d6697726f54a676))
14+
315
## [0.5.1](https://github.com/MattDevy/pi-continuous-learning/compare/pi-continuous-learning-v0.5.0...pi-continuous-learning-v0.5.1) (2026-03-27)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-continuous-learning",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A Pi extension that observes coding sessions and distills patterns into reusable instincts.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)