agentgui 1.0.1071 → 1.0.1072

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
@@ -3106,4 +3106,5 @@
3106
3106
  witness: agentgui pushed f08f698 to origin/main (fast-forward from 89121d5, confirmed via git diff origin/main HEAD before push). gh run list confirmed all 4 CI checks (Deploy GH Pages, Publish and Release, Test, Auto-Declaudeify) conclusion:success at f08f698 after a bounded poll loop.
3107
3107
  - id: docstudio-cue-agents-md-44
3108
3108
  subject: Record the run in AGENTS.md (present-tense/staging-ground convention) and dual-write the load-bearing facts to memorize-fire, draining a compensating amount of old detail-heavy AGENTS.md entries per the documentation policy
3109
- status: pending
3109
+ status: completed
3110
+ witness: 'AGENTS.md gained a new 44th-run entry (present-tense/staging-ground convention) and CHANGELOG.md gained a matching one-entry-per-commit-family summary. Compensating drain: the detail-heavy 40th-run entry was compressed from ~2200 words of inline detail to a one-line pointer, with the substance dual-written to memorize-fire (mem-2f4fd06515abf439-2562, the new 44th-run fact) alongside the 40th-run drain reference. Committed 8e54c2e, pushed, all 4 CI checks green.'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1071",
3
+ "version": "1.0.1072",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",