Skip to content

Commit a249a3c

Browse files
committed
release: v0.42.0
1 parent b1aefd1 commit a249a3c

2 files changed

Lines changed: 24 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 (Claude Code, OpenCode, kimaki, etc.). 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.41.4
6+
* Version: 0.42.0
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Requires Plugins: data-machine
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define( 'DATAMACHINE_CODE_VERSION', '0.41.4' );
21+
define( 'DATAMACHINE_CODE_VERSION', '0.42.0' );
2222
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2424

docs/CHANGELOG.md

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

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

5+
## [0.42.0] - 2026-05-15
6+
7+
### Added
8+
- enforce workspace git policies
9+
- support scoped workspace aliases
10+
- add opaque workspace aliases
11+
- add GitHub PR merge cleanup commands
12+
13+
### Changed
14+
- extract workspace inventory cleanup
15+
- extract workspace emergency cleanup
16+
- extract workspace worktree lifecycle
17+
- extract workspace repository lifecycle
18+
- extract workspace git operations
19+
20+
### Fixed
21+
- warn on base branch worktrees
22+
- load site agents alongside repo instructions
23+
- project site agents into worktrees
24+
- clean up merged PR worktrees before branch deletion
25+
- skip submodule worktrees during cleanup apply
26+
527
## [0.41.4] - 2026-05-12
628

729
### Fixed

0 commit comments

Comments
 (0)