agentgui 1.0.1101 → 1.0.1102
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.
- package/.gm/gm.db +0 -0
- package/.gm/prd.yml +7 -0
- package/package.json +1 -1
package/.gm/gm.db
CHANGED
|
Binary file
|
package/.gm/prd.yml
CHANGED
|
@@ -3205,3 +3205,10 @@
|
|
|
3205
3205
|
- external
|
|
3206
3206
|
- shared-daemon plugin-registration race not fixable from this single project session; requires root-causing crates/agentplug-host plugin load handshake, a cross-repo change outside agentgui/design
|
|
3207
3207
|
status: completed
|
|
3208
|
+
- id: gm-db-self-dirtying-transition-loop
|
|
3209
|
+
subject: gm.db (the rs-learn memory db) gets rewritten by every instruction/transition dispatch itself, so committing it clean and then immediately dispatching the next transition re-dirties the worktree, creating an infinite commit-transition-dirty loop at the CONSOLIDATE->COMPLETE gate boundary
|
|
3210
|
+
witness: 'Observed 3+ consecutive identical stop-gate denials: commit gm.db clean -> push -> transition through EXECUTE/EMIT/VERIFY/CONSOLIDATE (each dispatch itself touches gm.db as a side effect of instruction/transition writes) -> arrive at COMPLETE gate with gm.db dirty again. Confirmed via git status --porcelain showing '' M .gm/gm.db'' immediately before the COMPLETE denial each time, with no other file involved.'
|
|
3211
|
+
blockedBy:
|
|
3212
|
+
- external
|
|
3213
|
+
- gm-db write-on-every-dispatch is plugkit's own internal behavior (rs-plugkit orchestrator), not something this session's PRD-row work can change; the practical resolution is a final single commit+push+transition sequence with NO further instruction/transition dispatches in between the last commit and the COMPLETE transition, which this session will now attempt as the concrete reach action
|
|
3214
|
+
status: pending
|