agentgui 1.0.1087 → 1.0.1088

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 +0 -12
  2. package/package.json +1 -1
package/.gm/prd.yml CHANGED
@@ -3142,15 +3142,3 @@
3142
3142
  notes: docstudio utils/dom-busy.js:5-20 withButtonBusy disables the triggering button + aria-busy + label swap + guaranteed restore via try/finally, dropping re-entry while busy. agentgui had zero button.disabled guards anywhere in app.js. Ported as withBusy() in overlay-primitives.js (raw-DOM utility alongside trapTab/useLongPress), wired onto ACP restart, agent re-check, and both agent-list retry buttons.
3143
3143
  status: completed
3144
3144
  witness: 'Kit built+tested (bun test.js all pass, all lints pass, docs regenerated 0 drift), rebased onto v0.0.354/v0.0.355 cleanly, pushed c7da8c0->bee6ab7, kit CI (Publish/Deploy-GH-Pages/ci) all green. agentgui: browser-witnessed via agent-browser CLI (independent of the broken gm-plugkit spool) - withBusy() live-executed against a real button showed calls:1 for two concurrent invocations (second correctly dropped), disabled:true/aria-busy:true/label swap mid-flight, full restore after; all 4 call-site wirings confirmed present via regex against the live-served /gm/js/app.js source. agentgui pushed 6c8c6bc->ea402c1, all 4 CI checks green.'
3145
- - id: kit-spreadsheet-preview-component
3146
- subject: Add SpreadsheetPreview kit component (tabbed spreadsheet/CSV inline preview, ported from docstudio xls-preview.js)
3147
- notes: '49th docstudio-mining run: exhaustive fresh survey of all 33 remaining unexamined docstudio files found no new component-worthy gaps except this long-deferred one. Implement design/src/components/spreadsheet-preview.js: workbook/activeSheet/onSheetChange/maxRows/maxCols/truncated/loading/error props, tablist of sheet tabs, sticky-header numeric-aligned table, reuses existing Skeleton/Alert primitives, persistent non-blocking truncation banner, generic error-fallback action. Barrel-export through src/components.js per standing rule.'
3148
- status: pending
3149
- - id: kit-spreadsheet-preview-docs-lint-build
3150
- subject: Build+lint+regenerate docs for SpreadsheetPreview and rebuild dist
3151
- notes: 'After implementing spreadsheet-preview.js: run bun test.js (must all pass), node scripts/build.mjs (0 lint errors, glyph lint, spacing lint), node scripts/generate-component-docs.mjs to keep docs/component-props.md in sync (a prior run''s CI caught exactly this drift), rebuild dist/247420.{js,css}.'
3152
- status: pending
3153
- - id: kit-spreadsheet-preview-push-vendor
3154
- subject: Push kit change, re-vendor into agentgui, browser-witness live
3155
- notes: 'git_finalize the design kit repo, then re-vendor dist/247420.{js,css} into agentgui site/app/vendor/anentrypoint-design/, push agentgui, browser-witness the new component live (or via a targeted node/browser eval since no live call site exists yet - at minimum import+render a smoke instance and confirm 4 states render without error: loading, loaded-with-tabs, truncated banner, error fallback).'
3156
- status: pending
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1087",
3
+ "version": "1.0.1088",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",