Skip to content

Commit d273242

Browse files
release: v0.48.4
1 parent 2e1fbac commit d273242

2 files changed

Lines changed: 16 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.48.3
6+
* Version: 0.48.4
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.48.3' );
20+
define( 'DATAMACHINE_CODE_VERSION', '0.48.4' );
2121
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2222
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2323

docs/CHANGELOG.md

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

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

5+
## [0.48.4] - 2026-06-17
6+
7+
### Changed
8+
- share CLI rendering helpers
9+
- make AGENTS workspace policy filterable
10+
- centralize GitHub repository descriptors
11+
- register worktree context projections
12+
13+
### Fixed
14+
- require workspace handles for file abilities
15+
- commit remote workspace files atomically
16+
- fail closed on unverified worktree freshness
17+
- resolve PR publication targets
18+
519
## [0.48.3] - 2026-06-17
620

721
### Fixed

0 commit comments

Comments
 (0)