Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:47 +08:00
commit cfe8a667ad
5 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
description: Sets up code formatting rules and style guidelines in CLAUDE.md
argument-hint: None required - creates standard formatting configuration
---
# Setup Architecture Memory
Create or update CLAUDE.md in with following content, <critical>write it strictly as it is<critical>, do not summaraise or introduce and new additional information:
```markdown
## Code Style Rules
### Code Formatting
- No semicolons (enforced)
- Single quotes (enforced)
- No unnecessary curly braces (enforced)
- 2-space indentation
- Import order: external → internal → types
```