# Issues Archive This folder contains archived issues that have been resolved or are no longer active. ## Structure - **`resolved/`** - Issues that have been resolved and documented - Future categories can be added as needed (e.g., `duplicate/`, `wontfix/`, `invalid/`) ## Archive Process When an issue is resolved: 1. Update the issue file with a "Resolution" section 2. Change status from `captured` to `resolved` 3. Add resolution date 4. Document what was fixed and how 5. Move the file to `archive/resolved/` ## Purpose - Keep active issues visible in the main `docs/issues/` folder - Maintain historical record of resolved issues - Allow for easy reference to past solutions - Support project documentation and knowledge retention --- **Location**: `docs/issues/archive/` **Related**: `docs/issues/README.md` - Main issues capture system