This repository follows the shared documentation standard:
This file documents repository-specific documentation rules only.
README.mdmust stay concise and act as the main human entry point.AGENTS.mdmust stay operational and tell AI agents which files to read first.- Topic-specific documentation must live in the matching file under
docs/. - Shared engineering rules must be linked from
mpt-extension-skillsinstead of copied into this repository. - When changing setup, usage, testing, or architecture behavior, update the corresponding document in the same change.
docs/usage.mdis the source of truth for installation, configuration, examples, and supported command entry points.
README.md: overview, quick start, and documentation mapAGENTS.md: AI-agent entry point and reading orderusage.md: install, configure, and use the clientarchitecture.md: repository structure and major abstractionslocal-development.md: Docker-only local setup and executiontesting.md: repository-specific testing strategycontributing.md: repository workflow and shared-standard linksrql.md: RQL query builder guide
Prefer updating the smallest relevant document instead of creating overlapping summary files.