v0.21.0
[0.21.0] - 2026-06-03
Added
- Added experimental Antigravity IDE (Google DeepMind) as a fourth
agent-runtime target (--runtime antigravity, combinable e.g.
--runtime claude,antigravity). RendersGEMINI.md(project-level
instruction file), shared.agents/skills/*/SKILL.md(same convention as
Codex), and.agents/hooks.jsonwith 6 hook groups mapped to Antigravity
lifecycle triggers (PreInvocation,PreToolUse,PostToolUse,Stop).
Guard enforcement works viaAHK_RUNTIME=antigravity. Antigravity exposes
~5 of 9 Claude lifecycle triggers;UserPromptSubmit,PreCompact,
SubagentStop,SessionEndhave no equivalent and are tracked as parity
gaps. VietnameseGEMINI.mdtemplate (--lang vi) is included from day
one.doctor --runtime antigravityvalidates the GEMINI.md contract, hooks
contract, and skill rendering. An E2E smoke (scripts/e2e-antigravity-cli.mjs)
validates the generated surface including dual-runtime rendering. Use
--runtime antigravity.
Documentation
- Updated README runtime support table and CLI examples with Antigravity.
- Updated
docs/architecture.mdwith agent runtime rendering surface table. - Updated
schema/harness-spec.yamlconsumer mapping cheat-sheet.
Validation
node scripts/e2e-antigravity-cli.mjs: passed (7/7 checks).node --test tests/antigravity-adapter.test.mjs: passed (20/20 tests).npm test: 851 pass, 1 pre-existing fail (missingajvdep), 2 skipped.
Full history: CHANGELOG.md
Install: npx agent-harness-kit@0.21.0 init