diff options
Diffstat (limited to 'dot_copilot')
| -rw-r--r-- | dot_copilot/mcp-config.json | 9 | ||||
| -rw-r--r-- | dot_copilot/settings.json | 7 | ||||
| -rw-r--r-- | dot_copilot/symlink_copilot-instructions.md | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/dot_copilot/mcp-config.json b/dot_copilot/mcp-config.json new file mode 100644 index 0000000..1440afe --- /dev/null +++ b/dot_copilot/mcp-config.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "openaiDeveloperDocs": { + "type": "http", + "url": "https://developers.openai.com/mcp", + "tools": ["*"] + } + } +} diff --git a/dot_copilot/settings.json b/dot_copilot/settings.json new file mode 100644 index 0000000..5f7b9b2 --- /dev/null +++ b/dot_copilot/settings.json @@ -0,0 +1,7 @@ +{ + "model": "claude-opus-4.6", + "effortLevel": "max", + "autoUpdate": false, + "includeCoAuthoredBy": false, + "experimental": true +} diff --git a/dot_copilot/symlink_copilot-instructions.md b/dot_copilot/symlink_copilot-instructions.md new file mode 100644 index 0000000..b69d663 --- /dev/null +++ b/dot_copilot/symlink_copilot-instructions.md @@ -0,0 +1 @@ +../.codex/AGENTS.md |
