Commit d2a290d
release: bump version to 0.2.8
Patch release containing three bug fixes already merged on main:
- B-006 (#105): audit worker fileURLToPath(undefined) crash on every
session close. pathToClaudeCodeExecutable now set on all three
direct sdk.query() call sites in session-auditor + memory-extractor.
- B-007 (#106): classifyError vocabulary extended with node_invalid_arg
/ module_not_found / spawn_error / out_of_memory / type_error /
reference_error. audit_complete failures now stamp category="audit"
and fatal=false so they index correctly on the backend.
- B-008 (#107): #!axme safety gate regex tightened so a closing quote
from a surrounding -m "..." string no longer gets glued onto the
parsed repo name. Hook stops false-blocking commits on every retry.
Files bumped:
- package.json
- .claude-plugin/plugin.json
- templates/plugin-README.md (version badge)
CHANGELOG entry added under [0.2.8] - 2026-04-14.
Verified: 489/489 unit tests pass, npx tsc --noEmit clean,
npm run build clean.
Release flow after this PR merges:
1. user runs: git tag v0.2.8 && git push origin v0.2.8
2. release-binary.yml workflow auto-runs the chain:
build (4 platforms) -> GitHub Release ->
npm publish @axme/code@0.2.8 -> sync to axme-code-plugin
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3111c8e commit d2a290d
4 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments