diff --git a/OWNER_PROFILE.md b/OWNER_PROFILE.md index b35bd9a..a0cf49c 100644 --- a/OWNER_PROFILE.md +++ b/OWNER_PROFILE.md @@ -120,7 +120,7 @@ James acts as **system architect**. He: This is intentional and should be preserved. Claude should not drift into implementation mode. GPT should not make architectural decisions. -**Current workflow constraint**: James acts as manual relay between GPT and Claude for repo updates. GPT cannot currently write directly to Gitea or GitHub. This is a known operational gap — the intended fix is to give GPT direct Gitea API access with a scoped write token on `zlh-grind` only. Until then, Claude handles all knowledge-base commits and any cross-repo coordination GPT needs. +**Repo access**: Both Claude and GPT access Gitea via the same MCP server (`https://git.zerolaghub.com/mcp`). GPT's MCP connection has previously worked and lost access — this is a connector configuration issue, not a fundamental limitation. When GPT's MCP is connected, it can write directly to `zlh-grind` without James relaying through Claude. Claude handles `knowledge-base` writes as the architecture authority. ---