- 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
6 lines
158 B
JSON
6 lines
158 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {},
|
|
"model": "anthropic/claude-sonnet-4-5",
|
|
"small_model": "anthropic/claude-haiku-4-5"
|
|
}
|