ANTIGRAVITY LABJP
TAG

SQLite

2 articles
Back to all tags
Related:
operations2Antigravity CLI1subagents1disk management1antigravity1observability1logging1unattended1
Antigravity/2026-08-17Advanced

Deleting Duplicate Rows Will Not Shrink Your Antigravity CLI Conversation Database

A schema-agnostic way to audit conversation database growth, plus measurements showing why deletion reclaims nothing and why freelist_count is the wrong number to trust when you estimate how much you can get back.

Integrations/2026-07-13Advanced

Pour Your Unattended Run Logs into SQLite and Count Failures Across Every Run

Running Antigravity CLI on an unattended schedule leaves a growing pile of JSON Lines logs. Instead of grepping files, I pour them into a tiny SQLite database and answer 'which step fails, and when' with a single query. Here is the ingest script, six diagnostic queries, and six weeks of real numbers.