FOLDER INDEX
📁 Mobius Systems Documentation — Folder Index¶
Master directory structure guide for the documentation portal
Last Updated: 2025-11-29
Status: Reorganized and indexed
📚 Classification System¶
All documentation follows a Dewey Decimal-inspired classification:
| Number | Category | Description |
|---|---|---|
| 000 | Meta-Documentation | Indices, navigation, system documentation |
| 100 | Introduction | Getting started, handbooks, onboarding |
| 200 | Theoretical Foundations | Philosophy, theory, manifestos |
| 300 | Governance & Policy | Constitution, policies, procedures |
| 400 | Technical Architecture | System design, DVA, MEMT |
| 500 | Implementation | Deployment, development guides |
| 600 | Operations | Runbooks, processes, protocols |
| 700 | Research & Publications | Whitepapers, research, blueprints |
| 800 | Reference | APIs, schemas, quick references |
| 900 | Appendices & Archives | Supporting materials, historical docs |
📂 Directory Structure¶
docs/
├── INDEX.md ← Master Entry Point
├── README.md ← Portal Overview
├── 00-START-HERE.md ← Quick start for new users
│
├── 00-META/ [000] Meta-Documentation
│ ├── FOLDER_INDEX.md ← You are here
│ ├── MASTER_INDEX.md ← Complete document catalog
│ ├── SUBJECT_INDEX.md ← Topic-based index
│ ├── NAVIGATION_GUIDE.md ← How to navigate docs
│ └── LATEX_INDEX.tex ← Academic citations
│
├── 00-START-HERE/ [000] Getting Started
│ ├── README.md ← Onboarding overview
│ ├── FAQ.md ← Frequently asked questions
│ └── GLOSSARY.md ← Terms and definitions
│
├── 01-INTRODUCTION/ [100] Introduction
│ └── README.md ← Introduction materials
│
├── 02-THEORETICAL-FOUNDATIONS/ [200] Theory & Philosophy
│ ├── theory/ ← Theoretical frameworks
│ ├── manifesto/ ← Philosophical manifestos
│ └── labor-theory/ ← Labor theory documents
│
├── 03-GOVERNANCE-AND-POLICY/ [300] Governance
│ ├── governance/ ← Governance structures
│ ├── constitution/ ← Constitutional documents
│ ├── policy/ ← Policy documents
│ └── hr/ ← HR frameworks
│
├── 04-TECHNICAL-ARCHITECTURE/ [400] Architecture
│ ├── overview/ ← Architecture overviews
│ ├── dva/ ← DVA system docs
│ ├── memt/ ← MEMT documentation
│ └── diagrams/ ← Technical diagrams
│
├── 05-IMPLEMENTATION/ [500] Implementation
│ ├── guides/ ← Implementation guides
│ │ ├── deployment/ ← Deployment guides
│ │ ├── development/ ← Development guides
│ │ └── quickstart/ ← Quick start guides
│ └── security/ ← Security implementation
│
├── 06-OPERATIONS/ [600] Operations
│ ├── processes/ ← Operational processes
│ │ ├── runbooks/ ← Operational runbooks
│ │ └── rituals/ ← Team rituals
│ └── observability/ ← Monitoring & observability
│
├── 07-RESEARCH-AND-PUBLICATIONS/ [700] Research
│ ├── whitepapers/ ← Published whitepapers
│ ├── blueprints/ ← System blueprints
│ ├── encyclopedia/ ← Knowledge encyclopedia
│ ├── tokenomics/ ← Economic research
│ └── outreach/ ← Academic outreach
│
├── 08-REFERENCE/ [800] Reference Materials
│ ├── INDEX.md ← Reference index
│ ├── ACADEMIC_INDEX.md ← Academic taxonomy
│ ├── DOCUMENT_REGISTRY.md ← Document inventory
│ └── REPOSITORY_STRUCTURE.md ← Repo organization
│
├── 09-APPENDICES/ [900] Appendices
│ ├── glossary/ ← Glossary materials
│ ├── templates/ ← Document templates
│ └── diagrams/ ← Supporting diagrams
│
├── 10-ARCHIVES/ [Archive] Historical Documents
│ ├── README.md ← Archive guide
│ ├── archive/ ← General archive
│ ├── legacy/ ← Legacy numbered folders
│ │ ├── 01-philosophy/ ← Archived philosophy docs
│ │ ├── 01-whitepapers/ ← Archived whitepapers
│ │ ├── 03-architecture/ ← Archived architecture
│ │ ├── 03-specifications/ ← Archived specifications
│ │ ├── 04-guides/ ← Archived guides
│ │ ├── 05-research/ ← Archived research
│ │ ├── 05-security/ ← Archived security docs
│ │ ├── 06-specifications/ ← Archived specifications
│ │ ├── 08-processes/ ← Archived processes
│ │ ├── 09-communications/ ← Archived communications
│ │ └── 09-reports/ ← Archived reports
│ ├── audits/ ← Archived audits
│ ├── consensus-chamber/ ← Archived consensus sessions
│ ├── duplicates/ ← Duplicate resolution
│ ├── fixes/ ← Archived fixes
│ ├── genesis/ ← Genesis documents
│ ├── integrations/ ← Archived integrations
│ ├── jade/ ← Archived jade docs
│ ├── labs/ ← Archived lab docs
│ ├── optimizations/ ← Archived optimizations
│ └── root-files/ ← Archived root files
│
├── 11-SUPPLEMENTARY/ [Supplementary] Topic-Specific Content
│ ├── about/ ← About information
│ ├── agents/ ← Agent documentation
│ ├── /api/ ← API documentation
│ ├── architecture/ ← Additional architecture
│ ├── attestations/ ← Attestation records
│ ├── audits/ ← Audit reports
│ ├── blueprints/ ← Blueprint documents
│ ├── c115-zenith-integration/ ← Integration records
│ ├── codex/ ← Codex documentation
│ ├── companions/ ← Companion profiles
│ ├── consensus-chamber/ ← Consensus documentation
│ ├── constitution/ ← Constitution documents
│ ├── design/ ← Design documentation
│ ├── drift/ ← Drift control docs
│ ├── dva/ ← DVA integration docs
│ ├── encyclopedia/ ← Encyclopedia docs
│ ├── fixes/ ← Fix documentation
│ ├── founding-agents/ ← Founding agent configs
│ ├── genesis/ ← Genesis documents
│ ├── governance/ ← Governance docs
│ ├── handbook/ ← User handbook
│ ├── intelligence/ ← Intelligence classification
│ ├── jade/ ← JADE documentation
│ ├── lab7/ ← Lab7 documentation
│ ├── labor/ ← Labor theory
│ ├── ledger/ ← Ledger documentation
│ ├── manifesto/ ← Manifesto documents
│ ├── mic/ ← MIC specifications
│ ├── observability/ ← Observability docs
│ ├── onboarding/ ← Onboarding materials
│ ├── optimizations/ ← Optimization docs
│ ├── outreach/ ← Outreach materials
│ ├── philosophy/ ← Philosophy documents
│ ├── policy/ ← Policy documents
│ ├── product/ ← Product documentation
│ ├── protocols/ ← Protocol documentation
│ ├── rituals/ ← Ritual documentation
│ ├── security/ ← Security documentation
│ ├── sentinels/ ← Sentinel documentation
│ ├── specs/ ← Specifications
│ ├── theory/ ← Theory documents
│ └── tokenomics/ ← Tokenomics docs
│
├── assets/ [Static] Assets
│ └── (logos, css, images)
│
├── badges/ [Static] Badges
│ └── (SVG badges)
│
├── diagrams/ [Static] Diagrams
│ └── (diagram images)
│
└── figures/ [Static] Figures
└── (figure images)
🔄 Reorganization Summary¶
What Changed (2025-11-29)¶
Archived Duplicate Numbered Folders: - 01-philosophy → 10-ARCHIVES/legacy/01-philosophy - 01-whitepapers → 10-ARCHIVES/legacy/01-whitepapers - 03-architecture → 10-ARCHIVES/legacy/03-architecture - 03-specifications → 10-ARCHIVES/legacy/03-specifications - 04-guides → 10-ARCHIVES/legacy/04-guides - 05-research → 10-ARCHIVES/legacy/05-research - 05-security → 10-ARCHIVES/legacy/05-security - 06-specifications → 10-ARCHIVES/legacy/06-specifications - 08-processes → 10-ARCHIVES/legacy/08-processes - 09-communications → 10-ARCHIVES/legacy/09-communications - 09-reports → 10-ARCHIVES/legacy/09-reports
Renamed: - 07-reference → 08-REFERENCE (to match 800 classification)
Created: - 11-SUPPLEMENTARY/ (for unnumbered topic folders)
Moved to 11-SUPPLEMENTARY: - 47 unnumbered topic folders consolidated
📋 Quick Reference¶
By Classification Number¶
| Number | Folder | Contents |
|---|---|---|
| 00 | 00-META/, 00-START-HERE/ | Indices, navigation, getting started |
| 01 | 01-INTRODUCTION/ | Introduction materials |
| 02 | 02-THEORETICAL-FOUNDATIONS/ | Philosophy, theory, manifestos |
| 03 | 03-GOVERNANCE-AND-POLICY/ | Governance, constitution, policy |
| 04 | 04-TECHNICAL-ARCHITECTURE/ | System architecture, DVA, MEMT |
| 05 | 05-IMPLEMENTATION/ | Deployment, development guides |
| 06 | 06-OPERATIONS/ | Runbooks, processes, operations |
| 07 | 07-RESEARCH-AND-PUBLICATIONS/ | Whitepapers, research, publications |
| 08 | 08-REFERENCE/ | APIs, schemas, references |
| 09 | 09-APPENDICES/ | Supporting materials |
| 10 | 10-ARCHIVES/ | Historical, archived documents |
| 11 | 11-SUPPLEMENTARY/ | Topic-specific supplementary docs |
Static Resource Folders¶
| Folder | Contents |
|---|---|
assets/ | Logos, CSS, JavaScript |
badges/ | SVG badges |
diagrams/ | Diagram images |
figures/ | Figure images |
📞 Getting Help¶
- Documentation Issues: Report Issue
- Navigation Questions: See NAVIGATION_GUIDE.md
- Finding Documents: See MASTER_INDEX.md
Classification: 000 - Meta-Documentation
Status: Published
Document ID: FOLDER-INDEX-2025-001
"Organization is the memory of intention."
"We heal as we walk." — Founder's Seal