Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` ->
Expand Down
Loading