chore: add OpenCode configuration
- Add AGENTS.md with comprehensive project rules and guidelines - Add opencode.json with model configuration (Sonnet 4.5 + Haiku 4.5) - Add .ignore to exclude build artifacts and generated files - Enable AI-assisted development with proper monorepo context
This commit is contained in:
parent
b71fe338c5
commit
c1af7a2bde
3 changed files with 247 additions and 0 deletions
6
opencode.json
Normal file
6
opencode.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {},
|
||||
"model": "anthropic/claude-sonnet-4-5",
|
||||
"small_model": "anthropic/claude-haiku-4-5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue