Skip to content
Open
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
15 changes: 0 additions & 15 deletions .claude/settings.local.json → .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
"Bash(cp:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(rm:*)",
"Bash(touch:*)",
"Bash(go mod init:*)",
"Bash(tree:*)",
"Bash(git rm:*)",
"Bash(./bin/linear-agent:*)",
"WebFetch(domain:linear.app)",
"Bash(cat:*)",
"Bash(git push:*)",
Expand All @@ -30,37 +28,24 @@
"Bash(brew install:*)",
"Bash(goreleaser check:*)",
"Bash(goreleaser build:*)",
"Bash(./dist/linear-agent_darwin_arm64_v8.0/linear-agent:*)",
"Bash(git tag:*)",
"Bash(goreleaser release:*)",
"Bash(tar:*)",
"Bash(./linear-agent version)",
"Bash(./linear-agent --help)",
"Bash(./dist/linear-agent --help)",
"Bash(chmod:*)",
"Bash(go get:*)",
"Bash(./linear-agent config)",
"Bash(./linear-agent config init)",
"Bash(./linear-agent config set log_level debug)",
"Bash(./linear-agent config set polling_interval 30s)",
"Bash(git restore:*)",
"Bash(go mod:*)",
"Bash(go list:*)",
"Bash(./bin/linear-mcp-server:*)",
"Bash(true)",
"WebFetch(domain:docs.anthropic.com)",
"Bash(mv:*)",
"Bash(./install-mcp.sh:*)",
"Bash(codesign:*)",
"Bash(xattr:*)",
"Bash(/Users/joa23/.local/bin/linear-mcp-server status)",
"WebFetch(domain:developers.linear.app)",
"Bash(source:*)",
"Bash(go install:*)",
"Bash(go run:*)",
"Bash(~/.local/bin/linear-mcp-server:*)",
"Bash(gh release create:*)",
"Bash(say \"Joa23, I''ve fixed most tests but there are 21 remaining failures in the linear package due to enhanced error messages\")",
"WebSearch",
"WebFetch(domain:www.anthropic.com)",
"WebFetch(domain:dev.to)",
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ coverage.out
# Linear project config (generated by 'linear init')
.linear.yaml

# Personal Claude Code settings
.claude/settings.local.json

# Marketing content (not for repo)
marketing/

Expand Down