Merge pull request #16 from ipnet-mesh/opencode/issue15-20251116225151

Updated docs: Claude → OpenCode references
This commit is contained in:
JingleManSweep
2025-11-16 22:55:53 +00:00
committed by GitHub
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