Skip to content

Commit 4c5d286

Browse files
chore: release v0.0.25
1 parent 66d601a commit 4c5d286

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.25](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.24...v0.0.25) - 2026-07-03
11+
12+
### Added
13+
14+
- *(plugin)* embed skill trees recursively + ship first support files
15+
- *(hooks)* inject adoption contract on Claude and Kiro
16+
- *(claude)* ship a Claude Code plugin bundle + sync skills
17+
18+
### Fixed
19+
20+
- *(build)* fail codegen clearly on a non-UTF-8 support file
21+
- *(kiro)* recognize the legacy steering marker on lifecycle ops
22+
- *(cursor)* sweep retired skills from the live bundle
23+
- *(claude)* escape hook path, settings guards, clean replace
24+
- *(plugin)* retarget cursor legacy-sweep test at retired skills
25+
- *(skills)* scope legacy-block fallback to single-host uninstall
26+
- *(skills)* remove staged overlay dir on failed swap
27+
- *(lsp)* return diagnostics for suppress-empty servers
28+
- *(jobs)* block IPv4-mapped/embedded IPv6 webhook SSRF targets
29+
- address Claude review findings
30+
- *(lsp)* relax initialize timeout floor
31+
32+
### Other
33+
34+
- dedup installer helpers and simplify marked-block splicing ([#254](https://github.com/ScriptedAlchemy/tracedecay/pull/254))
35+
- *(git)* resolve git binary once via cached git_program() ([#253](https://github.com/ScriptedAlchemy/tracedecay/pull/253))
36+
- *(hooks)* make hook_events git spawns resilient under load
37+
- *(cursor)* seed retired-skill sweep tests with tracedecay markers
38+
- *(plugin)* merge memory skills + split message_search lanes
39+
- *(plugin)* re-express cursor dispatchers as native slash commands
40+
- *(plugin)* collapse host bundles into one plugin/ tree
41+
- speed up slow junit cases
42+
1043
## [0.0.24](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.23...v0.0.24) - 2026-07-03
1144

1245
### Added

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.24"
3+
version = "0.0.25"
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)