molock 0.2.0

High-performance mock server for CI/CD pipelines and testing
1
2
3
4
5
6
7
8
9
10
# Molock Project Guidelines

This file contains the foundational mandates and project context for all AI agents working on Molock.

## ⛔ CRITICAL MANDATE: BRANCH PROTOCOL
- **NEVER COMMIT DIRECTLY TO `main`**: Any direct commit or push to the `main` branch is a violation of core project integrity.
- **ALWAYS USE FEATURE BRANCHES**: Every change, no matter how small, MUST be developed on a feature branch (`feature/` or `fix/`) and merged via a Pull Request.
- **CHECK BRANCH BEFORE COMMIT**: Always run `git branch --show-current` before committing to ensure you are NOT on `main`.

## Core Mandates