From 6af7b4406e7b949cb3fd7adb8da945ebbb99fe23 Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Thu, 27 Aug 2026 19:53:18 -0600 Subject: [PATCH 1/2] docs: add organization profile guidance --- AGENTS.md | 7 +++++++ opencode.json | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..8468aaa --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Agent Instructions + +This repository owns public Make IT Work Cloud organization-profile content. + +Keep changes limited to profile/community-facing metadata and public documentation. Reusable Actions belong in `shared-workflows`; organization infrastructure policy belongs in `tfroot-github`; charts and live GitOps state have their own canonical repositories. + +Use GitHub MCP and PR checks for validation. Do not publish secrets, tokens, private endpoints, operational credentials, or personal data. diff --git a/opencode.json b/opencode.json index 3115709..6376bc7 100644 --- a/opencode.json +++ b/opencode.json @@ -1,9 +1,4 @@ { "$schema": "https://opencode.ai/config.json", - "mcp": { - "argocd-makeitwork": {"enabled": false} - }, - "tools": { - "argocd-makeitwork_*": false - } + "instructions": ["AGENTS.md"] } From 4f6de49affb6fd9ea67f72462eee251187683bab Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Thu, 27 Aug 2026 20:01:32 -0600 Subject: [PATCH 2/2] chore: remove obsolete local OpenCode overlay --- opencode.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 opencode.json diff --git a/opencode.json b/opencode.json deleted file mode 100644 index 6376bc7..0000000 --- a/opencode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "instructions": ["AGENTS.md"] -}