Loose files under .task/resources/ are invisible to seat accounting #44
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
One task currently holds 80 loose files directly under
.task/resources/.resource listreports four seats and none of the files:resource showrefuses them:Earlier in the same task those loose files totalled 1.29 GiB — six git bundles and two tarballs, the largest 518 MiB. Audit reported
memory: WARN 1.3 GiBwhile the four enumerated seats summed to about 7 MiB.Consequence
The WARN names a direction but no object. Concord cannot delete bytes inside its own managed tree, so the operator has to
du -sh .task/resources/*andrm— which is exactly the raw mutation the skill exists to replace. In this case that meant removing 1.29 GiB by hand, and separately proving the deleted bundles were reconstructible, with no help from Concord at any step.Proposal
Report
N bytes across M entries outside allocated seatsas an audit observation, so the WARN resolves to something. Then either letresource removetarget an exact unmanaged path underresources/, or offer an explicit adopt-into-seat migration.