TokenfluxA
Token and context efficiency discipline for coding work. Use at the start of any coding task that involves exploring a repository, reading files, or running commands — especially in large codebases or long sessions. Gather the minimum context needed to act correctly — search before reading, read targeted ranges, filter command output, avoid redundant reads and tool calls — while never trading correctness for token savings.
ai-agentsshellnode