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
Copy file name to clipboardExpand all lines: CLAUDE.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
StateOfDev.ma is an annual survey website for software developers in Morocco, created by the GeeksBlaBla Morocco Community. Built with Astro (v4), React, and Firebase, it collects anonymous responses and displays interactive results using charts and visualizations.
8
8
9
+
## Rules
10
+
11
+
- In all interactions and commit messages, be extremely concise and sacrifice grammar for the sake of concision.
12
+
13
+
- At the end of each plan, give me a list of unresolved questions to answer, if any. Make the questions extremely concise. Sacrifice grammar for the sake of concision.
14
+
15
+
- DO NOT write tests unless explicitly requested
16
+
17
+
- DO NOT run dev server - assume already running
18
+
19
+
- Add code comments sparingly - focus on "why", not "what". Only add comments if the code is not self-explanatory.
20
+
21
+
- Your primary method for interacting with GitHub should be the GitHub CLI.
0 commit comments