Add agentic config files
This commit is contained in:
51
dotfiles/claude/settings.local.json
Normal file
51
dotfiles/claude/settings.local.json
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(find:*)",
|
||||||
|
"Bash(cat:*)"
|
||||||
|
],
|
||||||
|
"deny": []
|
||||||
|
},
|
||||||
|
"mcp": {
|
||||||
|
"servers": {
|
||||||
|
"gitea-mcp": {
|
||||||
|
"command": "docker",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"-i",
|
||||||
|
"--rm",
|
||||||
|
"-e",
|
||||||
|
"GITEA_ACCESS_TOKEN=ad1e513137d5a15b638f7b4b5f65e1bda1c70cd7",
|
||||||
|
"-e",
|
||||||
|
"GITEA_BASE_URL=https://dev.railbird.ai",
|
||||||
|
"docker.gitea.com/gitea-mcp-server"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"GITEA_ACCESS_TOKEN": "ad1e513137d5a15b638f7b4b5f65e1bda1c70cd7",
|
||||||
|
"GITEA_BASE_URL": "https://dev.railbird.ai"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"chrome-devtools": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"chrome-devtools-mcp@latest",
|
||||||
|
"--auto-connect"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"imap-email": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "imap-email-mcp"],
|
||||||
|
"env": {
|
||||||
|
"IMAP_USER": "IvanMalison@gmail.com",
|
||||||
|
"IMAP_PASSWORD": "iiobqyuuczibsnmi",
|
||||||
|
"IMAP_HOST": "imap.gmail.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"enabledMcpjsonServers": [
|
||||||
|
"chrome-devtools",
|
||||||
|
"imap-email"
|
||||||
|
],
|
||||||
|
"enableAllProjectMcpServers": true
|
||||||
|
}
|
||||||
51
dotfiles/codex/config.toml
Normal file
51
dotfiles/codex/config.toml
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
model = "gpt-5.2-codex"
|
||||||
|
model_reasoning_effort = "high"
|
||||||
|
personality = "pragmatic"
|
||||||
|
[projects."/home/imalison/Projects/nixpkgs"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/dotfiles"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/Projects/railbird"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/Projects/subtr-actor"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/Projects/google-messages-api"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/Projects/scrobble-scrubber"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/temp"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/Projects/org-agenda-api"]
|
||||||
|
trust_level = "untrusted"
|
||||||
|
|
||||||
|
[projects."/home/imalison/org"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[notice]
|
||||||
|
hide_gpt5_1_migration_prompt = true
|
||||||
|
"hide_gpt-5.1-codex-max_migration_prompt" = true
|
||||||
|
|
||||||
|
[notice.model_migrations]
|
||||||
|
"gpt-5.2" = "gpt-5.2-codex"
|
||||||
|
|
||||||
|
[mcp_servers.chrome-devtools]
|
||||||
|
command = "npx"
|
||||||
|
args = ["-y", "chrome-devtools-mcp@latest", "--auto-connect"]
|
||||||
|
|
||||||
|
[mcp_servers.observability]
|
||||||
|
command = "npx"
|
||||||
|
args = ["-y", "@google-cloud/observability-mcp"]
|
||||||
|
|
||||||
|
[mcp_servers.gmail]
|
||||||
|
command = "nix"
|
||||||
|
args = ["run", "/home/imalison/Projects/gmail-mcp#gmail-mcp-server"]
|
||||||
Reference in New Issue
Block a user