Skip to content
Merged
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
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ Relevant resources (use the deepwiki mcp `ask_question` tool for repos):
### Coding Agent Configuration Locations

1. OpenCode:
- global: `~/.opencode`
- global: `$XDG_CONFIG_HOME/.opencode` (default: `~/.config/.opencode`, Windows: `%APPDATA%\\.opencode`)
- local: `.opencode` in the project directory
2. Claude Code:
- global: `~/.claude`
- local: `.claude` in the project directory
3. Copilot CLI:
- global: `~/.config/.copilot`
- global: `~/.config/.copilot` (Windows: `%APPDATA%\\.copilot`)
- local: `.github` in the project directory

## Tips
Expand Down
2 changes: 1 addition & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.66",
"@anthropic-ai/claude-agent-sdk": "^0.2.68",
"@azure/monitor-opentelemetry": "^1.16.0",
"@clack/prompts": "^1.1.0",
"@commander-js/extra-typings": "^14.0.0",
Expand Down

Large diffs are not rendered by default.

330 changes: 330 additions & 0 deletions specs/claude-sdk-discovery-and-atomic-config-sync-alignment.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/AGENTS.md

This file was deleted.

113 changes: 0 additions & 113 deletions src/CLAUDE.md

This file was deleted.

Loading
Loading