From e06138628c47499c6f3d7f9702f957472d39b9ee Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 2 Feb 2026 18:48:18 -0800 Subject: [PATCH] chore: remove local claude settings --- .claude/settings.local.json | 54 ------------------------------------- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 54 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 905844c3..00000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(npm install:*)", - "Bash(npm test:*)", - "Skill(building-agents-construction)", - "Skill(building-agents-construction:*)", - "Bash(PYTHONPATH=core:exports pytest:*)", - "mcp__agent-builder__create_session", - "mcp__agent-builder__get_session_status", - "mcp__agent-builder__set_goal", - "mcp__agent-builder__list_mcp_servers", - "mcp__agent-builder__test_node", - "mcp__agent-builder__add_node", - "mcp__agent-builder__add_edge", - "mcp__agent-builder__validate_graph", - "Bash(ruff check:*)", - "Bash(PYTHONPATH=core:exports python:*)", - "mcp__agent-builder__list_tests", - "mcp__agent-builder__generate_constraint_tests", - "Bash(python -m agent:*)", - "Bash(python agent.py:*)", - "Bash(python -c:*)", - "Bash(done)", - "Bash(xargs cat:*)", - "mcp__agent-builder__list_mcp_tools", - "mcp__agent-builder__add_mcp_server", - "mcp__agent-builder__check_missing_credentials", - "mcp__agent-builder__store_credential", - "mcp__agent-builder__list_stored_credentials", - "mcp__agent-builder__delete_stored_credential", - "mcp__agent-builder__verify_credentials", - "Bash(PYTHONPATH=/home/timothy/oss/hive/core:/home/timothy/oss/hive/exports python:*)", - "Bash(PYTHONPATH=core:exports:tools/src python -m hubspot_input:*)", - "mcp__agent-builder__export_graph", - "Bash(python3:*)", - "Bash(gh issue list:*)", - "WebFetch(domain:github.com)", - "Bash(pip install:*)", - "Bash(python -m pytest:*)", - "Bash(git checkout:*)", - "Bash(git add:*)", - "Bash(git push:*)", - "Bash(git pull:*)", - "Bash(git stash:*)", - "Bash(git merge:*)" - ] - }, - "enableAllProjectMcpServers": true, - "enabledMcpjsonServers": [ - "agent-builder", - "tools" - ] -} diff --git a/.gitignore b/.gitignore index 9e74ef3c..f2b09874 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,8 @@ exports/* .agent-builder-sessions/* +.claude/settings.local.json + .venv docs/github-issues/*