Created: April 7, 2026 Status: Draft - Pending Review
- 141 markdown files in
docs/root (too many) - 18 subdirectories already exist (good foundation)
- Multiple redundant/overlapping documents
- Legacy implementation docs mixed with current docs
- Missing documentation for recent features
Move files from docs/ root to appropriate subdirectories:
AGENT_GOVERNANCE.md→agents/governance.mdAGENT_GOVERNANCE_LEARNING_INTEGRATION.md→agents/governance-learning.mdAGENT_GRADUATION_GUIDE.md→agents/graduation.mdAGENT_GUIDANCE_IMPLEMENTATION.md→agents/guidance-system.mdAGENT_MARKETPLACE.md→agents/marketplace.mdAGENTS.md→agents/overview.mdSTUDENT_AGENT_TRAINING_IMPLEMENTATION.md→agents/training.md
AI_DEBUG_QUICK_START.md→intelligence/debug-quickstart.mdAI_DEBUG_SYSTEM.md→intelligence/debug-system.mdEPISODIC_MEMORY_IMPLEMENTATION.md→intelligence/episodic-memory.mdWORLD_MODEL_IMPLEMENTATION.md→intelligence/world-model.mdGRAPHRAG_AND_ENTITY_TYPES.md→intelligence/graphrag.mdai-world-model.md→intelligence/world-model-guide.md
CANVAS_AGENT_LEARNING_INTEGRATION.md→canvas/agent-learning.mdCANVAS_AI_ACCESSIBILITY.md→canvas/ai-accessibility.mdCANVAS_FEEDBACK_EPISODIC_MEMORY.md→canvas/feedback-memory.mdCANVAS_QUICK_REFERENCE.md→canvas/quick-reference.mdCANVAS_RECORDING_IMPLEMENTATION.md→canvas/recording.mdCANVAS_STATE_API.md→canvas/state-api.mdLLM_CANVAS_SUMMARIES.md→canvas/llm-summaries.md
ADVANCED_SKILL_EXECUTION.md→integrations/advanced-skills.mdATOM_OPENCLAW_FEATURES.md→integrations/openclaw-features.mdBROWSER_AUTOMATION.md→integrations/browser-automation.mdBROWSER_QUICK_START.md→integrations/browser-quickstart.mdCOMMUNITY_SKILLS.md→integrations/community-skills.mdDEVICE_CAPABILITIES.md→integrations/device-capabilities.mdINTEGRATIONS.md→integrations/overview.mdATOM_CLI_SKILLS_GUIDE.md→integrations/cli-skills.md
MARKETPLACE_CONNECTION_GUIDE.md→marketplace/connection.mdMARKETPLACE_UPDATE_SUMMARY.md→marketplace/update-summary.mdMARKETPLACE_ANALYTICS.md→marketplace/analytics.mdSKILL_MARKETPLACE_GUIDE.md→marketplace/skills.md
TESTING_INDEX.md→testing/index.mdTESTING_ONBOARDING.md→testing/onboarding.mdTESTING_IMPLEMENTATION_PROGRESS.md→testing/progress.mdE2E_TESTING_GUIDE.md→testing/e2e.mdMOBILE_TESTING_GUIDE.md→testing/mobile.mdPROPERTY_TESTING_PATTERNS.md→testing/property-testing.mdCROSS_PLATFORM_COVERAGE.md→testing/cross-platform.mdCROSS_PLATFORM_PROPERTY_TESTING.md→testing/cross-platform-property.mdDESKTOP_COVERAGE.md→testing/desktop.mdDESKTOP_TESTING_GUIDE.md→testing/desktop-guide.md
DEPLOYMENT.md→operations/deployment.mdDEPLOYMENT_GUIDE.md→operations/deployment-guide.mdPERSONAL_EDITION.md→operations/personal-edition.mdMONITORING_GUIDE.md→operations/monitoring.mdPERFORMANCE_TUNING.md→operations/performance.mdPRODUCTION_READINESS.md→operations/production-readiness.mdROLLBACK_PROCEDURE.md→operations/rollback.md
ARCHITECTURE.md→platform/architecture.mdTECHNICAL_OVERVIEW.md→platform/technical-overview.mdDATABASE_ARCHITECTURE.md→platform/database.mdSINGLE_TENANT.md→platform/single-tenant.mdPLATFORM.md→platform/overview.md
API.md→api/overview.mdAPI_DOCUMENTATION_INDEX.md→api/index.mdAPI_TYPE_GENERATION.md→api/type-generation.mdFRONTEND_TO_BACKEND_API.md→api/frontend-backend.md
DEVELOPMENT.md→development/overview.mdDEVELOPMENT_SETUP.md→development/setup.mdCODE_QUALITY_GUIDE.md→development/code-quality.mdBUILD.md→development/build.md
PACKAGE_SECURITY.md→security/packages.mdPYTHON_PACKAGES_DEPLOYMENT.md→security/python-packages.mdNPM_PACKAGE_SUPPORT.md→security/npm-packages.md
ATOM_VS_OPENCLAW.md→features/atom-vs-openclaw.mdUSE_CASES.md→features/use-cases.mdFEATURE_MATRIX.md→features/matrix.md
-
Agent Governance (3 files → 1)
AGENT_GOVERNANCE.mdAGENT_GOVERNANCE_LEARNING_INTEGRATION.md- Merge into
agents/governance.mdwith sections
-
Canvas Documentation (6 files → 3)
CANVAS_QUICK_REFERENCE.md+CANVAS_STATE_API.md→canvas/reference.md- Keep separate:
canvas/implementation.md,canvas/ai-features.md
-
Testing Documentation (10 files → 5)
- Merge coverage docs into
testing/coverage.md - Merge property testing into
testing/property-testing.md - Keep guides separate
- Merge coverage docs into
-
Deployment (3 files → 2)
- Merge
DEPLOYMENT.md+DEPLOYMENT_GUIDE.md→operations/deployment.md - Keep
operations/personal-edition.mdseparate
- Merge
Move to docs/archive/legacy/:
ATOM_SAAS_SYNC_DEPLOYMENT.md(SaaS-specific)CITATION_SYSTEM_GUIDE.md(superseded by world-model docs)DEEPLINK_IMPLEMENTATION.md(implementation detail, not user-facing)MEMORY_INTEGRATION_GUIDE.md(superseded)MENUBAR_*files (platform-specific, move toarchive/menubar/)MOBILE_*implementation files (move toarchive/mobile/)NATIVE_SETUP.md(outdated)PHASE_*files (implementation history)PROPERTY_TESTING_PATTERNS.md(if duplicated in testing/)PYTHON_PACKAGES.md→ consolidate withsecurity/python-packages.md- All
*_IMPLEMENTATION.mdfiles (unless actively referenced)
- WhatsApp Multi-Tenant OAuth →
integrations/whatsapp-oauth.md - Marketplace Sync & Analytics →
marketplace/sync-analytics.md - Meta-Agent Routing →
agents/meta-agent.md - Fleet Admiral →
agents/fleet-admiral.md - Intent Classifier →
intelligence/intent-classifier.md - Single-Tenant Architecture →
platform/single-tenant.md(exists, verify)
- Troubleshooting Guide →
guides/troubleshooting.md - FAQ →
guides/faq.md - Migration Guide (for updates) →
guides/migration.md - Configuration Reference →
reference/configuration.md
- Update all markdown links to new paths
- Update
README.mddocumentation section - Update
docs/README.mdindex - Update
docs/INDEX.mdif it exists - Update
CLAUDE.mddocumentation references
docs/
├── README.md # Main documentation hub
├── USER_GUIDE_INDEX.md # User documentation index
├── INDEX.md # Complete documentation index
│
├── agents/ # Agent System
│ ├── overview.md
│ ├── governance.md
│ ├── graduation.md
│ ├── training.md
│ ├── guidance-system.md
│ ├── meta-agent.md
│ ├── fleet-admiral.md
│ └── marketplace.md
│
├── intelligence/ # AI & Memory
│ ├── episodic-memory.md
│ ├── world-model.md
│ ├── graphrag.md
│ ├── intent-classifier.md
│ ├── debug-system.md
│ └── cognitive-tiers.md
│
├── canvas/ # Canvas & Presentations
│ ├── overview.md
│ ├── implementation.md
│ ├── ai-features.md
│ ├── state-api.md
│ └── reference.md
│
├── integrations/ # Integrations
│ ├── overview.md
│ ├── browser-automation.md
│ ├── community-skills.md
│ ├── cli-skills.md
│ ├── device-capabilities.md
│ └── whatsapp-oauth.md
│
├── marketplace/ # Marketplace
│ ├── connection.md
│ ├── skills.md
│ ├── analytics.md
│ └── sync.md
│
├── testing/ # Testing & Quality
│ ├── index.md
│ ├── onboarding.md
│ ├── e2e.md
│ ├── mobile.md
│ ├── desktop.md
│ ├── property-testing.md
│ └── coverage.md
│
├── operations/ # Operations & Deployment
│ ├── deployment.md
│ ├── personal-edition.md
│ ├── monitoring.md
│ ├── performance.md
│ └── production-readiness.md
│
├── platform/ # Platform Architecture
│ ├── architecture.md
│ ├── technical-overview.md
│ ├── database.md
│ └── single-tenant.md
│
├── api/ # API Reference
│ ├── overview.md
│ ├── index.md
│ ├── type-generation.md
│ └── frontend-backend.md
│
├── development/ # Development
│ ├── overview.md
│ ├── setup.md
│ ├── code-quality.md
│ └── build.md
│
├── security/ # Security
│ ├── packages.md
│ ├── python-packages.md
│ └── npm-packages.md
│
├── features/ # Features & Comparisons
│ ├── atom-vs-openclaw.md
│ ├── use-cases.md
│ └── matrix.md
│
├── guides/ # User Guides
│ ├── QUICKSTART.md
│ ├── USER_GUIDE.md
│ ├── troubleshooting.md
│ ├── faq.md
│ └── migration.md
│
├── reference/ # Reference Materials
│ ├── configuration.md
│ ├── environment-vars.md
│ └── cli-commands.md
│
└── archive/ # Archived Documentation
├── legacy/
├── menubar/
├── mobile/
└── phases/
- Create new directory structure
- Move Agent System docs
- Move Intelligence docs
- Move Canvas docs
- Move Integration docs
- Move Marketplace docs
- Move Testing docs
- Move Operations docs
- Move Platform docs
- Move API docs
- Move Development docs
- Move Security docs
- Move Features docs
- Consolidate Agent Governance docs (3→1)
- Consolidate Canvas docs (6→3)
- Consolidate Testing docs (10→5)
- Consolidate Deployment docs (3→2)
- Review and merge other redundant docs
- Move legacy implementation docs
- Move SaaS-specific docs
- Move platform-specific docs
- Move phase completion docs
- Update archive index
- Add WhatsApp OAuth guide
- Add Marketplace Sync guide
- Add Meta-Agent documentation
- Add Fleet Admiral guide
- Add Intent Classifier docs
- Add Troubleshooting guide
- Add FAQ
- Add Migration guide
- Add Configuration reference
- Update README.md links
- Update docs/README.md links
- Update docs/INDEX.md links
- Update CLAUDE.md references
- Verify all internal links work
- Root docs folder: 141 files → ~20 files (hubs and indexes)
- Clear navigation: User can find any doc in <3 clicks
- No redundancy: Each topic documented once
- Complete coverage: All recent features documented
- Working links: All internal links verified
- Preserve all file history using
git mv - Create redirect pages for commonly-accessed moved docs
- Update all documentation indexes after moves
- Run link checker to verify no broken links
- Archive rather than delete to preserve history