opencode-code-archaeology 2.4.0 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- # [2.4.0](https://github.com/Maleick/Code-Archaeology/compare/v2.3.1...v2.4.0) (2026-05-09)
1
+ ## [2.4.2](https://github.com/Maleick/Code-Archaeology/compare/v2.4.1...v2.4.2) (2026-05-09)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * add artifact cleanup script for expedition outputs ([#31](https://github.com/Maleick/Code-Archaeology/issues/31)) ([bde8919](https://github.com/Maleick/Code-Archaeology/commit/bde891909cdffa5f408433059595579431f3a199))
6
+ * harden cleanup artifact traversal ([#33](https://github.com/Maleick/Code-Archaeology/issues/33)) ([fea0309](https://github.com/Maleick/Code-Archaeology/commit/fea0309194f18d16bae66e7d9541738322019a22))
7
7
 
8
8
  ## Unreleased
9
9
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.0
1
+ 2.4.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-code-archaeology",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "Excavate, catalog, and restore a codebase by removing accumulated sediment—dead code, legacy fallbacks, circular dependencies, weak types, and defensive programming slop.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",