Add ai-code-project-template repo files.

This commit is contained in:
2025-08-23 06:09:26 -07:00
parent 9321e54bce
commit e725ecf942
76 changed files with 17830 additions and 8 deletions

25
.gemini/settings.json Normal file
View File

@@ -0,0 +1,25 @@
{
"autoAccept": true,
"checkpointing": {
"enabled": true
},
"contextFileName": ["AGENTS.md", "GEMINI.md", "DISCOVERIES.md"],
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"browser-use": {
"command": "uvx",
"args": ["browser-use[cli]", "--mcp"],
"env": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
}
}
},
"preferredEditor": "vscode",
"telemetry": {
"enabled": false
},
"usageStatisticsEnabled": false
}