From 82f73419796b35df12946d41ebf7699a0c1505a2 Mon Sep 17 00:00:00 2001 From: "black.terminal" <64269417+subkoks@users.noreply.github.com> Date: Wed, 17 Jun 2026 22:44:15 +0100 Subject: [PATCH 1/2] chore(claude): harden .claude/ gitignore (keep settings.json, ignore local perms) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e721e0b..9afdb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -55,10 +55,13 @@ Thumbs.db *.swo # Agent runtime (not project config) -.claude/projects/ .cursor/projects/ .cursor/plans/ # Companion repo with subproject code lives separately # Pushed as subkoks/SolanaIdeasLab-projects projects/ + +# Claude Code (commit shared settings; ignore machine-local perms + transcripts) +.claude/* +!.claude/settings.json From 59c5369b0b079b47220976c36513b89816d9d18d Mon Sep 17 00:00:00 2001 From: "black.terminal" <64269417+subkoks@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:33:44 +0100 Subject: [PATCH 2/2] chore(docs): add solana-reviewer pre-ship note Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index f30a431..3ed8234 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,6 +9,8 @@ agent rules live in `AGENTS.md` — load them: Key documents: `MASTER-PLAN.md`, `ARCHITECTURE.md`, `MARKET-MAP.md`, `GAP-ANALYSIS.md`, `tech-stack.md`, and the `ideas/` backlog. +**Pre-ship (any Solana code):** run `solana-reviewer` subagent before shipping code that signs or submits transactions. + ## Cloud sessions (Claude Code on the web) This repo is cloud-ready. A `SessionStart` hook (`.claude/settings.json` ->