Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
9 changes: 9 additions & 0 deletions .claude/rules/PROJECT_RULES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Project Rules

Project-specific rules and guidelines that apply to this codebase.

Rules in `.claude/rules/` are automatically loaded by Claude Code at session start.
Add project-specific patterns, conventions, and requirements below.

---

45 changes: 45 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"env": {
"BASH_DEFAULT_TIMEOUT_MS": "1800000",
"BASH_MAX_TIMEOUT_MS": "7200000",
"CLAUDE_DEBUG": "0",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"ENABLE_LSP_TOOL": "1"
},
"attribution": {
"commit": "馃 Generated with Claude Code\n\nCo-Authored-By: Claude",
"pr": "馃 Generated with Claude Code"
},
"permissions": {
"deny": [
"Read(./.entire/metadata/**)"
]
},
"enabledPlugins": {
"lisa@lisa": true,
"safety-net@cc-marketplace": true,
"code-simplifier@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"coderabbit@claude-plugins-official": true,
"sentry@claude-plugins-official": true,
"skill-creator@claude-plugins-official": true,
"atlassian@claude-plugins-official": true,
"lisa-typescript@lisa": true,
"typescript-lsp@claude-plugins-official": true
},
"extraKnownMarketplaces": {
"CodySwannGT/lisa": {
"source": {
"source": "github",
"repo": "CodySwannGT/lisa"
}
},
"kenryu42/cc-marketplace": {
"source": {
"source": "github",
"repo": "kenryu42/cc-marketplace"
}
}
},
"plansDirectory": "./plans"
}
Loading
Loading