List fleet-diff in the session tool inventory #48
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/memory!48
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/fleet-diff-inventory"
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?
Adds one line to the tool inventory agents read at session start.
No machine changes; this repo is Markdown that agents read, not code that runs. What changes is that an agent looking for a way to check which machines a change rebuilds now finds one. What stays identical: every other entry, and every convention. What proves it: a one-line diff. If it is wrong, the line is inaccurate rather than harmful — revert it.
fleet-diffshipped in allod/tools#136 and is on the dev-box PATH (allod/archetypes#68) and the host PATH (allod/nexus#38).allod.mdlists the tools a session actually uses, andagent-behavior.mdopens by telling agents to check for a project tool before falling back to raw shell — a tool absent from the inventory fails that instruction silently.The entry states the contract compactly, because the part worth knowing is not the flags but that a run without an expectation asserts nothing and exits 0. An agent that treats a report-only run as a passing gate has proved nothing, which is the one way this tool can mislead.
Deliberately not added: any rule requiring a fleet diff before particular merges. That is proposed in the
strategydevelopment-process brainstorm and has not been adopted, andmemoryrecords adopted conventions rather than proposals.Risk
R0. One line in a documentation repo.
Validation
git diff --statshows one file, one inserted line, nothing deleted. No other memory file mentionedfleet-diffbefore this — checked with a repo-wide grep, which is how the gap was found. The command shape in the entry matches the shipped--helpoutput.