debug
Fail
Audited by Runlayer on Mar 12, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (1)
debug/SKILL.mdHIGH
90.2%
Risky tool definition detected
Decide class of failure: timeout/stall, app-server startup failure, turn failure, or orchestrator retry loop. ## Commands ```bash # 1) Narrow by ticket key (fastest entry point) rg -n "issue_identifier=MT-625" log/symphony.log* # 2) If needed, narrow by Linear UUID rg -n "issue_id=<linear-uuid>" log/symphony.log* # 3) Pull session IDs seen for that ticket rg -o "session_id=[^ ;]+" log/symphony.log* | sort -u # 4) Trace one session end-to-end rg -n "session_id=<thread>-<turn>" log/symphony.log* #
Audit Metadata