Skip to content

docs: add OpenCode support details to README #170

docs: add OpenCode support details to README

docs: add OpenCode support details to README #170

Triggered via push May 23, 2026 18:55
Status Failure
Total duration 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
Process completed with exit code 1.
ruff (F401): tests/test_antigravity.py#L4
tests/test_antigravity.py:4:8: F401 `re` imported but unused help: Remove unused import: `re`
ruff (F841): src/llm_ide_rules/agents/antigravity.py#L192
src/llm_ide_rules/agents/antigravity.py:192:25: F841 Local variable `name` is assigned to but never used help: Remove assignment to unused variable `name`