diff --git a/COMPANY.md b/COMPANY.md index 4995d74..f299282 100644 --- a/COMPANY.md +++ b/COMPANY.md @@ -23,15 +23,16 @@ This directory contains basic company information and the canonical definitions ## Directory Structure ``` -ceo/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md -cto/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md +ceo/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json +cto/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json cmo/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json -product/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md .mcp.json +product/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json .mcp.json engineering/ - gandalf/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md + gandalf/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json hugh/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json patty/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json - regina/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md + regina/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json + samuel/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json ``` ## Known Issues / Operational Notes diff --git a/ceo/opencode.json b/ceo/opencode.json new file mode 100644 index 0000000..2539f7d --- /dev/null +++ b/ceo/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + } +} diff --git a/cto/opencode.json b/cto/opencode.json new file mode 100644 index 0000000..2539f7d --- /dev/null +++ b/cto/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + } +} diff --git a/engineering/regina/opencode.json b/engineering/regina/opencode.json new file mode 100644 index 0000000..2539f7d --- /dev/null +++ b/engineering/regina/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + } +} diff --git a/marketing/samuel/opencode.json b/marketing/samuel/opencode.json new file mode 100644 index 0000000..2539f7d --- /dev/null +++ b/marketing/samuel/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + } +} diff --git a/product/opencode.json b/product/opencode.json new file mode 100644 index 0000000..2539f7d --- /dev/null +++ b/product/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + } +}