Numbering System

This document describes the original documentation numbering system used before migrating to mdBook.

Original System

Documents were numbered with a two-digit prefix:

NumberDocumentPurpose
00ARCHITECTURESystem design
01ROADMAPDevelopment phases
02TECH-SPECTechnical specifications
03DEV-SETUPDevelopment environment
04IMPLEMENTATION-GUIDECode structure
05CLI-SPECIFICATIONCommand-line interface
06TESTINGTest strategy
07CI-CDContinuous integration
08SECURITYSecurity guidelines
09PERFORMANCEPerformance optimization
10PROJECT-STATUSCurrent status

Rationale

The numbering system provided:

  • Clear reading order for new contributors
  • Easy reference in discussions
  • Logical progression from architecture to implementation

Migration to mdBook

In Phase 5.5, documentation migrated to mdBook structure:

Mapping

OldNew
docs/00-ARCHITECTURE.mddocs/src/development/architecture.md
docs/01-ROADMAP.mddocs/src/project/roadmap.md
docs/06-TESTING.mddocs/src/development/testing.md
docs/08-SECURITY.mddocs/src/security/overview.md
docs/10-PROJECT-STATUS.mddocs/src/project/status.md

Benefits of Migration

  • Better navigation with SUMMARY.md
  • Searchable documentation
  • Web-based viewing
  • Organized by topic rather than number

Legacy References

Some internal documents may still reference numbered files. Use this mapping to find the current location.

See Also