# Issue Tracking System
This document is the **single source of truth** for all issue tracking in this crate.
## Issue Index
| 1 | [001](closed/001_escaped_quotes_in_quoted_strings.md) | Critical | 2025-11-01 | 0 | 🟢 (Closed) | [Escaped Quotes in Quoted Strings](closed/001_escaped_quotes_in_quoted_strings.md) | Escape sequence handling bug (misdiagnosed - already implemented) |
## Statistics
- **Total Issues:** 1
- **Open Issues:** 0
- **Closed Issues:** 1
- **Total Regressions:** 0
- **High Priority Open:** 0
## Issue Management Notes
This issue tracking system follows the inclusion criteria defined in the task management rulebook:
- Issues are reserved for bugs that are either **difficult to fix** (>4 hours investigation OR complexity ≥7/10) OR have **regressed at least once**
- Simple bugs are tracked via commit history, test documentation, and source comments only
- Each issue serves as a knowledge repository to prevent recurrence
For more details, see the task management rulebook § Issue Management.