From 490a19675ea87dc6284b210dcce1df3863a66f37 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Sun, 16 Nov 2025 22:53:31 +0000 Subject: [PATCH] =?UTF-8?q?Updated=20docs:=20Claude=20=E2=86=92=20OpenCode?= =?UTF-8?q?=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jinglemansweep --- .github/workflows/opencode.yml | 2 +- AGENTS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 5db078e..ed4a0c9 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -26,4 +26,4 @@ jobs: env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: - model: zai-coding-plan/glm-4.6 \ No newline at end of file + model: zai-coding-plan/glm-4.6 diff --git a/AGENTS.md b/AGENTS.md index 3f4e9e8..926c9c2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ -# MeshCore MQTT Bridge - Claude Context +# MeshCore MQTT Bridge - OpenCode Context -## Instructions for Claude +## Instructions for OpenCode - Run `pre-commit run --all-files` to ensure code quality and tests pass after making changes. - Activate and use Python virtual environment located at `./venv` before any development or running commands. @@ -396,7 +396,7 @@ def validate_field(cls, v: Type) -> Type: return v ``` -## Important Notes for Claude +## Important Notes for OpenCode ### When Making Changes