- Fixed duplicate headings in Field Manual and Configuration.md by using bold text for repetitive sub-sections
- Added missing language identifiers to fenced code blocks
- Fixed header increment issues
- Moved docs/Configuration.md to scripts/docs/Configuration.md
- Updated docs/README.md to point to new location
- Updated internal links in Configuration.md to be relative to new location
- README.md: Update requirements.txt and runner.py paths
- .gitbook.yaml: Fix chapter count (24 → 51) and date (Jan 2026)
- Configuration.md: Update all script paths to new structure
- Remove broken links to non-existent files
- Extracted all code examples from handbook chapters
- Organized into 15 attack categories
- Created shared utilities (api_client, validators, logging, constants)
- Added workflow orchestration scripts
- Implemented install.sh for easy setup
- Renamed all scripts to descriptive functional names
- Added comprehensive README and documentation
- Included pytest test suite and configuration