# Reorg mapping (chore/reorg-bmp)

This file summarizes the automated reorganization performed on Jan 28, 2026.

Summary of changes:

- Moved admin docs: `ADMIN_*.md`, `SUPER_ADMIN_MANAGEMENT_DOCUMENTATION.md` → `docs/admin/`
- Moved testing docs: `TEST_*.md`, `TESTING_*`, `PHASE_I_TESTING_REPORT.md` → `docs/testing/`
- Moved database docs: `README_DATABASE_CONSOLIDATION.md`, `DATABASE_*` → `docs/database/`
- Moved implementation & CV docs: `IMPLEMENTATION_*`, `CV_*`, `FINAL_REPORT.txt` → `docs/implementation/`
- Moved architecture docs: `SEARCH_*`, `SCHEMA_CONSOLIDATION_SUMMARY.md` → `docs/architecture/`
- Moved ad-hoc scripts: `test_*.php`, `test_*.ps1`, `check_*.php`, `performance-test.php`, `show-admins.php` → `scripts/`

Removed files (cleaned from workspace):
- `tmp_search_response*.json`, `tmp_admin_search_response.json` (temporary search response files)
- Generated Blade compiled views under `storage/framework/views/*.php`

Added/updated:
- `.gitignore` — ignore patterns for generated views and tmp files
- `scripts/cleanup.ps1` — cleanup helper
- `scripts/README.md`
- `docs/README.md`
- `docs/REORG_MAPPING.md` (this file)
- `README.md` — short note linking to `docs/`

Notes & next steps:
- Repository did not have a `.git` directory, so these file-level moves were performed on the filesystem and a backup was made at `backup/reorg-before-20260128/`.
- If you use git, initialize the repo (`git init`) and commit on a branch like `chore/reorg-bmp` so changes are tracked and can be PR'd.
- I can initialize git and create a branch & commit if you want me to do that here.
