Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.24](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.23...v0.0.24) - 2026-07-03

### Added

- inject fact-store memory into Codex and Cursor hook context ([#229](https://github.com/ScriptedAlchemy/tracedecay/pull/229))
- *(automation)* combined reflector+skill scheduler pass (Hermes G9/R7)
- *(cli)* enforce MCP tool CLI/skill parity and rich subcommand help

### Fixed

- *(lcm)* default transcript reads to all providers
- *(sessions)* advance Claude cursor for filtered transcripts ([#241](https://github.com/ScriptedAlchemy/tracedecay/pull/241))
- *(lcm)* run DB-side GC phases when the payload dir is missing
- *(sessions)* preserve worktree routing metadata
- *(ci)* harden cross-worktree provenance tests
- *(sessions)* route cross-worktree provenance
- *(sessions)* preserve transcript location metadata
- *(codex)* preserve branch context in transcript metadata
- *(agents)* require tracedecay local exports
- *(lsp)* bound diagnostics refresh hangs
- *(sessions)* normalize activity timestamps
- satisfy clippy pedantic lints in windows read retry
- *(sync)* retry transient Windows file locks in read_source_file

### Other

- *(mcp)* isolate dashboard fixture storage
- Merge remote-tracking branch 'origin/master' into codex/export-approved-skills
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r9-user-jobs
- Merge remote-tracking branch 'origin/master' into codex/skill-adoption-babysit
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r8-memory-digest
- Merge remote-tracking branch 'origin/master' into codex/mcp-connection-root-routing
- Merge remote-tracking branch 'origin/master' into codex/hook-session-route
- *(sessions)* clarify activity timestamp units
- Merge pull request #218 from ScriptedAlchemy/codex/activity-coupled-triggering
- Merge pull request #226 from ScriptedAlchemy/codex/hermes-parity-r10-outcomes
- Merge pull request #213 from ScriptedAlchemy/codex/tool-skill-cli-parity
- *(cli)* trim tool help test commentary

### Added

- 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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracedecay"
version = "0.0.23"
version = "0.0.24"
edition = "2021"
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"
license = "MIT"
Expand Down
Loading