diff --git a/CLAVITOR-PRINCIPLES.md b/CLAVITOR-PRINCIPLES.md index 15a68c4..865b78a 100644 --- a/CLAVITOR-PRINCIPLES.md +++ b/CLAVITOR-PRINCIPLES.md @@ -1180,4 +1180,105 @@ The feature will mature separately from these architectural principles. --- +## Part 10 — Git workflow + +### Commit philosophy + +**Commit early, commit often.** A commit is a save point, not a publish event. +- One logical change per commit — don't mix bug fix + refactoring + new feature +- If you can't explain the commit in one sentence, it's too big — split it +- Work-in-progress commits are fine locally; clean up before sharing + +### Commit message format + +``` +: + +: (optional but encouraged) + +