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