Skip to content

Commit 7f70e80

Browse files
chore: release v0.0.24
1 parent 398bb04 commit 7f70e80

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ 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+
- inject fact-store memory into Codex and Cursor hook context ([#229](https://github.com/ScriptedAlchemy/tracedecay/pull/229))
15+
- *(automation)* combined reflector+skill scheduler pass (Hermes G9/R7)
16+
- *(cli)* enforce MCP tool CLI/skill parity and rich subcommand help
17+
18+
### Fixed
19+
20+
- *(lcm)* default transcript reads to all providers
21+
- *(sessions)* advance Claude cursor for filtered transcripts ([#241](https://github.com/ScriptedAlchemy/tracedecay/pull/241))
22+
- *(lcm)* run DB-side GC phases when the payload dir is missing
23+
- *(sessions)* preserve worktree routing metadata
24+
- *(ci)* harden cross-worktree provenance tests
25+
- *(sessions)* route cross-worktree provenance
26+
- *(sessions)* preserve transcript location metadata
27+
- *(codex)* preserve branch context in transcript metadata
28+
- *(agents)* require tracedecay local exports
29+
- *(lsp)* bound diagnostics refresh hangs
30+
- *(sessions)* normalize activity timestamps
31+
- satisfy clippy pedantic lints in windows read retry
32+
- *(sync)* retry transient Windows file locks in read_source_file
33+
34+
### Other
35+
36+
- *(mcp)* isolate dashboard fixture storage
37+
- Merge remote-tracking branch 'origin/master' into codex/export-approved-skills
38+
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r9-user-jobs
39+
- Merge remote-tracking branch 'origin/master' into codex/skill-adoption-babysit
40+
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r8-memory-digest
41+
- Merge remote-tracking branch 'origin/master' into codex/mcp-connection-root-routing
42+
- Merge remote-tracking branch 'origin/master' into codex/hook-session-route
43+
- *(sessions)* clarify activity timestamp units
44+
- Merge pull request #218 from ScriptedAlchemy/codex/activity-coupled-triggering
45+
- Merge pull request #226 from ScriptedAlchemy/codex/hermes-parity-r10-outcomes
46+
- Merge pull request #213 from ScriptedAlchemy/codex/tool-skill-cli-parity
47+
- *(cli)* trim tool help test commentary
48+
1049
### Added
1150

1251
- 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)