Releases: Automattic/wp-codebox
Releases · Automattic/wp-codebox
v0.10.0
What's Changed
- Document focused public Codebox entrypoints by @chubes4 in #1370
- Implement WordPress workload ability runner by @chubes4 in #1371
- Add public WordPress runtime helper facades by @chubes4 in #1372
- Unify fuzz suite execution planning by @chubes4 in #1376
- Add WordPress setup action primitives by @chubes4 in #1375
- Expand WordPress database schema discovery by @chubes4 in #1374
- Split simulated and real page load commands by @chubes4 in #1373
- Expose fuzz suite PHP API facade by @chubes4 in #1379
- Summarize fuzz suite coverage by @chubes4 in #1378
- Add WordPress fuzz suite builders by @chubes4 in #1377
- Expand WordPress CRUD coverage by @chubes4 in #1381
- Improve admin discovery fuzz targets by @chubes4 in #1383
- Run fuzz cases through runtime actions by @chubes4 in #1380
- Add safe database inspection by @chubes4 in #1382
- Add WordPress block fuzz primitives by @chubes4 in #1384
- Add generic agent task reusable workflow by @chubes4 in #1385
- Enforce run-plan execution policy by @chubes4 in #1389
- Add generic runtime fanout execution by @chubes4 in #1387
- Decouple runtime invocation from Agents API by @chubes4 in #1388
- Export runtime artifact normalizers by @chubes4 in #1386
- Document public fuzz suite target skips by @chubes4 in #1390
- Add fuzz coverage plan contracts by @chubes4 in #1391
- Export canonical runtime contract manifest by @chubes4 in #1392
- Add non-blocking preview leases by @chubes4 in #1393
- Forward preview options through agent task runs by @chubes4 in #1394
- Apply distribution runtime setup subset by @chubes4 in #1395
- Make preview hold cap configurable by @chubes4 in #1396
- Report public preview lease metadata by @chubes4 in #1397
- Fix recipe preview lease option type conflict by @chubes4 in #1398
- Complete runtime contract manifest aliases by @chubes4 in #1399
- Accept stable agent task CLI requests by @chubes4 in #1400
- Include bundled runtime plugin in agent tasks by @chubes4 in #1401
- Add inventory primitives and fuzz contract gates by @chubes4 in #1404
- Keep runtime provider defaults neutral by @chubes4 in #1402
- Add runtime access contract by @chubes4 in #1403
- Add generic preview lease provider contract by @chubes4 in #1405
- Normalize runtime local preview access by @chubes4 in #1406
- Standardize runtime command result envelopes by @chubes4 in #1407
- Make ability execution principal configurable by @chubes4 in #1408
- Support REST route inventory fuzz steps by @chubes4 in #1409
- Support admin page fuzz primitive by @chubes4 in #1410
- Fix admin fuzz page URLs by @chubes4 in #1411
- Fix admin fuzz menu globals by @chubes4 in #1412
- Include Agents API in agent task runtime defaults by @chubes4 in #1414
- Support database inventory fuzz primitive by @chubes4 in #1415
- Support fuzz browser coverage primitive by @chubes4 in #1417
- Mount Data Machine runtime substrate by default by @chubes4 in #1416
- Treat runtime replies as terminal answers by @chubes4 in #1418
- Add browser session evidence refs by @chubes4 in #1419
- Execute JSON fuzz workloads by @chubes4 in #1420
- Initialize REST routes for JSON fuzz workloads by @chubes4 in #1422
- Refresh REST server after fuzz plugin activation by @chubes4 in #1425
- Clean up runtime provider boundary by @chubes4 in #1423
- Add browser playground session run primitive by @chubes4 in #1421
- Clear REST route context during fuzz route refresh by @chubes4 in #1426
- Honor runtime requirement extra plugins in task recipes by @chubes4 in #1427
- Gate fuzz suites on runner capabilities by @chubes4 in #1424
- Preserve activation when deduping extra plugins by @chubes4 in #1428
- Normalize runtime package task outcomes by @chubes4 in #1429
- Support monorepo plugin source subpaths by @chubes4 in #1430
- Honor source roots for component contracts by @chubes4 in #1431
- Stage agent task recipes in artifacts by @chubes4 in #1432
- Preserve generated package autoloaders by @chubes4 in #1433
- Recover browser blueprint refs from contained-site input by @chubes4 in #1434
- Preserve source package vendor trees by @chubes4 in #1435
- Hydrate source packages with Composer plugins by @chubes4 in #1436
- Fix runtime task ability materialization by @chubes4 in #1437
- Bridge package autoloaders to Composer autoload by @chubes4 in #1438
- Load Composer autoload before package init by @chubes4 in #1439
- Preload Composer autoloaders for plugin activation by @chubes4 in #1440
- Preload Composer autoloaders for run-php plugins by @chubes4 in #1441
- Skip active recipe plugin replay during setup by @chubes4 in #1442
- Hydrate source packages with existing vendors by @chubes4 in #1443
- Preserve vendors in prepared source staging by @chubes4 in #1444
- Mirror Composer path repositories for source packages by @chubes4 in #1445
- Preload plugin package autoloaders by @chubes4 in #1446
- Report plugin autoload diagnostics on activation fatals by @chubes4 in #1447
- Support measured fuzz artifact summaries by @chubes4 in #1448
- Expose runtime-backed WordPress fuzz suite execution by @chubes4 in #1449
- Share recipe plugin preload for activation by @chubes4 in #1450
- Eager-load installed package classmaps by @chubes4 in #1451
- Bridge staged package classmaps by @chubes4 in #1452
- Preserve prepared extra plugin sources by @chubes4 in #1453
- Lazy-load package classmaps by @chubes4 in #1454
- Cache package classmap autoloads by @chubes4 in #1455
- Accept snake_case component source roots by @chubes4 in #1456
- Allow public prepared blueprint hydration by @chubes4 in #1461
- Return raw browser blueprints by @chubes4 in #1462
- Include browser recipes in blueprints by @chubes4 in #1463
- Align PHP DB inventory schema contract by @chubes4 in #1457
- Expose core PHP snippet package entrypoint by @chubes4 in #1458
- Add fuzz suite reset policy by @chubes4 in https://github.com/Automattic/wp-codebox/pull...
v0.9.0
What's Changed
- Support route matrix benchmark workloads by @chubes4 in #1239
- Materialize route matrix benchmark artifacts by @chubes4 in #1240
- Run HTTP distribution startup probes by @chubes4 in #1241
- Run distribution setup artifacts by @chubes4 in #1243
- Execute generated REST request cases by @chubes4 in #1244
- Add Codebox consumer primitives by @chubes4 in #1242
- Materialize REST request case summaries by @chubes4 in #1246
- Add db inventory benchmark step by @chubes4 in #1247
- Harden Codebox consumer primitive contracts by @chubes4 in #1245
- Add browser request coverage artifacts by @chubes4 in #1248
- Emit agent task artifact envelopes by @chubes4 in #1249
- Add benchmark artifact refs for full-surface coverage by @chubes4 in #1251
- Read preview boot config from primary playground by @chubes4 in #1252
- Fix contained-site no-fallback opens by @chubes4 in #1253
- Preserve browser task contract auth by @chubes4 in #1254
- Allow logged-in blueprint ref hydration by @chubes4 in #1255
- Allow inline benchmark artifacts before materialization by @chubes4 in #1256
- Support programmatic Playground runtime gaps by @chubes4 in #1257
- Use canonical sandbox agent runtime by @chubes4 in #1258
- Harden browser runtime materialization seams by @chubes4 in #1260
- Fall back to remote browser mu-plugin packages by @chubes4 in #1262
- Add reusable PHP worker JSON helpers by @chubes4 in #1261
- Add recipe secret env provider hooks by @chubes4 in #1265
- Add PHP worker runner primitive by @chubes4 in #1264
- Extract materialization envelope helper by @chubes4 in #1263
- Add DMC runner workspace backend adapter by @chubes4 in #1268
- Add Codebox Agents API adapter facade by @chubes4 in #1269
- Document WP Codebox public API contract by @chubes4 in #1267
- Enforce Codebox public boundary by @chubes4 in #1270
- Add Codebox tool bridge contract by @chubes4 in #1272
- Expose public WordPress workload primitives by @chubes4 in #1266
- Cache php-scoper for runtime overlay prep by @chubes4 in #1271
- Add runtime profile resolver by @chubes4 in #1276
- Add runtime core public facade by @chubes4 in #1275
- Add artifact diagnostics result helpers by @chubes4 in #1274
- Add browser SDK facade contract by @chubes4 in #1273
- Expose WordPress workload primitives in public API by @chubes4 in #1280
- Stabilize agent task run result envelope by @chubes4 in #1279
- Normalize runner workspace public boundary by @chubes4 in #1277
- Normalize browser SDK result DTOs by @chubes4 in #1283
- Formalize runtime profile contract by @chubes4 in #1281
- Add browser contained site facade by @chubes4 in #1282
- Add parent tool bridge contract by @chubes4 in #1278
- Add provider credential boundary by @chubes4 in #1285
- Add case artifact manifest primitives by @chubes4 in #1287
- Add runtime checkpoint recipe primitives by @chubes4 in #1288
- Add recipe user session primitive by @chubes4 in #1291
- Document executable fixture site seeds by @chubes4 in #1286
- Add structured WordPress plugin state command by @chubes4 in #1289
- Add fuzz run recipe primitive by @chubes4 in #1290
- Add bounded command diagnostics capture by @chubes4 in #1292
- Clarify public Codebox API aliases by @chubes4 in #1293
- Add runner workspace adapter boundary by @chubes4 in #1294
- Stabilize browser SDK DTO normalization by @chubes4 in #1295
- Make runtime profiles integration-owned by @chubes4 in #1296
- boundary/enforcement tests docs by @chubes4 in #1297
- Align fanout aggregation contract by @chubes4 in #1298
- Add deterministic fanout artifact refs by @chubes4 in #1299
- Add deterministic fanout DAG scheduling by @chubes4 in #1300
- docs: clarify public Codebox boundary by @chubes4 in #1302
- feat: add canonical sandbox tool policy helpers by @chubes4 in #1303
- feat: add generic runtime ability aliases by @chubes4 in #1304
- feat: add public agent workload envelope by @chubes4 in #1305
- fix: keep runtime profile output public by @chubes4 in #1306
- feat: add public artifact reference DTOs by @chubes4 in #1307
- Cache WordPress release metadata for startup by @chubes4 in #1301
- Add stable run-agent-task CLI command by @chubes4 in #1308
- Export canonical runtime contract manifest by @chubes4 in #1309
- Align PHP fanout aggregation contract by @chubes4 in #1310
- Add public runtime package execution contract by @chubes4 in #1312
- Make agent workload normalization pluggable by @chubes4 in #1311
- Harden runner workspace backend boundary by @chubes4 in #1315
- Add WP Codebox PHP public API facade by @chubes4 in #1313
- Add stable preview boot ref facade by @chubes4 in #1316
- Neutralize WordPress runtime backend aliasing by @chubes4 in #1317
- Centralize Agents API integration behind Codebox adapter by @chubes4 in #1318
- Add WP Codebox runtime task wrapper by @chubes4 in #1320
- Apply runtime presets in public builders by @chubes4 in #1319
- Activate bench dependencies before components by @chubes4 in #1321
- Harden runner workspace facade boundary by @chubes4 in #1322
- Add public WordPress runtime facade by @chubes4 in #1323
- Test public Codebox API boundary by @chubes4 in #1324
- Quarantine browser session internals behind DTOs by @chubes4 in #1325
- Clarify runner workspace backend API boundary by @chubes4 in #1328
- Decouple runtime task execution providers by @chubes4 in #1326
- Expose agent runtime execution primitive by @chubes4 in #1327
- Make browser readiness task-aware by @chubes4 in #1329
- Clarify public runtime contract boundary by @chubes4 in #1330
- Support bench recipe evidence steps by @chubes4 in #1331
- Add public fuzz suite contracts by @chubes4 in #1332
- Expose WordPress runtime action helpers by @chubes4 in #1333
- Clarify runner backend policy boundaries by @chubes4 in #1334
- Add fuzz suite runner primitive by @chubes4 in https://github.com/Automattic/wp-codebox/pu...
v0.8.10
What's Changed
- Support route matrix benchmark workloads by @chubes4 in #1239
- Materialize route matrix benchmark artifacts by @chubes4 in #1240
- Run HTTP distribution startup probes by @chubes4 in #1241
- Run distribution setup artifacts by @chubes4 in #1243
- Execute generated REST request cases by @chubes4 in #1244
- Add Codebox consumer primitives by @chubes4 in #1242
- Materialize REST request case summaries by @chubes4 in #1246
- Add db inventory benchmark step by @chubes4 in #1247
- Harden Codebox consumer primitive contracts by @chubes4 in #1245
- Add browser request coverage artifacts by @chubes4 in #1248
- Emit agent task artifact envelopes by @chubes4 in #1249
- Add benchmark artifact refs for full-surface coverage by @chubes4 in #1251
- Read preview boot config from primary playground by @chubes4 in #1252
- Fix contained-site no-fallback opens by @chubes4 in #1253
- Preserve browser task contract auth by @chubes4 in #1254
- Allow logged-in blueprint ref hydration by @chubes4 in #1255
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.10/CHANGELOG.md
v0.8.9
What's Changed
- Support route matrix benchmark workloads by @chubes4 in #1239
- Materialize route matrix benchmark artifacts by @chubes4 in #1240
- Run HTTP distribution startup probes by @chubes4 in #1241
- Run distribution setup artifacts by @chubes4 in #1243
- Execute generated REST request cases by @chubes4 in #1244
- Add Codebox consumer primitives by @chubes4 in #1242
- Materialize REST request case summaries by @chubes4 in #1246
- Add db inventory benchmark step by @chubes4 in #1247
- Harden Codebox consumer primitive contracts by @chubes4 in #1245
- Add browser request coverage artifacts by @chubes4 in #1248
- Emit agent task artifact envelopes by @chubes4 in #1249
- Add benchmark artifact refs for full-surface coverage by @chubes4 in #1251
- Read preview boot config from primary playground by @chubes4 in #1252
- Fix contained-site no-fallback opens by @chubes4 in #1253
- Preserve browser task contract auth by @chubes4 in #1254
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.9/CHANGELOG.md
v0.8.8
What's Changed
- Support route matrix benchmark workloads by @chubes4 in #1239
- Materialize route matrix benchmark artifacts by @chubes4 in #1240
- Run HTTP distribution startup probes by @chubes4 in #1241
- Run distribution setup artifacts by @chubes4 in #1243
- Execute generated REST request cases by @chubes4 in #1244
- Add Codebox consumer primitives by @chubes4 in #1242
- Materialize REST request case summaries by @chubes4 in #1246
- Add db inventory benchmark step by @chubes4 in #1247
- Harden Codebox consumer primitive contracts by @chubes4 in #1245
- Add browser request coverage artifacts by @chubes4 in #1248
- Emit agent task artifact envelopes by @chubes4 in #1249
- Add benchmark artifact refs for full-surface coverage by @chubes4 in #1251
- Read preview boot config from primary playground by @chubes4 in #1252
- Fix contained-site no-fallback opens by @chubes4 in #1253
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.8/CHANGELOG.md
v0.8.7
What's Changed
- Support route matrix benchmark workloads by @chubes4 in #1239
- Materialize route matrix benchmark artifacts by @chubes4 in #1240
- Run HTTP distribution startup probes by @chubes4 in #1241
- Run distribution setup artifacts by @chubes4 in #1243
- Execute generated REST request cases by @chubes4 in #1244
- Add Codebox consumer primitives by @chubes4 in #1242
- Materialize REST request case summaries by @chubes4 in #1246
- Add db inventory benchmark step by @chubes4 in #1247
- Harden Codebox consumer primitive contracts by @chubes4 in #1245
- Add browser request coverage artifacts by @chubes4 in #1248
- Emit agent task artifact envelopes by @chubes4 in #1249
- Add benchmark artifact refs for full-surface coverage by @chubes4 in #1251
- Read preview boot config from primary playground by @chubes4 in #1252
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.7/CHANGELOG.md
v0.8.6
What's Changed
- Support route matrix benchmark workloads by @chubes4 in #1239
- Materialize route matrix benchmark artifacts by @chubes4 in #1240
- Run HTTP distribution startup probes by @chubes4 in #1241
- Run distribution setup artifacts by @chubes4 in #1243
- Execute generated REST request cases by @chubes4 in #1244
- Add Codebox consumer primitives by @chubes4 in #1242
- Materialize REST request case summaries by @chubes4 in #1246
- Add db inventory benchmark step by @chubes4 in #1247
- Harden Codebox consumer primitive contracts by @chubes4 in #1245
- Add browser request coverage artifacts by @chubes4 in #1248
- Emit agent task artifact envelopes by @chubes4 in #1249
- Add benchmark artifact refs for full-surface coverage by @chubes4 in #1251
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.6/CHANGELOG.md
v0.8.5
What's Changed
- Clean up runtime boundary naming by @chubes4 in #1223
- Add generic run plan executor contracts by @chubes4 in #1224
- Fix runtime prepared blueprint refs by @chubes4 in #1225
- Add browser contained site resolution DTO by @chubes4 in #1226
- Add generic runtime profile compiler by @chubes4 in #1227
- Validate browser preview boot contracts by @chubes4 in #1228
- Clarify browser contained site lifecycle by @chubes4 in #1229
- Mount bundled Agents API for agent runtimes by @chubes4 in #1230
- Mount default Agents API substrate by @chubes4 in #1231
- Mount default Agents API in agent task recipes by @chubes4 in #1232
- Register sandbox chat handler for agent runs by @chubes4 in #1233
- Prepare generic runtime overlay packs by @chubes4 in #1234
- Clarify browser contained site reuse contract by @chubes4 in #1235
- Add materialization artifact ref helpers by @chubes4 in #1236
- Run distribution startup probes by @chubes4 in #1237
- Run browser distribution startup probes by @chubes4 in #1238
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.5/CHANGELOG.md
v0.8.4
What's Changed
- fix: map package.json version targets to artifact paths for deploy verification by @chubes4 in #1009
- Add replay package materializer by @chubes4 in #1010
- Add agent runtime diagnostics summary by @chubes4 in #1017
- Fix runtime component ability lifecycle replay by @chubes4 in #1016
- Fix runtime ability lifecycle smoke by @chubes4 in #1018
- Improve Playground crash diagnostics by @chubes4 in #1019
- Document Codex cookbook provider stack by @chubes4 in #1021
- Bridge task ability_tools into runtime tool resolution by @chubes4 in #1023
- Improve runtime overlay validation diagnostics by @chubes4 in #1026
- Capture hidden Playground crash diagnostics by @chubes4 in #1027
- Add typed recipe artifact materialization by @chubes4 in #1030
- Improve PHP execution failure diagnostics by @chubes4 in #1031
- Add source checkout CLI entrypoint by @chubes4 in #1034
- Document the agent runtime contract by @chubes4 in #1036
- Preserve caller cwd in source CLI entrypoint by @chubes4 in #1041
- Fix artifact collection for cyclic browser errors by @chubes4 in #1040
- Fix routed preview host handling by @chubes4 in #1043
- Fix artifact redaction for large inputs by @chubes4 in #1042
- List recipe commands from registry in help by @chubes4 in #1045
- Clean up host boundary leaks by @chubes4 in #1046
- Align task input agent bundle contract by @chubes4 in #1047
- Add artifact bundle writer by @chubes4 in #1048
- Centralize generated PHP snippets by @chubes4 in #1049
- Validate recipe schema during ingestion by @chubes4 in #1050
- Make transfer proof private hosts configurable by @chubes4 in #1051
- Add runtime backend registry by @chubes4 in #1052
- Fix backend registry schema validation by @chubes4 in #1055
- Add component plugin entrypoint contract by @chubes4 in #1054
- Add runtime command result envelopes by @chubes4 in #1053
- Extract prepared source staging primitive by @chubes4 in #1056
- Centralize runtime env secret handling by @chubes4 in #1057
- Centralize artifact redaction writes by @chubes4 in #1058
- Add command artifact schema contracts by @chubes4 in #1059
- Neutralize core fixture docs by @chubes4 in #1061
- Harden agent workload envelope boundary by @chubes4 in #1062
- Add agent terminal result contract by @chubes4 in #1066
- Add backend package adapter registry by @chubes4 in #1065
- Add core command argument codecs by @chubes4 in #1060
- Add shared runtime redaction primitive by @chubes4 in #1072
- Align browser probe command contract by @chubes4 in #1071
- Centralize artifact layout writer primitives by @chubes4 in #1070
- Centralize sandbox PHP template fragments by @chubes4 in #1068
- Add shared file tree policy helpers by @chubes4 in #1067
- Make browser artifact persistence idempotent by @chubes4 in #1075
- Consolidate smoke test harness helpers by @chubes4 in #1074
- Extract recipe source boundary helpers by @chubes4 in #1073
- Tighten bootstrap component manifest boundary by @chubes4 in #1076
- Add runtime backend provider recipe hooks by @chubes4 in #1078
- Add generic runtime primitive contracts by @chubes4 in #1077
- Add runtime overlay registry seam by @chubes4 in #1063
- Share command argument parsing helpers by @chubes4 in #1069
- Decouple agent sandbox stack flags by @chubes4 in #1064
- Clean up reviewer access auth planning by @chubes4 in #1079
- Fix safe VFS mount materialization by @chubes4 in #1081
- Use registry metadata for command dispatch by @chubes4 in #1082
- Extract host command executor into runtime core by @chubes4 in #1080
- Clarify generic runtime contract authority by @chubes4 in #1083
- Add core artifact capture policy by @chubes4 in #1084
- Harden redacted artifact capture by @chubes4 in #1091
- Normalize agent task run result contract by @chubes4 in #1090
- Add managed host command wrapper by @chubes4 in #1088
- Guard runtime contract schema parity by @chubes4 in #1092
- Fix browser provider request permission by @chubes4 in #1087
- Add shared artifact and mount path primitives by @chubes4 in #1089
- Add shared redaction policy profiles by @chubes4 in #1094
- Align PHP path policy with runtime core by @chubes4 in #1097
- Consolidate PHP host command callsites by @chubes4 in #1098
- Add browser provider bridge policy primitive by @chubes4 in #1093
- Add browser artifact lifecycle refs by @chubes4 in #1101
- Add browser task builder primitive by @chubes4 in #1102
- Add browser artifact session primitive by @chubes4 in #1096
- Bridge status taxonomies for agent task results by @chubes4 in #1099
- Add MCP client config renderer by @chubes4 in #1103
- Add recipe run result envelope by @chubes4 in #1104
- Add generic editor save action primitive by @chubes4 in #1105
- Add PHP JSON codec primitive by @chubes4 in #1106
- Add runtime tool policy resolver by @chubes4 in #1095
- Trust mounted component manifest entrypoints by @chubes4 in #1100
- Share bench command step primitives by @chubes4 in #1086
- Centralize preview topology diagnostics by @chubes4 in #1085
- Add browser-local task defaults by @chubes4 in #1110
- Add executable browser DTO and persisted artifact bundle result by @chubes4 in #1108
- Normalize sandbox tool policies from allowed tools by @chubes4 in #1109
- Add connector credential resolver registry by @chubes4 in #1107
- Add generic evidence artifact envelope by @chubes4 in #1111
- Add generic host command runner evidence by @chubes4 in #1112
- Add fixture auth storage state helper by @chubes4 in #1113
- Add generic runtime overlay bundle primitive by @chubes4 in #1114
- Add fixture import bootstrap primitives by @chubes4 in #1115
- Add generic recipe source package primitives by @chubes4 in #1116
- Align PHP tool policy descriptor resolution by @chubes4 in #1117
- Introduce runtime dependency plan contract by @chubes4 in #1118
- Migrate browser action artifacts to sessions by @...
v0.8.3
What's Changed
- Fix browser probe navigation timeout by @chubes4 in #941
- Fix agent task prepared component plugins by @chubes4 in #946
- Capture replayable runtime state in blueprints by @chubes4 in #948
- Extend successful recipe snapshot collection by @chubes4 in #949
- Stage local agent bundle sources by @chubes4 in #950
- Add recipe replay status summary by @chubes4 in #952
- Summarize Playground PHP fatal output by @chubes4 in #953
- Add WordPress state bundle capture command by @chubes4 in #957
- Exclude runtime substrate from state bundle snapshots by @chubes4 in #958
- Exclude readonly wp-content mounts from snapshots by @chubes4 in #960
- Handle noisy wordpress.bench result output by @chubes4 in #961
- Fix browser route-host fetch disposal by @chubes4 in #962
- Fix routed preview fetch decode failures by @chubes4 in #965
- Stabilize runtime snapshot export boundaries by @chubes4 in #964
- Expose blockers for held admin previews by @chubes4 in #967
- Surface provider registration diagnostics by @chubes4 in #970
- Add reviewer auth bootstrap for held previews by @chubes4 in #973
- Add reviewer access preview contract by @chubes4 in #977
- Decouple agent sandbox boot from Data Machine by @chubes4 in #981
- Remove consumer defaults from plugin substrate by @chubes4 in #983
- Curate runtime-core API exports by @chubes4 in #984
- Add Claude Code provider recipe example by @chubes4 in #978
- Resolve recipe runtime backends through provider seam by @chubes4 in #982
- Extract browser runner bootstrap template by @chubes4 in #980
- Extract agent task recipe builder by @chubes4 in #979
- Remove legacy smoke coverage and compatibility aliases by @chubes4 in #985
- Fix recipe-run terminal phase exit by @chubes4 in #987
- Hydrate missing Composer vendor directories during source prep by @chubes4 in #988
- Ignore root Composer vendor directory by @chubes4 in #989
- Preserve recipe-run activation failure diagnostics by @chubes4 in #993
- Add replay package export step by @chubes4 in #995
- Add component contract staging evidence by @chubes4 in #996
- Prepare local recipe plugins with Composer autoload by @chubes4 in #997
- Fix replay export restore blueprint by @chubes4 in #999
- Normalize replay export PHP versions by @chubes4 in #1001
- Add neutral agent runtime execution signal by @chubes4 in #1003
- Use neutral agent runtime signal by @chubes4 in #1004
- Scope replay export snapshots by @chubes4 in #1005
- fix: guard ability category registration against double-fire _doing_it_wrong notice by @chubes4 in #1006
Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.3/CHANGELOG.md