Living catalogue of confirmed hazard patterns in agent-studio. Each entry documents a real bug we've shipped. Invoke this skill during debugging and code review to check against known failure modes.
Symptom: Glob patterns match correctly in CI (Linux) but silently fail on developer machines (Windows).
Root cause: path.relative() returns backslash-separated paths on Windows (nodemodules\foo), but glob patterns use forward slashes. [^/] in regex won't block \.
Lebender Katalog mit 7 bekannten Gefahreneinträgen (SE-01 bis SE-07), die speziell für Agent-Studio gelten: Windows-Backslash-Pfade, Prototypverschmutzung, Hook-Exit-Codes, asynchrones Verschlucken, ReDoS in Glob-to-Regex, DST-Arithmetik, Array-Mutation während der Iteration. Jeder Eintrag: Symptom, Grundursache, Fehlerbehebung, Testaussage. Quelle: oimiragieo/agent-studio.