Skip to content

Instantly share code, notes, and snippets.

View chrisipanaque's full-sized avatar
💻
Available for work!

Christiam Ipanaque | Full Stack AI Engineer chrisipanaque

💻
Available for work!
View GitHub Profile
@chrisipanaque
chrisipanaque / opencode_config.json
Created July 4, 2026 11:43
OpenCode AI config to deny read access to .env, node_modules, build artifacts, cache dirs and ask before bash execution
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "ask"
},
"read": {
"*": "allow",
"**/.env": "deny",
"**/.env.*": "deny",