# Planning and Historical Documents

This directory contains planning documents, design decisions, release history, and announcements that provide context for the project's development but are not part of the active documentation.

## Current Planning
- `ROADMAP.md` - Future feature plans and development timeline
- `INI_IMPLEMENTATION_PLAN.md` - Design notes for potential INI format support

## Design Documents
- `TOML_WRITER_DESIGN.md` - Architecture and design decisions for the TOML writer
- `TEST_ORGANIZATION.md` - Test suite organization and strategy
- `PLAN.md` - Original implementation plan

## Historical Records
- `RELEASE_CHECKLIST.md` - Release process checklist
- `RELEASE_SUMMARY_v0.2.0.md` - v0.2.0 release notes
- `CODE_REVIEW.md` - Code review notes
- `CRITICAL_FIXES_APPLIED.md` - Critical bug fixes documentation
- `TABLE_HEADERS_BLOCKER.md` - Technical notes on table header implementation
- `PERFORMANCE_IMPROVEMENTS_SUMMARY.md` - Historical performance work

## Announcements
- `FORUM_ANNOUNCEMENT.md` - Original forum announcement
- `FORUM_ANNOUNCEMENT_CONCISE.md` - Concise version
- `FORUM_ANNOUNCEMENT_v0.4.0.md` - v0.4.0 announcement
- `DISCORD_POST.md` - Discord community post
- `MODULAR_COMMUNITY_SUBMISSION.md` - Submission to Modular community showcase

## Active Documentation

For current, active documentation, see the parent `docs/` directory:
- `../PERFORMANCE.md` - Performance characteristics and benchmarking
