Welcome to the central documentation hub for the mson GitLab group. This site provides standards, processes, and shared knowledge that apply across all projects in the group.
What You’ll Find Here
This documentation covers:
- Development Standards - Coding conventions, best practices, and quality requirements that ensure consistency across projects
- Processes & Workflows - Collaboration guidelines, development workflows, and maintenance procedures
- Agent Documentation Standards - Guidelines for writing AGENTS.md files and creating documentation for AI coding agents
- Shared Knowledge - Cross-cutting documentation, patterns, and solutions that apply broadly across the group
Who This Is For
This documentation is intended for:
- Contributors working on projects in this group
- AI coding agents that need context about group standards
- Anyone looking to understand how the mson group operates
Contributing
This documentation is maintained in the mson/docs repository on GitLab. We welcome contributions that improve clarity, add missing information, or update outdated content.
To contribute:
- Fork or clone the repository
- Make your changes following the documentation standards in AGENTS.md
- Run
hugo serverlocally to preview your changes - Ensure
npx markdownlint-cli content/**/*.mdpasses - Submit a merge request with a clear description of your improvements