agentgui 1.0.1101 → 1.0.1103
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: 'Applied the concrete reach action: single git_finalize+git_push sequence with the gm.db drift committed and pushed as 6759072 (confirmed via git status --porcelain empty and git rev-parse HEAD matching origin/main). This is the practical mitigation available from within the session -- the underlying rs-plugkit behavior (writing gm.db on every instruction/transition dispatch) is orchestrator-internal and not fixable from PRD-row work in this repo; documented as the durable resolution shape for any future recurrence of this same stuck-loop class.'
|
|
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: completed
|