docs(disk-pressure): take the byte totals unattended before asking a human #860
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure!860
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/uq98-unattended-forgejo"
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?
Follow-up to #859, which is merged. Refs coilyco-flight-deck/node-stats-mcp#26, and pairs with node-stats-mcp#28.
The Forgejo measurement reference sent the whole script to an attended operator on the grounds that the guarded surface exposes no
kubectl exec. Only the ownership half actually needs it.Forgejo's data sits on a local-path PVC on the host, so
node-stats-kai-server.get_host_usage_breakdownwithprofile: k3s-storagereports the claim, thedata/git/packagessplit, anddata/attachmentsat depth 3, with no pod access. That depth is node-stats-mcp#28; this change is the doctrine that makes an agent reach for it.Changes
forgejo-measurement.md- take byte totals from the MCP first. Scope the operator handoff to what only PostgreSQL can answer: which repository, which release or issue, and which age bucket own the bytes. The attachment SQL added in #859 is now framed as the attended half rather than as a fix for the manual labour.classification.md- check the profiles before asking a human to run adu.root,var,var-lib,k3s-storage, andpod-ephemeralcover the whole tree, and the last two report three levels deep, which is what a--max-depthwalk was being hand-run for.The
raw-du-guardrails.mdwarning is unchanged and still applies to anyduthat is genuinely hand-run.Verification
disk-pressure-watch-testpasses andpre-commit run --all-filesis clean on this branch rebased onto currentmain.The recycle-report half of that test needs GNU
date -d, so it only completes on Linux. Pre-existing and unrelated; verified here against a GNUdateshim.🤖 Generated with Claude Code