Add Iron Constitution to Claude.MD — boss authority, brand sanctity, … #3918
3 changed files+21−0
Added.claude/settings.json+15−0View fileUnifiedSplit
@@ -0,0 +1,15 @@
1{
2 "$schema": "https://json.schemastore.org/claude-code-settings.json",
3 "hooks": {
4 "SessionStart": [
5 {
6 "hooks": [
7 {
8 "type": "command",
9 "command": "printf '%s\\n' '=== MARCO REID IRON CONSTITUTION — MANDATORY READING ===' && sed -n '1,160p' Claude.MD && printf '\\n%s\\n' '=== END CONSTITUTION — obey every Article. Craig is the boss. ==='"
10 }
11 ]
12 }
13 ]
14 }
15}
Modified.gitignore+1−0View fileUnifiedSplit
@@ -40,3 +40,4 @@ next-env.d.ts
4040
4141# Claude Code internal (worktrees, sessions)
4242.claude/
43!.claude/settings.json
Modifiedapp/(marketing)/page.tsx+5−0View fileUnifiedSplit
@@ -40,6 +40,11 @@ export default function HomePage() {
4040 <SchemaMarkup schema={organizationSchema} />
4141 <SchemaMarkup schema={softwareSchema} />
4242
43 {/* DEPLOY CANARY — orange band so Craig can confirm updates are flowing */}
44 <div className="bg-orange-500 py-4 text-center text-lg font-bold uppercase tracking-widest text-white">
45 🟧 MARCO REID — DEPLOY CANARY ACTIVE 🟧
46 </div>
47
4348 {/* ============================================================ */}
4449 {/* HERO — The grand entrance */}
4550 {/* ============================================================ */}
4651
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts