Console/claude.md
jean-philippe b476c2aa1f Refactor documentation structure into modular files
Extracted strict typing standards and response protocol into separate files in .claude-docs/ directory for better maintainability and reduced duplication. CLAUDE.md now serves as a lightweight index with references to detailed documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 09:22:22 -04:00

12 lines
312 B
Markdown

# 🔒 MANDATORY CODING STANDARDS
## Strict Typing - NO EXCEPTIONS
See [.claude-docs/strict-typing.md](.claude-docs/strict-typing.md) for complete typing requirements.
---
## 🗣️ Response Protocol
See [.claude-docs/response-protocol.md](.claude-docs/response-protocol.md) for complete protocol details.