[WIP] Clean up and organize files into folders#153
Conversation
Co-authored-by: P4X-ng <223870169+P4X-ng@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| - **Full Guide:** [BOOTKIT_DEFENSE_WORKFLOW.md](BOOTKIT_DEFENSE_WORKFLOW.md) | ||
| - **Progressive Recovery:** [docs/PROGRESSIVE_RECOVERY.md](docs/PROGRESSIVE_RECOVERY.md) | ||
| - **UUEFI Guide:** [docs/UUEFI_V3_GUIDE.md](docs/UUEFI_V3_GUIDE.md) | ||
| - **Getting Started:** [GETTING_STARTED.md](GETTING_STARTED.md) |
There was a problem hiding this comment.
Relative links broken after moving file into docs/
Medium Severity
The resource links were copied verbatim from the root QUICK_REFERENCE.md into docs/QUICK_REFERENCE.md without adjusting relative paths. Since the file now lives in docs/, the link BOOTKIT_DEFENSE_WORKFLOW.md resolves to docs/BOOTKIT_DEFENSE_WORKFLOW.md (doesn't exist), docs/PROGRESSIVE_RECOVERY.md resolves to docs/docs/PROGRESSIVE_RECOVERY.md (doesn't exist), docs/UUEFI_V3_GUIDE.md resolves to docs/docs/UUEFI_V3_GUIDE.md (doesn't exist), and GETTING_STARTED.md resolves to docs/GETTING_STARTED.md (doesn't exist). All four links are broken.


Repository Cleanup and Organization Plan
Phase 1: Documentation Organization
docs/folderdocs/reviews/docs/implementation/Phase 2: Remove/Consolidate Empty Files
Phase 3: Configuration & Artifact Organization
Phase 4: Validation
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Note
Low Risk
Documentation-only changes (file move + content rewrite) with no impact on runtime code, build, or security behavior; main risk is broken links or readers relying on the old root path.
Overview
Moves the Quick Reference card from the repository root into
docs/QUICK_REFERENCE.mdand replaces the previous mixed container/TUI/task-runner command list with a three-stage bootkit defense quickstart (create SecureBoot media → install & verify → recovery options), including the escalation table, troubleshooting, and key command snippets.Net effect is documentation-only reorganization:
QUICK_REFERENCE.mdis removed from the root and the canonical quick reference is now underdocs/.Written by Cursor Bugbot for commit 9ce4c11. Configure here.