Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 3.39 KB

File metadata and controls

74 lines (53 loc) · 3.39 KB

MCOS Documentation

This directory contains all project documentation organized by topic.

Quick Links

Documentation Structure

Design decisions, architectural patterns, and system organization.

Binary protocol specifications and serialization guides.

Guide for implementing protocol message handlers.

Testing strategies and session replay documentation.

Operational tasks and improvement tracking.

External references and data exports.

Technical notes and implementation details.

Contributing to Documentation

When adding new documentation:

  1. Choose the appropriate subdirectory based on topic
  2. Use clear, descriptive filenames (UPPERCASE for major docs, lowercase for notes)
  3. Update this index with a link to the new document
  4. Cross-reference related documents where applicable