feat(guide): add Production Safety Rules (v3.9.11)
Add comprehensive production safety guide for teams deploying Claude Code in production environments with 6 critical rules: - Port Stability: Prevent accidental port changes breaking configs - Database Safety: Backup enforcement via PreToolUse hooks - Feature Completeness: No TODOs for core functionality - Infrastructure Lock: Protect docker-compose, Dockerfile, terraform - Dependency Safety: Block unapproved npm packages - Pattern Following: Enforce codebase conventions Adapted from community "10 non-negotiable CLAUDE.md rules" (6/10 integrated, 4/10 already covered). Verified gaps using grepai searches. Target audience: 20% production teams. Cross-references added in ultimate-guide.md (section 3.1) and adoption-approaches.md (Medium/Large teams). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
95eca423a2
commit
868d3513b2
8 changed files with 870 additions and 9 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
**Written with**: Claude (Anthropic)
|
||||
|
||||
**Version**: 3.9.9 | **Last Updated**: January 2026
|
||||
**Version**: 3.9.11 | **Last Updated**: January 2026
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -411,4 +411,4 @@ where.exe claude; claude doctor; claude mcp list
|
|||
|
||||
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
|
||||
|
||||
*Last updated: January 2026 | Version 3.9.9*
|
||||
*Last updated: January 2026 | Version 3.9.11*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue