Files
Parsons/GEMINI.md
Richie 4af684ec8f Add cross-tool workflow: AGENTS.md, Antigravity workflows, documentation
- Create AGENTS.md (90 lines) as shared foundation for Claude Code + Antigravity
- Slim CLAUDE.md from 113 to 45 lines (Claude-specific only, references AGENTS.md)
- Slim GEMINI.md from 58 to 26 lines (Antigravity-specific only, references AGENTS.md)
- Add 6 Antigravity workflows in .agent/workflows/ (session-start, preflight, token-sync, visual-qa, build-component, page-review)
- Add docs/reference/cross-tool-workflow.md with task routing, quality gates, file ownership, error mitigation
- Zero content overlap between CLAUDE.md and GEMINI.md (was ~80%)
- File ownership boundaries defined for current phase and future backend work

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 11:10:32 +10:00

973 B

Antigravity — FA 2.0 Design System

Follow all rules in AGENTS.md. This file contains Antigravity-specific behaviour only.

Visual verification

When reviewing or making visual changes:

  1. Make the code change
  2. Open the Storybook story in the browser at localhost:6006
  3. Screenshot and check spacing, alignment, visual weight
  4. Self-correct if something looks off before presenting

Story URL pattern: /story/{tier}-{componentname}--{variantname}

Cross-tool workflow

This project uses both Claude Code and Google Antigravity. See docs/reference/cross-tool-workflow.md for task routing and coordination.

Antigravity owns: visual QA, browser verification, page-level review screenshots. Claude Code owns: component building, token creation, code quality, memory updates, git.

Workflows

Custom workflows available in .agent/workflows/: fa-session-start, fa-preflight, fa-token-sync, fa-visual-qa, fa-build-component, fa-page-review