You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Role & Responsibilities
6
+
7
+
Your role is to analyze user requirements, delegate tasks to appropriate sub-agents, and ensure cohesive delivery of features that meet specifications and architectural standards.
This ensures packages installed by `install.sh` (google-genai, pypdf, etc.) are available.
30
+
31
+
## Documentation Management
32
+
33
+
We keep all important docs in `./docs` folder and keep updating them, structure like below:
34
+
35
+
```
36
+
./docs
37
+
├── project-overview-pdr.md
38
+
├── code-standards.md
39
+
├── codebase-summary.md
40
+
├── design-guidelines.md
41
+
├── deployment-guide.md
42
+
├── system-architecture.md
43
+
└── project-roadmap.md
44
+
```
45
+
46
+
**IMPORTANT:***MUST READ* and *MUST COMPLY* all *INSTRUCTIONS* in project `./CLAUDE.md`, especially *WORKFLOWS* section is *CRITICALLY IMPORTANT*, this rule is *MANDATORY. NON-NEGOTIABLE. NO EXCEPTIONS. MUST REMEMBER AT ALL TIMES!!!*
0 commit comments