What problem does it solve? Prevents re-litigating closed incidents and re-breaking intentional design decisions in the Marine Video Portal repo by providing a git-verified index of every past failure, its root cause, and a mandatory DO-NOT list. ## Core Features & Use Cases - Incident Log: Nine documented incidents (FA-1 through FA-9) with symptom, root cause, git-verified evidence, resolution, and DO-NOT constraints, covering ESLint pinning, Redis env var resolution, silent catch blocks, and homepage performance. - Deliberate Oddities Registry: Catalogs things that look like bugs but are intentional, such as the missing lockfile, the disabled react-hooks/set-state-in-effect rule, and SHA-256 signing mandated by the bunny.net API. - Open Items Tracking: Honest list of unresolved issues like open CodeQL alerts and orphaned pvp:* Redis keys, with explicit instructions not to fix them unprompted. - Use Case: Before modifying lib/redis.js, lib/bunny.js signing code, or ESLint config, consult this log to check whether the change was already tried, reverted, or deliberately shaped by a past incident. ## Quick Start Ask the agent to check the failure-archaeology log before changing the Redis client or re-enabling a disabled lint rule.