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>
12 lines
312 B
Markdown
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.
|