Skip to content

Commit 9ab00f8

Browse files
authored
chore: release 0.3.27
Prepare 0.3.27 release metadata for GitHub release, PyPI publish, and npm publish.
1 parent 2be5a70 commit 9ab00f8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ The format is inspired by Keep a Changelog and is intentionally lightweight whil
66

77
## [Unreleased]
88

9+
## [0.3.27] - 2026-04-28
10+
911
### Fixed
1012
- `agent-learner storage-doctor` now reports unmigrated legacy Codex learning files with a distinct warning code and a Codex-scoped bootstrap remediation command, instead of only suggesting the generic bootstrap path.
13+
- Hermes candidate extraction now rejects malformed runtime code/log fragments such as `, ack_mode=AUTO)... MANUAL ack / processing-list recovery` instead of promoting them into durable rules.
14+
- Hermes candidate extraction now strips injected skill-wrapper transcript text before scoring candidate signals, preventing skill body procedure text from becoming durable learning candidates.
1115

1216
## [0.3.26] - 2026-04-28
1317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cafitac/agent-learner",
3-
"version": "0.3.26",
3+
"version": "0.3.27",
44
"description": "npm delivery wrapper for the agent-learner Python core",
55
"license": "MIT",
66
"type": "commonjs",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-learner"
3-
version = "0.3.26"
3+
version = "0.3.27"
44
description = "Reusable self-learning engine for agent workflows"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)