Skip to content

v0.6.0: Standalone CLI Dispatcher, 11 Slash Command Packs & Pre-Commit Quality Gate

Choose a tag to compare

@rabee-elkholy rabee-elkholy released this 25 Aug 09:00
· 56 commits to main since this release

Standalone CLI Dispatcher, 11 Native Slash Command Packs, Pre-Commit Quality Gate & Claude Code PreToolUse Bridge

  • Zero-Dependency CLI Dispatcher (harness_cli.py, pyproject.toml): Standalone android-harness command-line executable (pipx install git+https://github.com/rabee-elkholy/android-harness-kit.git, or python harness_cli.py). Features 6 core subcommands (init, update, doctor, preflight, selftest, version), automatic engine discovery, and remote fallback kit provisioning.
  • 11 Native Slash Command Packs (agents/command-packs/, install_tool_adapters.py): Standardized, tool-native prompt templates automatically installed into .claude/commands/ (Claude Code /deliver, /debug, /doctor, etc.), .github/prompts/*.prompt.md (GitHub Copilot), and .codex/prompts/ (OpenAI Codex) with automated managed-marker pruning.
  • Deterministic Staged Pre-Commit Quality Gate (agents/scripts/pre_commit_gate.py, --git-gate): Ultra-fast (<5s), stdlib-only Git hook scanning staged changes for bilingual string parity, Room entity migrations, and fast Kotlin lint issues prior to commit.
  • Claude Code PreToolUse Safety Bridge (agents/scripts/cc_pre_tool_safety.py, --cc-hooks): Runtime safety hook integration for Claude Code sessions via .claude/settings.json, enforcing zero-tolerance Git mutations and ADB restrictions outside Antigravity.
  • Core Script Inventory Expansion (harness_doctor.py, _hook_selftest.py): Audited core script manifest expanded from 25 to 27 scripts in Dimension 2.