Skip to content

Commit 288e9bc

Browse files
chore: release v0.0.24
1 parent 2706da2 commit 288e9bc

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.24](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.23...v0.0.24) - 2026-07-03
11+
12+
### Added
13+
14+
- stage managed skill consolidations
15+
- inject fact-store memory into Codex and Cursor hook context ([#229](https://github.com/ScriptedAlchemy/tracedecay/pull/229))
16+
- *(automation)* combined reflector+skill scheduler pass (Hermes G9/R7)
17+
- *(cli)* enforce MCP tool CLI/skill parity and rich subcommand help
18+
19+
### Fixed
20+
21+
- satisfy clippy pedantic lints in windows read retry
22+
- *(sync)* retry transient Windows file locks in read_source_file
23+
24+
### Other
25+
26+
- Merge remote-tracking branch 'origin/master' into codex/plugin-validation-tooling
27+
- Merge pull request #216 from ScriptedAlchemy/codex/hermes-parity-r6-consolidation
28+
- split skill writer consolidation
29+
- Merge pull request #218 from ScriptedAlchemy/codex/activity-coupled-triggering
30+
- Merge pull request #226 from ScriptedAlchemy/codex/hermes-parity-r10-outcomes
31+
- Merge pull request #213 from ScriptedAlchemy/codex/tool-skill-cli-parity
32+
- *(cli)* trim tool help test commentary
33+
1034
### Added
1135

1236
- Claude Code installs now register `SessionStart` and `PostToolUse` lifecycle hooks, matching the freshness/steering coverage Cursor, Codex, and Kiro already had: `SessionStart` reports index freshness and injects the LCM context-recovery hint after compaction; `PostToolUse` notifies the daemon for targeted incremental sync after edits and shell commands. Existing installs pick the hooks up via the post-upgrade backfill or `tracedecay doctor`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracedecay"
3-
version = "0.0.23"
3+
version = "0.0.24"
44
edition = "2021"
55
description = "Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases"
66
license = "MIT"

0 commit comments

Comments
 (0)