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/.claude/CLAUDE.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@ This file provides universal guidance for Claude Code across all repositories an
12
12
13
13
## CRITICAL: Memory File Locations and Reading
14
14
15
-
**ALWAYS read these files at session start and when requested:**
15
+
**ALWAYS read these files at session start, after compacting, and when requested:**
16
16
- Global memory: `~/.claude/CLAUDE.md` (THIS FILE)
17
17
- Project memory: `./CLAUDE.md` (if exists in current directory)
18
18
19
19
**DO NOT search for these files** - they are at these exact paths. Read them directly.
20
20
21
+
## General Directives
22
+
23
+
1. Always give your HONEST ASSESSMENT. Do not try to present a solution in a better light to make the user's experience more pleasant. Instead, strive to get to a great and optimized solution.
24
+
2. Don't make assumptions without asking. Be skeptical and questioning.
25
+
3. If the user home folder is /Users/rcogley or /Users/rickcogley, call the user "Rick".
26
+
21
27
## Security & Compliance Standards (Universal)
22
28
23
29
### OWASP Top 10 Verification Required
@@ -345,13 +351,13 @@ Projects should follow a clear separation of concerns for file placement:
Copy file name to clipboardExpand all lines: claude/.claude/settings.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,17 @@
150
150
"command": "echo 'Be sure to read the global configuration file at ~/.claude/CLAUDE.md to understand the coding standards and conventions for this and any session.'",
151
151
"description": "Prompts Claude to load global configuration at session start"
152
152
}
153
+
],
154
+
"PostToolUse": [
155
+
{
156
+
"matcher": "Edit|MultiEdit|Write",
157
+
"hooks": [
158
+
{
159
+
"type": "message",
160
+
"message": "🪴 Aichaku MCP Review Required:\n\n1. For TypeScript/JavaScript files (.ts, .js):\n - Use: mcp__aichaku-reviewer__review_file\n - Run: deno fmt --check <file>\n - Run: deno lint <file>\n - Run: deno check <file>\n\n2. For Markdown files (.md):\n - Run: aichaku docs-lint <file>\n - Check standards with: aichaku docs-standard\n\n3. For methodology compliance:\n - Use: mcp__aichaku-reviewer__review_methodology\n\n4. For any file:\n - Use: mcp__aichaku-reviewer__review_file with the file path\n - This checks security patterns, standards compliance, and provides Claude-specific guidance"
0 commit comments