agentgui 1.0.1028 → 1.0.1029

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 (2) hide show
  1. package/.gm/prd.yml +2 -1
  2. package/package.json +1 -1
package/.gm/prd.yml CHANGED
@@ -2605,7 +2605,8 @@
2605
2605
  - id: run32-push-ci
2606
2606
  subject: Push both repos (kit + agentgui) and watch CI green on both
2607
2607
  notes: standing CONSOLIDATE requirement
2608
- status: pending
2608
+ status: completed
2609
+ witness: design repo pushed 3c28e8c (fix a11y+dx) - CI green (Deploy GH Pages + Publish 247420 to npm, both success). agentgui repo pushed 34587bc (gui fixes) then 4e39513 (AGENTS.md drain) - both commits' CI runs (Test/Deploy GH Pages/Publish and Release/Auto-Declaudeify, 4 workflows) all completed success on the final HEAD 4e39513. .ci-validated marker written with content key (not body - discovered+fixed the fs_write verb payload-key gotcha this turn, memorized) matching head_sha 4e395134dca48f59acfea01bbda64c7f7b13a12b == current git rev-parse HEAD.
2609
2610
  - id: typography-rhythm-lede-misuse-settings
2610
2611
  subject: 'gui-ux-craft run32 confirmed finding: typography-rhythm-lede-misuse-settings'
2611
2612
  notes: from gui-ux-craft workflow wf_1413e6ba-ed0 confirmed findings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1028",
3
+ "version": "1.0.1029",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",