| 1 | # Git Domain Status v1 |
| 2 | |
| 3 | ## Scope |
| 4 | |
| 5 | Operational Git workflow, safety guardrails, and recovery patterns for daily engineering work. |
| 6 | |
| 7 | ## Completion State |
| 8 | |
| 9 | Status: **Done v1** |
| 10 | |
| 11 | Completed artifacts: |
| 12 | |
| 13 | - `playbook-git-workflow-v1.md` |
| 14 | - `kb-git-safety-and-recovery-rules-v1.md` |
| 15 | |
| 16 | ## Definition of Done Check |
| 17 | |
| 18 | - Core workflow defined: done. |
| 19 | - Safety guardrails defined: done. |
| 20 | - Recovery baseline defined: done. |
| 21 | - Index/README linkage established: done. |
| 22 | |
| 23 | ## Active Guardrails |
| 24 | |
| 25 | - Prefer reversible operations first. |
| 26 | - No force rewrite on shared protected branches by default. |
| 27 | - Keep commits logical and reviewable. |
| 28 | - Explicitly isolate secret-handling mistakes and rotate credentials if leaked. |
| 29 | |
| 30 | ## Maintenance Policy |
| 31 | |
| 32 | - Refresh when recurring Git incidents appear (merge loops, accidental force, recovery events). |
| 33 | - Expand rules with concrete postmortem patterns from active repositories. |
| 34 | |
| 35 | |
View only · write via MCP/CIDE