antigravity-ai-kit 3.5.2 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # Antigravity AI Kit — CheatSheet
2
2
 
3
- > **Version**: v3.5.2 | **Quick Reference** for all capabilities
3
+ > **Version**: v3.5.3 | **Quick Reference** for all capabilities
4
4
  > **Session**: Start with `/status`, end with session-end checklist
5
5
 
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  # Pre-Commit Checklist
2
2
 
3
- > **Framework**: Antigravity AI Kit v3.5.2
3
+ > **Framework**: Antigravity AI Kit v3.5.3
4
4
  > **Purpose**: Quality gate before committing code
5
5
  > **Principle**: Prevention over correction
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Session End Checklist
2
2
 
3
- > **Framework**: Antigravity AI Kit v3.5.2
3
+ > **Framework**: Antigravity AI Kit v3.5.3
4
4
  > **Purpose**: Complete this checklist before ending any work session
5
5
  > **Principle**: Context preservation for continuity
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Session Start Checklist
2
2
 
3
- > **Framework**: Antigravity AI Kit v3.5.2
3
+ > **Framework**: Antigravity AI Kit v3.5.3
4
4
  > **Purpose**: Complete this checklist at the beginning of every work session
5
5
  > **Principle**: Full context before new work
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Task-Complete Checkpoint
2
2
 
3
- > **Framework**: Antigravity AI Kit v3.5.2
3
+ > **Framework**: Antigravity AI Kit v3.5.3
4
4
  > **Purpose**: Decision gate after task completion — present options before commit/push
5
5
  > **Principle**: Human-in-the-loop governance
6
6
 
@@ -24,7 +24,7 @@ Your complete guide to the Antigravity AI Kit. Type `/help` for a quick overview
24
24
 
25
25
  ## Quick Overview
26
26
 
27
- **Antigravity AI Kit v3.5.2** — Trust-Grade AI Development Framework
27
+ **Antigravity AI Kit v3.5.3** — Trust-Grade AI Development Framework
28
28
 
29
29
  | Category | Count | Description |
30
30
  |:---------|:------|:------------|
@@ -1,13 +1,4 @@
1
1
  {
2
- "developers": [
3
- {
4
- "id": "9c1dbf58766b",
5
- "name": "emredursun",
6
- "email": "info.emredursun@gmail.com",
7
- "role": "owner",
8
- "registeredAt": "2026-03-16T17:02:45.476Z",
9
- "lastActiveAt": "2026-03-16T17:02:45.476Z"
10
- }
11
- ],
12
- "activeId": "9c1dbf58766b"
2
+ "developers": [],
3
+ "activeId": null
13
4
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "kitVersion": "3.5.2",
3
+ "kitVersion": "3.5.3",
4
4
  "lastAuditedAt": null,
5
5
  "description": "Antigravity AI Kit — Trust-Grade AI Development Framework",
6
6
  "repository": "https://github.com/besync-labs/antigravity-ai-kit",
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🚀 Antigravity AI Kit
2
2
 
3
- ![version](https://img.shields.io/badge/version-3.5.2-blue)
3
+ ![version](https://img.shields.io/badge/version-3.5.3-blue)
4
4
  ![license](https://img.shields.io/badge/license-MIT-green)
5
5
  ![AI Agents](https://img.shields.io/badge/AI%20Agents-19-purple)
6
6
  ![Skills](https://img.shields.io/badge/Skills-32-orange)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-ai-kit",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "🚀 Trust-Grade AI development framework with a 29-module runtime engine — 19 Agents, 32 Skills, 31 Commands, 14 Workflows, 8 Rules, 341 Tests. Workflow enforcement, task governance, agent reputation, self-healing, and skill marketplace.",
5
5
  "main": "bin/ag-kit.js",
6
6
  "bin": {
@@ -10,7 +10,8 @@
10
10
  "test": "vitest run",
11
11
  "test:watch": "vitest watch",
12
12
  "preversion": "npm test",
13
- "version": "node scripts/sync-version.js && git add -A",
13
+ "version": "node scripts/sync-version.js && git add -A -- . ':!.agent/engine/identity.json'",
14
+ "prepublishOnly": "node scripts/clean-identity.js",
14
15
  "postinstall": "echo '✅ Antigravity AI Kit installed! Run: ag-kit init'"
15
16
  },
16
17
  "keywords": [