Refactor docs into structured hierarchy with learning materials#11
Merged
Conversation
Co-authored-by: orgito1015 <86354243+orgito1015@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor and organize existing docs directory structure
Refactor docs into structured hierarchy with learning materials
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation was flat with mixed concerns - architecture, roadmap, learning notes, and boot guides all at
/docs/*.md. No tracking of development progress or learning journey.Changes
Directory structure - 9 subdirectories by purpose:
/architecture- System design and implementation/roadmap- Development planning and milestones/refactoring- Code reorganization history/boot- Bootloader and multiboot documentation/virtualization- VM setup and troubleshooting/chapters- Chapter-based learning materials (7 chapters)/learning- Learning index tracking phase progress/journal- Development log with structured entries/research- Reserved for future research notesMoved files - 12 existing docs to appropriate subdirectories using
git mv:ARCHITECTURE.md→/architecture/architecture.md→/architecture/system_overview.md(resolved naming inconsistency)/boot//virtualization//roadmap//refactoring/Learning materials - 7 comprehensive chapters covering Phase 0 through future work:
Each chapter includes: phase alignment, objectives, concepts studied, implementation status, open questions, next actions.
Documentation index -
/docs/README.mddefines:Learning control -
/learning/LEARNING_INDEX.mdtracks:Development journal -
/journal/DEVELOPMENT_LOG.mdprovides:Updated references:
README.md- Reorganized documentation section with categorized linksCONTRIBUTING.md- Updated roadmap reference/refactoring/KERNEL_REFACTORING_SUMMARY.md- Fixed internal pathsGit history preserved for all moved files. No kernel code modified.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.