• Installation Guide
    • Your First Memory
    • Core Concepts
    • Architecture
    • REST API Server
    • MemOS Examples
    • API Development Guide
    • MemCube
    • MemReader
    • MemScheduler
    • MemChat
    • MemFeedback
    • Memory Modules Overview
    • KV Cache Memory
    • Parametric Memory
    • Performance Tuning
    • Network Environment Adaptation
    • Common Errors & Solutions
    • Configuring Memos MCP in Coze Space
    • Contributing to MemOS
    • Setting Up
    • Development Workflow
    • Commit Guidelines
    • Documentation Writing Guidelines
    • How to Write Unit Tests
  • API Reference

Commit Guidelines

Please follow the Conventional Commits format:

  • feat: for new features
  • fix: for bug fixes
  • docs: for documentation updates
  • style: for formatting changes (no code logic change)
  • refactor: for code refactoring
  • test: for adding or updating tests
  • chore: for other maintenance tasks
  • ci: for CI/CD or workflow related changes

Example:feat: add user authentication

Development Workflow

Documentation Writing Guidelines

This project uses Nuxt Content to build a documentation system that supports Markdown and rich Vue components.

Community

  • Edit on GitHub
  • Star on GitHub