Skip to content

v1.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:01
· 1 commit to main since this release

Added

Antigravity CLI Installer (#68)

  • Automated Antigravity CLI installer script (scripts/install-antigravity.sh) for quick environment setup.

Cross-Platform Plugin Portability (#59)

  • All 14 plugins now installable on Gemini CLI and Codex CLI alongside Claude Code, from a single repository.
  • using-arkhe-skills bootstrap skill (in core plugin) — maps Claude-only primitives (AskUserQuestion, TaskCreate, EnterPlanMode, the Skill tool, the Agent tool) to Gemini and Codex equivalents.
  • Generated shim trees at repo root (.gemini-extensions/ and .codex-marketplace/) for seamless multi-platform support.
  • Build orchestrator & generators: scripts/build-shims.sh, scripts/transpile-commands.py, and scripts/generate-codex-agents-md.py.
  • Per-plugin version sync tooling: scripts/bump-version.sh and CI guards ensuring zero shim drift.

Git Plugin (#65)

  • release-please-setup skill & CLI: Orchestrates release-please setup for single-package and monorepo repositories, including tag-keyed workflow templates and manifest seeding.

Devtools Plugin (#54, #57, #60)

  • browser-companion skill: Zero-dependency live-preview server and interactive frame companion for agent-to-browser UI workflows (#60).
  • tilt-setup skill: Automated scaffolding and auditing for local Kubernetes development with Tilt (#57).
  • quality-stack skill & multi-ecosystem scanning: Diagnostic tools and auditing for JVM (Gradle/Maven), Node.js/TypeScript (ESLint, Vitest, Playwright), Python (Ruff, mypy, pytest), and Android ecosystems (#54).

Startup Plugin (#50)

  • startup-validating skill: 6-stage startup idea validation pipeline featuring decision gates, confidence scoring, and domain presets.

Core Plugin (#55)

  • Systematic debugging guidelines integrated into core plugin patterns (#55).
  • Multi-agent /double-check command: Backpressure quality gates, confession pattern gathering, critic-actor review workflows, and synthesis reporting.

Spring Boot Plugin (#48)

  • spring-refresh skill: Automated tracking and auditing of Spring Boot version changes against framework research docs.

Doc Plugin (#49)

  • doc-freshness framework (Waves 2-4): Proactive documentation monitoring hooks, CLAUDE.md structural drift detection, and frontmatter onboarding (/doc:health command).
  • Moved doc-freshness skill from Roadmap to Doc plugin for domain alignment.

Roadmap Plugin (#47)

  • Multi-agent orchestration redesign: Deep execution pipelines (--deep flag) for PM, Architect, and Roadmap skills with shared references and refresh skill.

Fixed

  • Doc Sync: Repaired silent partial documentation synchronization (#66).
  • Argument Hints: Quoted argument hint arrays starting with [ to preserve string schema types (#63).
  • Doc Freshness: Fixed link parser to ignore markdown links inside inline code spans.
  • Git Release-Please: Removed phantom --templates flag, sandboxed run-block interpolations, and documented single-package --globs '.' requirement.
  • Core Double-Check: Added defensive || true guards to shell commands in double-check script to prevent non-zero exits.
  • Icon Forge: Fixed SVG and favicon asset generation scripts.

Documentation & Maintenance

  • Android/Kotlin/KMP Corpus: Refreshed research corpus and propagated quality recommendations to quality-stack (#67).
  • Reference & Validator Specs: Synced reference documentation and added missing validator keys across plugin manifests (#58, #62).
  • Genericized Skill Examples: Genericized company-specific examples in release-please-setup and tilt-setup skill documentation.
  • Docs Health CI: Added docs-health-action CI workflow for automated documentation validation (#53).