research-agent-tmp-residue-pattern-in-redash-analysis

Research agents dispatched to analyze GitHub repos leave predictable temp file residue in /tmp: patterns include redash_, viz_, chart_, qr_, regviz*, dest_*, pkg.json, pyproject.toml. These are NOT cleaned automatically and will fail the Universal Completion Gate temp-residue check. Always run find /tmp /root/downloads -type f -mmin -60 before session close after any repo-analysis agent dispatch.