docs: Relocate root-level documentation files and consolidate duplicates#521
Merged
Conversation
Remove temporary and redundant files: - Delete EXPLORATION_SUMMARY.md (temporary analysis document) - Delete THREAD_SYSTEM_CAPABILITIES_SUMMARY.md (content merged into docs/FEATURES.md) Reorganize documentation structure: - Move ARCHITECTURE_DIAGRAM.md to docs/ directory - Rename docs/advanced/01-ARCHITECTURE.md to ARCHITECTURE.md - Rename docs/advanced/02-API_REFERENCE.md to API_REFERENCE.md - Update Korean variants (ARCHITECTURE.kr.md, API_REFERENCE.kr.md) Update cross-references: - Update README.md links to reflect new file locations - Remove numbered prefixes from advanced documentation This consolidation improves documentation organization and follows ecosystem documentation standards by keeping all docs in docs/ directory and removing redundant numbering schemes. Closes #519
23 tasks
Contributor
📊 Performance Benchmark ResultsPerformance Benchmark ReportNo benchmark data available. ℹ️ No baseline reference availableThis is the first benchmark run or baseline file is missing. |
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
…#521) Remove temporary and redundant files: - Delete EXPLORATION_SUMMARY.md (temporary analysis document) - Delete THREAD_SYSTEM_CAPABILITIES_SUMMARY.md (content merged into docs/FEATURES.md) Reorganize documentation structure: - Move ARCHITECTURE_DIAGRAM.md to docs/ directory - Rename docs/advanced/01-ARCHITECTURE.md to ARCHITECTURE.md - Rename docs/advanced/02-API_REFERENCE.md to API_REFERENCE.md - Update Korean variants (ARCHITECTURE.kr.md, API_REFERENCE.kr.md) Update cross-references: - Update README.md links to reflect new file locations - Remove numbered prefixes from advanced documentation This consolidation improves documentation organization and follows ecosystem documentation standards by keeping all docs in docs/ directory and removing redundant numbering schemes. Closes #519
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.
Summary
Relocates documentation files from root level to appropriate
docs/subdirectories and removes duplicate/temporary documents to improve repository organization.Changes Made
Files Deleted
EXPLORATION_SUMMARY.md- Temporary analysis document, no longer neededTHREAD_SYSTEM_CAPABILITIES_SUMMARY.md- Content consolidated intodocs/FEATURES.mdFiles Moved
ARCHITECTURE_DIAGRAM.md→docs/ARCHITECTURE_DIAGRAM.mdFiles Renamed
docs/advanced/01-ARCHITECTURE.md→docs/advanced/ARCHITECTURE.mddocs/advanced/02-API_REFERENCE.md→docs/advanced/API_REFERENCE.mddocs/advanced/01-ARCHITECTURE.kr.md→docs/advanced/ARCHITECTURE.kr.mddocs/advanced/02-API_REFERENCE.kr.md→docs/advanced/API_REFERENCE.kr.mdCross-Reference Updates
README.mdto reference new file locationsBenefits
README.mdandREADME.kr.mdremain)docs/FEATURES.mdVerification
Related Issues
Closes #519
Test Plan
docs/FEATURES.mdcontains comprehensive feature documentationREADME.mdpoint to correct locations