# Version Control ## Git - Use Git as the version control system. - Public repo: https://git.mlnp.fr/FAPG/fapg-daq ## AI Agent Commits - Commits created by an AI agent must indicate so in `user.name` and `user.email`: - `user.name`: concatenate agent model name and current agent effort - `user.email`: a generic email clearly identifying the company that developed the agent - AI commits must follow the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/). - AI commits should include the list of changes in the commit body. ## Conventional Commits Format: `type(scope): description` Types used in this project: - `feat(dashboard):` — new feature - `fix(dashboard):` — bug fix - `refactor(dashboard):` — code restructuring - `test(dashboard):` — test additions/changes - `chore:` — maintenance tasks