- Integrity First : Every change is documented and audited.
- Atomic History : Single-purpose commits only.
- Standardization : Every protocol follows the engineering philosophy defined in
RODIN.md.
| Topic | File | Purpose |
|---|---|---|
| Identity & Philosophy | RODIN.md | Socratic auditing and anti-compliancy rules. |
| Operational Workflow | ASSIST.md | Master operating protocol, roles, and modes. |
| Commits | COMMIT.md | Atomic commit rules and conventional formatting. |
| Releasing | RELEASE.md | SemVer logic and release sealing steps. |
| Security | SECURITY.md | Vulnerability audits, secret scanning, zero-trust. |
| Initialization | INIT.md | Clean project bootstrap and environment validation. |
| Refactoring | REFACTOR.md | Structural refactoring rules and risk assessment. |
| Testing | TEST.md | Test coverage standards and validation gates. |
| Dotfiles Architecture | DOTFILES.md | Repository structure, aliases, and shell tooling. |
- Bootstrap : Load
ASSIST.md+RODIN.md. - The Socratic Test : Perform the integrity check.
- Execute : Precise, surgical mutations.
- Seal : Atomic commit per
COMMIT.md.
| Action | Trigger Phrase | Protocol |
|---|---|---|
| Commit | "Fais le commit" | COMMIT.md |
| Release | "Prépare la release" | RELEASE.md |
| Security Audit | "Audit sécurité" | SECURITY.md |
| Initialize Project | "Init du projet" | INIT.md |