Skip to content

Releases: pkeffect/Antigravity-Architect

Antigravity-Architect v3.0.1

25 Feb 05:21

Choose a tag to compare

[3.0.1] - 2026-02-24

Fixed

  • CI/CD Reliability: Fixed critical .gitignore collision excluding the src/ directory.
  • Test Matrix: Added PyYAML to exact test dependency matrix to fix missing modules on GitHub Runners.
  • Coverage Artifacts: Fixed pytest-cov reporting missing SQLite .coverage files by generating and uploading standard coverage.xml.

[3.0.0] - 2026-02-24

Added (The Intelligence Layer)

  • Protocol v3.0.0: Upgraded agent manifest structure with lifecycle awareness.
  • Declarative Governance: Added .agent/tools.json for explicit agent tool control.
  • Semantic Mapping: Added AGENT_MAP.yaml for pre-computed repository summaries.
  • Autonomic Compaction: Implemented state-reduction protocols in self-learning rules.
  • Atomic Documentation: Standardized machine-readable header IDs across all templates.
  • Neural Bridge: Enhanced global knowledge discovery via KNOWLEDGE_LAKE_DIR.

[2.0.0] - 2026-02-24

Added (Agent-First Evolution)

  • Conditional Rules: Rules are now stack-aware and load dynamically.
  • Skill Chaining: Automated dependency resolution for executable agent skills.
  • Personality Packs: Added startup and enterprise development personas.
  • Health Badges: Added automated SVG project health badge generation.
  • Project Lockdown: Achieved 100% test coverage and lint compliance.

Antigravity-Architect v1.7.0

11 Feb 22:07

Choose a tag to compare

[1.7.0] - 2026-02-11

Added (v1.7.0)

  • Community Blueprint Marketplace: Expanded --blueprint support.
    • New Built-ins: Added nextjs, fastapi, go-fiber, and rust-axum project templates.
    • Remote Fetching: Added support for git URLs (e.g., --blueprint https://github.com/user/repo).
    • Discovery: Added --list-blueprints flag to show available templates.
  • CLI Presets: Added --save-preset and --preset to save/load project configurations.

Changed (v1.7.0)

  • Refactoring: significantly reduced cognitive complexity in generate_project.
  • Roadmap: Updated roadmap to reflect completed milestones.

Test Suite (v1.7.0)

  • Coverage: Increased to 91% (806/883 lines).
  • Refactoring: Renamed and organized test files.
  • Robustness: Validated 106 tests (100% passing).

Fixed (v1.7.0)

  • Markdown Linting: Fixed formatting issues in documentation files.
  • Code Duplication: Resolved repeated string literals in antigravity_master_setup.py.

Security (v1.7.0)

  • None

Antigravity-Architect v1.6.2

10 Feb 23:08

Choose a tag to compare

[1.6.2] - 2026-02-10

Added

  • LF Line-Ending Enforcement: Added .gitattributes to guarantee consistent formatting between Windows and Linux CI environments.
  • Local Quality Enforcement (Pre-commit): Added .pre-commit-config.yaml to automate Ruff formatting, linting, and safety checks locally.
  • AI Development Transparency: Added prominent [!CAUTION] disclaimer to README.md detailing the Gemini/Claude hybrid development and audit workflow.
  • Comprehensive Project Maps: Expanded README.md to show the full 45+ item directory tree of the generated Living Repository.
  • Integrated Knowledge Links: Added direct hyperlinks to Open WebUI and Antigravity Architect in all core documentation.
  • Hardened Commit Workflow: Mandated ruff format . and pytest in the /commit workflow to prevent CI drift and regression.
  • Sentinel Mode (Self-Protection): Introduced proactive security auditing for critical files via scripts/sentinel.py.
  • Autonomous Evolution: Added background refactoring framework (Rule 10) for systematic tech debt reduction.
  • Documentation Genie: Automated deep-dive TECH_STACK.md generation during project configuration.
  • Multi-Repo Context Bridge: Automated sibling repository discovery and architectural synchronization.

Fixed

  • CI Formatting Drift: Resolved recurring ruff format --check failures by standardizing on LF line endings project-wide.
  • Naming Inconsistency: Resolved AttributeError for SENTINEL_PY constant reference mismatch.
  • Generator Integrity: Fixed duplicated bootstrap file writing logic in generate_project.
  • Markdown Standards Compliance: Fixed 40+ linting errors (MD022, MD030, MD031, MD032, MD040) in README.md and workflows.
  • Cognitive Complexity: Significantly reduced script complexity by refactoring monolithic generation logic into modular static methods.

Changed

  • Code Refactor: Replaced brittle literal string filenames for agent rules with robust class constants (RULE_ARCHITECTURE, RULE_SECURITY, etc.).
  • Tech Stack Mandate: Updated Rule 01 to strictly mandate ruff format and mypy as pre-commit requirements.
  • Test Suite Growth: Expanded verification suite to 68+ passing tests with 100% regression-free status.

Antigravity-Architect v1.6.0

08 Feb 19:27

Choose a tag to compare

[1.6.0] - 2026-02-08

Added (v1.6.0)

  • Dynamic Rule Evolution: Enabled self-correcting AI behavior.
  • Multi-Agent Persona Orchestra: Added Architect, UX, and Security specialists.
  • Project Ancestry: Added global rule inheritance from ~/.antigravity.
  • Dependency Graveyard: Added tracking for failed implementations.
  • Doctor-Led Audits: Added /doctor command for automated health checks.
  • Semantic RAG Pre-Optimization: Automatic indexing of imported docs.
  • Integrated Skill Bridge: Standardized skill runner for AI agents.
  • Blueprint Marketplace: Added --blueprint flag for specialized stacks.
  • Visual Context Mapping: Generated Mermaid architecture diagrams.
  • Time-Travel Memory: Git-integrated session history.

Antigravity-Architect v1.5.4

08 Feb 16:09

Choose a tag to compare

  • Gitea Focus: Added a dedicated "Gitea Support" section to README.md.
  • Template Update: Updated PROFESSIONAL_README_TEMPLATE to highlight Gitea capabilities.
  • Badge: Added Gitea badge to README.md.

Antigravity-Architect v1.5.2

07 Feb 07:18

Choose a tag to compare

Antigravity-Architect v1.4.4

25 Jan 15:48

Choose a tag to compare

Update for .vscode directory and file creation.

Full Changelog: v1.4.3...v1.4.4

Antigravity-Architect v1.4.3

25 Jan 01:25

Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

Antigravity-Architect v1.4.2

24 Jan 19:35

Choose a tag to compare

Initial package release. Please see the Changelog.md for more details.