Updated docs: Claude → OpenCode references

Co-authored-by: jinglemansweep <jinglemansweep@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot]
2025-11-16 22:53:31 +00:00
parent 9951bd9df4
commit 490a19675e
2 changed files with 4 additions and 4 deletions

View File

@@ -26,4 +26,4 @@ jobs:
env:
ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }}
with:
model: zai-coding-plan/glm-4.6
model: zai-coding-plan/glm-4.6

View File

@@ -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