mson group docs

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:

  1. Fork or clone the repository
  2. Make your changes following the documentation standards in AGENTS.md
  3. Run hugo server locally to preview your changes
  4. Ensure npx markdownlint-cli content/**/*.md passes
  5. Submit a merge request with a clear description of your improvements