audit is silent about pre-v1 memory envelopes, which then fail at projection time #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment: concord v0.9.0.
Observed
Three of the tasks in the current domain space carry pre-v1
MAIN.md.audit --jsonreports nothing for any of them:The problem surfaces only when a projection is attempted, mid-operation:
That is the point at which an agent has to abandon
memory patchand fall back to whole-filememory write, which is both more dangerous and more expensive.The information already exists
memory phase list --jsonreturns astructuredfield per phase:audit --jsonhas no equivalent forMAIN.md, and itsobservations[]never mentions the envelope version.Proposal
Emit a non-gating memory observation when
MAIN.mdis notconcord-memory:v1, and addstructuredto the audit JSON memory node.The skill's Standing list already claims "memory schema and limit hygiene in audit". Envelope version is not covered by that today, so either the check or the claim should move.