This documentation will help you understand how to use the service provided by this codebase.
The codebase interface initiative is a set of principles that aim to promote the ease of use of codebases across languages and frameworks for multiple audiences.
This repository follows the Codebase Interface Principles — for a better experience for everyone who works with it.
| Link | Description |
|---|---|
| CONTRIBUTING | Guidelines for contributing to this service. |
| LANGUAGE | Ubiquitous language used for this codebase and service. |
| DOCS | Extended and online documentation for this service. |
| RUNBOOK | How to support this service in production. |
| SUPPORT | Contact support for this service. |
| CHANGELOG | A log of all notable changes made to this service. |
| TODO | Outstanding tasks and ideas for this service. |
| AGENTS | AI agent based documentation to support with AI assisted tasks. |
To set up the development environment and enable automatic changelog generation:
# Install dependencies
task setupThis will install required dependencies (MkDocs, plugins) for local development.
Note: The changelog is automatically generated via GitHub Actions when commits are pushed to main. Make sure to follow the Conventional Commits specification for proper changelog generation.