Skip to content

Commit 19f9377

Browse files
committed
release: v0.47.115
1 parent accd1fc commit 19f9377

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

data-machine-code.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine Code
44
* Plugin URI: https://github.com/Extra-Chill/data-machine-code
55
* Description: Bridge between WordPress and an external coding-agent runtime. Owns AGENTS.md, the workspace area, and the GitHub / workspace / git abilities the runtime calls back into. Activation is the declarative "a coding agent lives here" signal.
6-
* Version: 0.47.113
6+
* Version: 0.47.115
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Author: Chris Huber, extrachill
@@ -17,7 +17,7 @@
1717
die;
1818
}
1919

20-
define( 'DATAMACHINE_CODE_VERSION', '0.47.113' );
20+
define( 'DATAMACHINE_CODE_VERSION', '0.47.115' );
2121
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2222
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2323

docs/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to Data Machine Code will be documented in this file.
44

5+
## [0.47.115] - 2026-06-13
6+
7+
### Changed
8+
- Finish cleanup command lint
9+
- Add stale worktree cleanup profile
10+
- Improve cleanup plan summary
11+
12+
### Fixed
13+
- Fix AGENTS.md section registry lint
14+
- fix(agents-md): generate datamachine-code sections from real command tree (#671)
15+
- Fix stale cleanup lint issues
16+
- Fix cleanup plan lint
17+
- Fix local workspace path precedence
18+
- Fix cleanup planning lint
19+
- Fix cleanup snapshot lint findings
20+
- Fix cleanup status lint
21+
- Fix artifact cleanup lint
22+
- Fix cleanup snapshot lint formatting
23+
- Fix high-volume workspace cleanup planning
24+
- Fix cleanup pagination snapshots
25+
- Fix stale marker artifact cleanup
26+
- Fix cleanup parent status convergence
27+
528
## [0.47.113] - 2026-06-13
629

730
### Changed

0 commit comments

Comments
 (0)