v0.2.11 — 2-stage security scan + Antigravity engine resolution
·
38 commits
to main
since this release
What's new
- 2-stage security scan (BYOK LLM judgment) —
hephaestus security scannow merges static-rule findings with the user's own LLM judgment (.agentlas/security-llm-judgment.json). Combined verdict = max severity of both stages.--strictblocks BLOCK (exit 1) and now also gates WARN (exit 2) unless--acknowledge-warn. - Antigravity
/hephaestusengine resolution — the workflow now resolves the engine root from the Claude/Codex plugin cache when the workspace has no local package, so/hephaestusworks in any project (previously it only looked at workspace-local files and kept saying "install first"). Also installs into both~/.gemini/antigravity/and~/.gemini/antigravity-ide/data dirs. - Version sync —
marketplace.jsonwas stale at 0.2.9; all manifests unified to 0.2.11.
Updating
Plugin updates are pull-based (no auto-update):
```
claude plugin marketplace update agentlas-core-engine
claude plugin install hephaestus@agentlas-core-engine --force
```
or re-run the one-touch installer.