antigravity-ide 4.2.1 → 4.3.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.
- package/.agent/.shared/{design-philosophy → core/design-philosophy}/README.md +12 -1
- package/.agent/.shared/{ai-master → technical/ai-master}/README.md +12 -1
- package/.agent/.shared/{api-standards → technical/api-standards}/README.md +12 -1
- package/.agent/.shared/{database-master → technical/database-master}/README.md +12 -2
- package/.agent/.shared/{seo-master → technical/seo-master}/README.md +12 -1
- package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/README.md +12 -1
- package/.agent/ARCHITECTURE.md +16 -10
- package/.agent/ARCHITECTURE.vi.md +8 -8
- package/{GEMINI.md → .agent/GEMINI.md} +4 -5
- package/.agent/RESOURCES.md +6 -1
- package/.agent/agents/backend-specialist.md +154 -19
- package/.agent/agents/browser-subagent.md +45 -0
- package/.agent/agents/cloud-architect.md +108 -189
- package/.agent/agents/debugger.md +83 -182
- package/.agent/agents/documentation-writer.md +125 -72
- package/.agent/agents/frontend-specialist.md +40 -7
- package/.agent/agents/game-developer.md +111 -116
- package/.agent/agents/mobile-developer.md +108 -321
- package/.agent/agents/orchestrator.md +106 -366
- package/.agent/agents/performance-optimizer.md +105 -136
- package/.agent/agents/project-planner.md +132 -39
- package/.agent/agents/quality-inspector.md +136 -32
- package/.agent/agents/security-auditor.md +138 -15
- package/.agent/agents/seo-specialist.md +118 -72
- package/.agent/agents/test-engineer.md +142 -11
- package/.agent/brain/task.md +16 -0
- package/.agent/rules/GEMINI.md +63 -31
- package/.agent/rules/code-quality.md +34 -3
- package/.agent/rules/frontend.md +3 -3
- package/.agent/rules/strict-protocol.md +44 -3
- package/.agent/rules/system-update.md +56 -3
- package/.agent/skills/agent-backend-patterns/SKILL.md +16 -3
- package/.agent/skills/ai-engineer/SKILL.md +29 -16
- package/.agent/skills/api-documenter/SKILL.md +4 -4
- package/.agent/skills/app-builder/SKILL.md +1 -1
- package/.agent/skills/app-builder/tech-stack.md +2 -2
- package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +39 -79
- package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +53 -75
- package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +56 -119
- package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +61 -94
- package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +56 -82
- package/.agent/skills/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/.agent/skills/brand-guidelines-anthropic/SKILL.md +26 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/color-application.md +5 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/colors.md +14 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/font-management.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/shape-and-accent-colors.md +7 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/smart-font-application.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/text-styling.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/typography.md +7 -0
- package/.agent/skills/cloud-architect-master/SKILL.md +9 -4
- package/.agent/skills/cro-expert-kit/SKILL.md +9 -4
- package/.agent/skills/database-migration/SKILL.md +9 -3
- package/.agent/skills/deployment-engineer/SKILL.md +9 -3
- package/.agent/skills/frontend-design/ux-psychology.md +10 -585
- package/.agent/skills/full-stack-scaffold/SKILL.md +4 -4
- package/.agent/skills/game-development/2d-games/SKILL.md +4 -2
- package/.agent/skills/game-development/3d-games/SKILL.md +4 -2
- package/.agent/skills/game-development/SKILL.md +18 -149
- package/.agent/skills/game-development/game-art/SKILL.md +4 -2
- package/.agent/skills/game-development/game-audio/SKILL.md +4 -2
- package/.agent/skills/game-development/game-design/SKILL.md +4 -2
- package/.agent/skills/game-development/mobile-games/SKILL.md +4 -2
- package/.agent/skills/game-development/multiplayer/SKILL.md +4 -2
- package/.agent/skills/game-development/pc-games/SKILL.md +4 -2
- package/.agent/skills/game-development/vr-ar/SKILL.md +4 -2
- package/.agent/skills/game-development/web-games/SKILL.md +4 -2
- package/.agent/skills/geo-fundamentals/SKILL.md +9 -136
- package/.agent/skills/git-collaboration-master/SKILL.md +9 -4
- package/.agent/skills/i18n-localization/SKILL.md +10 -118
- package/.agent/skills/incident-responder/SKILL.md +9 -6
- package/.agent/skills/internal-comms-anthropic/LICENSE.txt +202 -0
- package/.agent/skills/internal-comms-anthropic/SKILL.md +33 -0
- package/.agent/skills/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/.agent/skills/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/.agent/skills/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/.agent/skills/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/.agent/skills/last30days/tests/__init__.py +1 -0
- package/.agent/skills/last30days/tests/test_cache.py +59 -0
- package/.agent/skills/last30days/tests/test_dates.py +114 -0
- package/.agent/skills/last30days/tests/test_dedupe.py +111 -0
- package/.agent/skills/last30days/tests/test_models.py +135 -0
- package/.agent/skills/last30days/tests/test_normalize.py +138 -0
- package/.agent/skills/last30days/tests/test_render.py +116 -0
- package/.agent/skills/last30days/tests/test_score.py +168 -0
- package/.agent/skills/legacy-modernizer/SKILL.md +9 -4
- package/.agent/skills/lint-and-validate/scripts/lint_runner.py +2 -14
- package/.agent/skills/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/.agent/skills/loki-mode/.github/workflows/claude.yml +50 -0
- package/.agent/skills/loki-mode/.github/workflows/release.yml +128 -0
- package/.agent/skills/loki-mode/tests/run-all-tests.sh +78 -0
- package/.agent/skills/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/.agent/skills/loki-mode/tests/test-bootstrap.sh +196 -0
- package/.agent/skills/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/.agent/skills/loki-mode/tests/test-state-recovery.sh +393 -0
- package/.agent/skills/loki-mode/tests/test-task-queue.sh +396 -0
- package/.agent/skills/loki-mode/tests/test-wrapper.sh +314 -0
- package/.agent/skills/mcp-builder/SKILL.md +21 -164
- package/.agent/skills/mobile-design/SKILL.md +21 -369
- package/.agent/skills/mobile-design/mobile-performance.md +1 -1
- package/.agent/skills/modern-web-architect/SKILL.md +12 -6
- package/.agent/skills/nextjs-react-expert/scripts/convert_rules.py +1 -1
- package/.agent/skills/penetration-tester-master/SKILL.md +9 -4
- package/.agent/skills/performance-engineer/SKILL.md +4 -5
- package/.agent/skills/production-code-audit/SKILL.md +6 -0
- package/.agent/skills/rust-pro/SKILL.md +0 -177
- package/.agent/skills/security-auditor/SKILL.md +35 -27
- package/.agent/skills/seo-expert-kit/SKILL.md +9 -4
- package/.agent/skills/shopify-development/scripts/tests/test_shopify_init.py +379 -0
- package/.agent/skills/tdd-master-workflow/SKILL.md +9 -3
- package/.agent/workflows/audit.md +30 -16
- package/.agent/workflows/brainstorm.md +33 -96
- package/.agent/workflows/create.md +37 -45
- package/.agent/workflows/debug.md +45 -84
- package/.agent/workflows/deploy.md +33 -158
- package/.agent/workflows/document.md +38 -15
- package/.agent/workflows/enhance.md +33 -48
- package/.agent/workflows/monitor.md +35 -14
- package/.agent/workflows/orchestrate.md +33 -218
- package/.agent/workflows/plan.md +39 -70
- package/.agent/workflows/security.md +35 -14
- package/.agent/workflows/seo.md +39 -16
- package/.agent/workflows/status.md +33 -72
- package/.agent/workflows/test.md +30 -127
- package/.agent/workflows/ui-ux-pro-max.md +24 -283
- package/LICENSE +22 -8
- package/README.md +105 -72
- package/README.vi.md +93 -110
- package/cli/create.js +275 -413
- package/cli/index.js +36 -24
- package/cli/lib/auto-update.js +14 -21
- package/cli/logic/product-skills.js +58 -0
- package/cli/logic/skill-definitions.js +0 -39
- package/cli/prompts.js +151 -145
- package/cli/skills/browser-subagent-core/SKILL.md +22 -0
- package/cli/tools/browser.js +75 -0
- package/cli/ui/dashboard.js +48 -0
- package/docs/AGENTS_GUIDE.vi.md +39 -45
- package/docs/CONTRIBUTING.vi.md +12 -3
- package/docs/{GEMINI_GUIDE.md → GEMINI_USAGE.md} +6 -6
- package/docs/GLOSSARY.vi.md +49 -30
- package/docs/HOW_ANTIGRAVITY_THINKS.vi.md +1 -1
- package/docs/OPERATIONAL_FLOW.vi.md +15 -0
- package/docs/{PUBLISHING.md → PUBLISHING_GUIDE.md} +31 -3
- package/docs/RULES_GUIDE.vi.md +67 -31
- package/docs/SHARED_LIBRARY_GUIDE.vi.md +18 -22
- package/docs/SKILLS_GUIDE.vi.md +119 -32
- package/docs/TROUBLESHOOTING.vi.md +10 -2
- package/docs/WORKFLOW_GUIDE.vi.md +57 -9
- package/package.json +32 -8
- package/setup.js +147 -114
- package/.agent/.shared/compliance/README.md +0 -19
- package/.agent/.shared/design-system/README.md +0 -18
- package/.agent/.shared/domain-blueprints/README.md +0 -18
- package/.agent/.shared/dx-toolkit/README.md +0 -19
- package/.agent/.shared/i18n-master/README.md +0 -18
- package/.agent/.shared/infra-blueprints/README.md +0 -18
- package/.agent/.shared/metrics/README.md +0 -17
- package/.agent/.shared/resilience-patterns/README.md +0 -19
- package/.agent/.shared/security-armor/README.md +0 -25
- package/.agent/.shared/testing-master/README.md +0 -20
- package/.agent/.shared/vitals-templates/README.md +0 -18
- package/.agent/agents/accessibility-expert.md +0 -22
- package/.agent/agents/api-architect.md +0 -22
- package/.agent/agents/backend-specialist.eco.md +0 -19
- package/.agent/agents/backend-specialist.instant.md +0 -19
- package/.agent/agents/codebase-expert.md +0 -23
- package/.agent/agents/compliance-expert.md +0 -22
- package/.agent/agents/data-scientist.md +0 -22
- package/.agent/agents/debugger.eco.md +0 -20
- package/.agent/agents/debugger.instant.md +0 -20
- package/.agent/agents/deep-thinker.ultra.md +0 -23
- package/.agent/agents/devex-optimizer.md +0 -22
- package/.agent/agents/devops-architect.md +0 -22
- package/.agent/agents/frontend-specialist.eco.md +0 -19
- package/.agent/agents/frontend-specialist.instant.md +0 -19
- package/.agent/agents/growth-engineer.md +0 -22
- package/.agent/agents/i18n-specialist.md +0 -21
- package/.agent/agents/legacy-modernizer.md +0 -22
- package/.agent/agents/microservices-specialist.md +0 -22
- package/.agent/agents/motion-designer.md +0 -22
- package/.agent/agents/orchestrator.creative.md +0 -28
- package/.agent/agents/orchestrator.eco.md +0 -29
- package/.agent/agents/orchestrator.instant.md +0 -29
- package/.agent/agents/orchestrator.ultra.md +0 -28
- package/.agent/agents/performance-benchmarker.md +0 -22
- package/.agent/agents/project-planner.eco.md +0 -19
- package/.agent/agents/project-planner.instant.md +0 -19
- package/.agent/agents/security-pentester.md +0 -22
- package/.agent/agents/serverless-expert.md +0 -22
- package/.agent/fastcode_index.json +0 -1038
- package/.agent/mcp_config.json +0 -24
- package/.agent/rules/GEMINI.eco.md +0 -37
- package/.agent/rules/GEMINI.instant.md +0 -37
- package/.agent/rules/api-spec.md +0 -28
- package/.agent/rules/database.md +0 -24
- package/.agent/rules/devops.md +0 -23
- package/.agent/rules/growth-strategy.md +0 -22
- package/.agent/rules/logging-monitoring.md +0 -22
- package/.agent/rules/quality-assurance.md +0 -22
- package/.agent/rules/system-reasoning.md +0 -20
- package/.agent/rules/ui-design.md +0 -23
- package/.agent/rules/ux-patterns.md +0 -23
- package/.agent/scripts/auto_preview.py +0 -148
- package/.agent/scripts/checklist.py +0 -252
- package/.agent/scripts/session_manager.py +0 -120
- package/.agent/scripts/simulation_install.js +0 -59
- package/.agent/scripts/sync_to_global.py +0 -78
- package/.agent/scripts/translate_workflows.py +0 -53
- package/.agent/scripts/verify_all.py +0 -327
- package/.agent/scripts/verify_shared_modules.js +0 -126
- package/.agent/skills/fastcode-search/SKILL.md +0 -46
- package/.agent/skills/fastcode-search/fastcode_config.example.json +0 -17
- package/.agent/skills/frontend-trends-2026/SKILL.md +0 -78
- package/.agent/skills/frontend-trends-2026/formulas/BentoGrid.tsx +0 -42
- package/.agent/skills/frontend-trends-2026/formulas/LiquidCard.tsx +0 -32
- package/.agent/skills/frontend-trends-2026/formulas/NeoButton.tsx +0 -27
- package/.agent/workflows/deep-security-audit.md +0 -9
- package/.agent/workflows/growth-max.md +0 -9
- package/.agent/workflows/performance-max.md +0 -9
- package/.editorconfig +0 -21
- package/.gitattributes +0 -7
- package/CHANGELOG.md +0 -32
- package/ERRORS.md +0 -67
- package/action.yml +0 -32
- package/antigravity-ide-logo.png +0 -0
- package/antigravity-ide-logo.svg +0 -24
- package/assets/skills-bundle.json +0 -1
- package/cli/manifest.js +0 -524
- package/cli/skills/fastcode.js +0 -181
- package/docs/AGENT_FLOW.md +0 -608
- package/docs/CONTRIBUTING.md +0 -46
- package/docs/COPYRIGHT.md +0 -57
- package/docs/DEPLOYMENT.md +0 -77
- package/docs/GLOSSARY.md +0 -109
- package/docs/MASTER_GUIDE.md +0 -103
- package/docs/OPERATIONAL_FLOW.md +0 -147
- package/docs/PLAN-upgrade-core-architecture.md +0 -71
- package/docs/SKILLS.md +0 -610
- package/docs/TROUBLESHOOTING.md +0 -43
- package/jest.config.js +0 -8
- package/scripts/bump.js +0 -93
- package/scripts/bundle-skills.js +0 -59
- package/scripts/internal/automation/auto-release.js +0 -177
- package/scripts/internal/fractalize-skills.js +0 -89
- package/scripts/internal/generate-skill-definitions.js +0 -134
- package/scripts/internal/internal/update-docs.js +0 -115
- package/scripts/internal/refactor-skill-content.js +0 -127
- package/scripts/internal/rename-skills.js +0 -96
- package/scripts/internal/sync-skills.js +0 -112
- package/scripts/internal/update-frontmatter-names.js +0 -99
- package/scripts/internal/verification/audit-dna.js +0 -56
- package/scripts/internal/verification/audit-skills.js +0 -65
- package/web/src/app/docs/guide/examples/brainstorm/page.mdx +0 -91
- package/web/src/app/docs/guide/examples/create/page.mdx +0 -84
- package/web/src/app/docs/guide/examples/debugging/page.mdx +0 -83
- package/web/src/app/docs/guide/examples/deployment/page.mdx +0 -93
- package/web/src/app/docs/guide/examples/new-feature/page.mdx +0 -102
- package/web/src/app/docs/guide/examples/orchestration/page.mdx +0 -99
- package/web/src/app/docs/guide/examples/plan/page.mdx +0 -76
- package/web/src/app/docs/guide/examples/preview/page.mdx +0 -77
- package/web/src/app/docs/guide/examples/status/page.mdx +0 -78
- package/web/src/app/docs/guide/examples/test/page.mdx +0 -80
- package/web/src/app/docs/guide/examples/ui-design/page.mdx +0 -90
- package/web/src/components/mdx/Callout.tsx +0 -60
- package/web/src/components/mdx/FeatureGrid.tsx +0 -38
- package/web/src/components/mdx/ProTips.tsx +0 -29
- package/web/src/components/mdx/StepList.tsx +0 -33
- package/web/src/components/mdx/Terminal.tsx +0 -58
- package/web/src/components/mdx/index.ts +0 -5
- package/web/src/mdx-components.tsx +0 -98
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/MANIFESTO.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/tactile_audit.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/visual_audit.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/presets/linear_glow.json +0 -0
- /package/.agent/.shared/{dx-toolkit → core/dx-toolkit}/checklists/code_review.md +0 -0
- /package/.agent/.shared/{dx-toolkit → core/dx-toolkit}/presets/vscode_settings.json +0 -0
- /package/.agent/.shared/{metrics → core/metrics}/benchmarks.json +0 -0
- /package/.agent/.shared/{vitals-templates → core/vitals-templates}/audit_report.md +0 -0
- /package/.agent/.shared/{vitals-templates → core/vitals-templates}/plan_prd.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/best_patterns.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/checklists/prompt_audit.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/presets/model_configs.json +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/data +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/endpoints_naming.md +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/error_codes.csv +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/pagination_sorting.md +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/response_format.json +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/auth_rbac.sql +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/cms.sql +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/ecommerce.sql +0 -0
- /package/.agent/.shared/{design-system → technical/design-system}/brand_presets.json +0 -0
- /package/.agent/.shared/{design-system → technical/design-system}/micro_interactions.md +0 -0
- /package/.agent/.shared/{i18n-master → technical/i18n-master}/vi_tech_dictionary.csv +0 -0
- /package/.agent/.shared/{i18n-master → technical/i18n-master}/workflows.json +0 -0
- /package/.agent/.shared/{resilience-patterns → technical/resilience-patterns}/checklists/chaos_engineering.md +0 -0
- /package/.agent/.shared/{resilience-patterns → technical/resilience-patterns}/presets/circuit_breaker.json +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/checklists/vuln_scan.md +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/hardening.md +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/presets/helmet_config.json +0 -0
- /package/.agent/.shared/{seo-master → technical/seo-master}/checklists/technical_seo.md +0 -0
- /package/.agent/.shared/{seo-master → technical/seo-master}/presets/json_ld_schema.json +0 -0
- /package/.agent/.shared/{testing-master → technical/testing-master}/checklists/pre_release.md +0 -0
- /package/.agent/.shared/{testing-master → technical/testing-master}/scenarios.md +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/colors.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/icons.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/landing.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/products.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/react-performance.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/flutter.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/html-tailwind.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/jetpack-compose.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nextjs.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nuxt-ui.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nuxtjs.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/react-native.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/react.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/shadcn.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/svelte.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/swiftui.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/vue.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/ux-guidelines.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/web-interface.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/__pycache__/core.cpython-313.pyc +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/core.py +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/design_system.py +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/search.py +0 -0
- /package/.agent/.shared/{compliance → verticals/compliance}/legal_templates.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/edtech.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/fintech.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/fnb_restaurant.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/freelance_marketplace.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/healthcare.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/hospitality_tourism.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/logistics.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/marketing_automation.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/personal_branding.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/real_estate.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/retail_ecommerce.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/standard-pro-agents.md +0 -0
- /package/.agent/.shared/{infra-blueprints → verticals/infra-blueprints}/deployment_specs.md +0 -0
- /package/.agent/skills/ai-engineer/{resources → sub-skills}/ai_infra_stack.md +0 -0
- /package/.agent/skills/cloud-architect-master/{resources → sub-skills}/cost_optimization_checklist.md +0 -0
- /package/.agent/skills/cro-expert-kit/{resources → sub-skills}/psychological_triggers.md +0 -0
- /package/.agent/skills/database-migration/{resources → sub-skills}/zero_downtime_strategy.md +0 -0
- /package/.agent/skills/deployment-engineer/{resources → sub-skills}/k8s_best_practices.md +0 -0
- /package/.agent/skills/git-collaboration-master/{resources → sub-skills}/pr_template.md +0 -0
- /package/.agent/skills/incident-responder/{resources → sub-skills}/incident_severity_levels.md +0 -0
- /package/.agent/skills/legacy-modernizer/{resources → sub-skills}/strangler_fig_pattern.md +0 -0
- /package/.agent/skills/penetration-tester-master/{resources → sub-skills}/owasp_top_10_2025.md +0 -0
- /package/.agent/skills/production-code-audit/{resources → sub-skills}/solid_principles_cheat_sheet.md +0 -0
- /package/.agent/skills/seo-expert-kit/{resources → sub-skills}/technical_seo_checklist.md +0 -0
- /package/.agent/skills/tdd-master-workflow/{resources → sub-skills}/unit_test_naming_convention.md +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/charts.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/prompts.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/styles.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/typography.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/ui-reasoning.csv +0 -0
package/docs/AGENT_FLOW.md
DELETED
|
@@ -1,608 +0,0 @@
|
|
|
1
|
-
# 🔄 Agent Flow Architecture
|
|
2
|
-
|
|
3
|
-
> **Antigravity IDE** - Comprehensive AI Agent Workflow Documentation (Enhanced Edition)
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 📊 Overview Flow Diagram
|
|
8
|
-
|
|
9
|
-
```
|
|
10
|
-
┌─────────────────────────────────────────────────────────────────┐
|
|
11
|
-
│ USER REQUEST │
|
|
12
|
-
└────────────────────────────┬────────────────────────────────────┘
|
|
13
|
-
│
|
|
14
|
-
▼
|
|
15
|
-
┌─────────────────────────────────────────────────────────────────┐
|
|
16
|
-
│ REQUEST CLASSIFICATION │
|
|
17
|
-
│ • Analyze intent (build, debug, test, deploy, etc.) │
|
|
18
|
-
│ • Check for Unified Command Pattern (init vs update vs repair) │
|
|
19
|
-
│ • Detect complexity (Instant, Creative, SME Scale) │
|
|
20
|
-
└────────────────────────────┬────────────────────────────────────┘
|
|
21
|
-
│
|
|
22
|
-
┌────────────┴────────────┐
|
|
23
|
-
│ │
|
|
24
|
-
▼ ▼
|
|
25
|
-
┌───────────────────┐ ┌──────────────────┐
|
|
26
|
-
│ UNIFIED COMMAND │ │ DIRECT AGENT │
|
|
27
|
-
│ (npx antigravity) │ │ ASSIGNMENT │
|
|
28
|
-
└─────────┬─────────┘ └────────┬─────────┘
|
|
29
|
-
│ │
|
|
30
|
-
▼ ▼
|
|
31
|
-
┌───────────────────┐ ┌──────────────────┐
|
|
32
|
-
│ /brainstorm │ │ Agent Selection │
|
|
33
|
-
│ /create │ │ Based on Domain │
|
|
34
|
-
│ /debug │ │ │
|
|
35
|
-
│ /deploy │ │ • frontend-* │
|
|
36
|
-
│ /enhance │ │ • backend-* │
|
|
37
|
-
│ /orchestrate │ │ • mobile-* │
|
|
38
|
-
│ /plan │ │ • database-* │
|
|
39
|
-
│ /preview │ │ • devops-* │
|
|
40
|
-
│ /status │ │ • test-* │
|
|
41
|
-
│ /test │ │ • security-* │
|
|
42
|
-
│ /ui-ux-pro-max │ │ • game-* │
|
|
43
|
-
└─────────┬─────────┘ └────────┬─────────┘
|
|
44
|
-
│ │
|
|
45
|
-
└────────────┬────────────┘
|
|
46
|
-
│
|
|
47
|
-
▼
|
|
48
|
-
┌─────────────────────────────────────┐
|
|
49
|
-
│ AGENT INITIALIZATION │
|
|
50
|
-
│ • Load agent persona/role │
|
|
51
|
-
│ • Load required skills │
|
|
52
|
-
│ • Set behavioral mode │
|
|
53
|
-
└──────────────┬──────────────────────┘
|
|
54
|
-
│
|
|
55
|
-
▼
|
|
56
|
-
┌─────────────────────────────────────┐
|
|
57
|
-
│ SKILL LOADING PROTOCOL │
|
|
58
|
-
│ │
|
|
59
|
-
│ 1. Read SKILL.md metadata │
|
|
60
|
-
│ 2. Load references/ (if needed) │
|
|
61
|
-
│ 3. Execute scripts/ (if needed) │
|
|
62
|
-
│ 4. Apply rules and patterns │
|
|
63
|
-
└──────────────┬──────────────────────┘
|
|
64
|
-
│
|
|
65
|
-
▼
|
|
66
|
-
┌─────────────────────────────────────┐
|
|
67
|
-
│ TASK EXECUTION │
|
|
68
|
-
│ │
|
|
69
|
-
│ • Analyze codebase │
|
|
70
|
-
│ • Apply best practices │
|
|
71
|
-
│ • Generate/modify code │
|
|
72
|
-
│ • Run validations │
|
|
73
|
-
│ • Execute tests │
|
|
74
|
-
└──────────────┬──────────────────────┘
|
|
75
|
-
│
|
|
76
|
-
▼
|
|
77
|
-
┌─────────────────────────────────────┐
|
|
78
|
-
│ VALIDATION LAYER │
|
|
79
|
-
│ │
|
|
80
|
-
│ Quick Check (checklist.py): │
|
|
81
|
-
│ • Security scan │
|
|
82
|
-
│ • Code quality (lint/types) │
|
|
83
|
-
│ • Schema validation │
|
|
84
|
-
│ • Test suite │
|
|
85
|
-
│ • UX audit │
|
|
86
|
-
│ • SEO check │
|
|
87
|
-
│ │
|
|
88
|
-
│ Full Check (verify_all.py): │
|
|
89
|
-
│ • All above + Lighthouse │
|
|
90
|
-
│ • E2E tests (Playwright) │
|
|
91
|
-
│ • Bundle analysis │
|
|
92
|
-
│ • Mobile audit │
|
|
93
|
-
│ • i18n check │
|
|
94
|
-
└──────────────┬──────────────────────┘
|
|
95
|
-
│
|
|
96
|
-
▼
|
|
97
|
-
┌─────────────────────────────────────┐
|
|
98
|
-
│ RESULT DELIVERY │
|
|
99
|
-
│ • Present changes to user │
|
|
100
|
-
│ • Provide explanations │
|
|
101
|
-
│ • Suggest next steps │
|
|
102
|
-
└─────────────────────────────────────┘
|
|
103
|
-
┌─────────────────────────────────────┐
|
|
104
|
-
│ THE WATCHDOG (v4.0.8) │
|
|
105
|
-
│ • Real-time Hang Detection │
|
|
106
|
-
│ • Loop Prevention Protocol │
|
|
107
|
-
│ • Error Log (ERRORS.md) Logging │
|
|
108
|
-
└─────────────────────────────────────┘
|
|
109
|
-
```
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
## 🎯 Detailed Agent Workflow
|
|
114
|
-
|
|
115
|
-
### 1️⃣ **Request Entry Points**
|
|
116
|
-
|
|
117
|
-
```
|
|
118
|
-
User Input Types:
|
|
119
|
-
┌─────────────────────────────────────────────────────────────┐
|
|
120
|
-
│ A. Natural Language Request │
|
|
121
|
-
│ "Build a React dashboard with charts" │
|
|
122
|
-
│ │
|
|
123
|
-
│ B. Slash Command │
|
|
124
|
-
│ "/create feature: user authentication" │
|
|
125
|
-
│ │
|
|
126
|
-
│ C. Domain-Specific Request │
|
|
127
|
-
│ "Optimize database queries" → database-architect │
|
|
128
|
-
│ "Fix security vulnerability" → security-auditor │
|
|
129
|
-
│ "Deploy to AWS" → devops-engineer │
|
|
130
|
-
└─────────────────────────────────────────────────────────────┘
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
#### Socratic Gate Protocol
|
|
134
|
-
|
|
135
|
-
Before implementation, verify:
|
|
136
|
-
|
|
137
|
-
- **New Feature** → ASK 3 strategic questions
|
|
138
|
-
- **Bug Fix** → Confirm understanding + ask impact
|
|
139
|
-
- **Vague request** → Ask Purpose, Users, Scope
|
|
140
|
-
|
|
141
|
-
### 2️⃣ **Agent Selection Matrix**
|
|
142
|
-
|
|
143
|
-
#### Agent Routing Checklist (Mandatory)
|
|
144
|
-
|
|
145
|
-
Before ANY code/design work:
|
|
146
|
-
|
|
147
|
-
| Step | Check | If Unchecked |
|
|
148
|
-
| ---- | ---------------------------- | ---------------------------------------- |
|
|
149
|
-
| 1 | Identify correct agent | → Analyze request domain |
|
|
150
|
-
| 2 | Read agent's .md file | → Open `.agent/agents/{agent}.md` |
|
|
151
|
-
| 3 | Announce agent | → `🤖 Applying knowledge of @[agent]...` |
|
|
152
|
-
| 4 | Load skills from frontmatter | → Check `skills:` field |
|
|
153
|
-
|
|
154
|
-
```
|
|
155
|
-
Request Domain → Agent Mapping:
|
|
156
|
-
|
|
157
|
-
┌──────────────────────┬─────────────────────┬──────────────────────────┐
|
|
158
|
-
│ Domain │ Primary Agent │ Skills Loaded │
|
|
159
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
160
|
-
│ UI/UX Design │ frontend-specialist │ react-best-practices │
|
|
161
|
-
│ │ │ frontend-design │
|
|
162
|
-
│ │ │ tailwind-patterns │
|
|
163
|
-
| │ │ web-design-guidelines │
|
|
164
|
-
│ │ │ frontend-design │
|
|
165
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
166
|
-
│ API Development │ backend-specialist │ api-patterns │
|
|
167
|
-
│ │ │ nodejs-best-practices │
|
|
168
|
-
│ │ │ nestjs-expert │
|
|
169
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
170
|
-
│ Database Design │ database-architect │ database-design │
|
|
171
|
-
│ │ │ prisma-expert │
|
|
172
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
173
|
-
│ Mobile App │ mobile-developer │ mobile-design │
|
|
174
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
175
|
-
│ Game Development │ game-developer │ game-development │
|
|
176
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
177
|
-
│ DevOps/Deployment │ devops-engineer │ docker-expert │
|
|
178
|
-
│ │ │ deployment-procedures │
|
|
179
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
180
|
-
│ Security Audit │ security-auditor │ vulnerability-scanner │
|
|
181
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
182
|
-
│ Penetration Testing │ penetration-tester │ red-team-tactics │
|
|
183
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
184
|
-
│ Testing │ test-engineer │ testing-patterns │
|
|
185
|
-
│ │ │ webapp-testing │
|
|
186
|
-
│ │ │ tdd-workflow │
|
|
187
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
188
|
-
│ Debugging │ debugger │ systematic-debugging │
|
|
189
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
190
|
-
│ Performance │ performance- │ performance-profiling │
|
|
191
|
-
│ │ optimizer │ │
|
|
192
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
193
|
-
│ SEO │ seo-specialist │ seo-fundamentals │
|
|
194
|
-
│ │ │ geo-fundamentals │
|
|
195
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
196
|
-
│ Documentation │ documentation- │ documentation-templates │
|
|
197
|
-
│ │ writer │ │
|
|
198
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
199
|
-
│ Planning/Discovery │ project-planner │ brainstorming │
|
|
200
|
-
│ │ │ plan-writing │
|
|
201
|
-
│ │ │ architecture │
|
|
202
|
-
├──────────────────────┼─────────────────────┼──────────────────────────┤
|
|
203
|
-
│ Multi-Agent Tasks │ orchestrator │ parallel-agents │
|
|
204
|
-
│ │ │ behavioral-modes │
|
|
205
|
-
└──────────────────────┴─────────────────────┴──────────────────────────┘
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
### 3️⃣ **Skill Loading Protocol**
|
|
209
|
-
|
|
210
|
-
```
|
|
211
|
-
┌─────────────────────────────────────────────────────────────┐
|
|
212
|
-
│ SKILL LOADING FLOW │
|
|
213
|
-
└─────────────────────────────────────────────────────────────┘
|
|
214
|
-
|
|
215
|
-
Step 1: Match Request to Skill
|
|
216
|
-
┌──────────────────────────────────────────┐
|
|
217
|
-
│ User: "Build a REST API" │
|
|
218
|
-
│ ↓ │
|
|
219
|
-
│ Keyword Match: "API" → api-patterns │
|
|
220
|
-
└──────────────────────────────────────────┘
|
|
221
|
-
↓
|
|
222
|
-
Step 2: Load Skill Metadata
|
|
223
|
-
┌──────────────────────────────────────────┐
|
|
224
|
-
│ Read: .agent/skills/api-patterns/ │
|
|
225
|
-
│ └── SKILL.md (main instructions) │
|
|
226
|
-
└──────────────────────────────────────────┘
|
|
227
|
-
↓
|
|
228
|
-
Step 3: Load References (if needed)
|
|
229
|
-
┌──────────────────────────────────────────┐
|
|
230
|
-
│ Read: api-patterns/rest.md │
|
|
231
|
-
│ api-patterns/graphql.md │
|
|
232
|
-
│ api-patterns/auth.md │
|
|
233
|
-
│ api-patterns/documentation.md │
|
|
234
|
-
└──────────────────────────────────────────┘
|
|
235
|
-
↓
|
|
236
|
-
Step 4: Execute Scripts (if needed)
|
|
237
|
-
┌──────────────────────────────────────────┐
|
|
238
|
-
│ Run: scripts/api_validator.py │
|
|
239
|
-
│ (validates API design) │
|
|
240
|
-
└──────────────────────────────────────────┘
|
|
241
|
-
↓
|
|
242
|
-
Step 5: Apply Knowledge
|
|
243
|
-
┌──────────────────────────────────────────┐
|
|
244
|
-
│ Agent now has: │
|
|
245
|
-
│ • API design patterns │
|
|
246
|
-
│ • Authentication strategies │
|
|
247
|
-
│ • Documentation templates │
|
|
248
|
-
│ • Validation scripts │
|
|
249
|
-
└──────────────────────────────────────────┘
|
|
250
|
-
|
|
251
|
-
### Related Skills Pattern
|
|
252
|
-
|
|
253
|
-
Skills now link to each other:
|
|
254
|
-
- `frontend-design` → `web-design-guidelines` (after coding)
|
|
255
|
-
- `web-design-guidelines` → `frontend-design` (before coding)
|
|
256
|
-
|
|
257
|
-
> **Note**: Scripts are NOT auto-executed. AI suggests running them, user approves.
|
|
258
|
-
```
|
|
259
|
-
|
|
260
|
-
### 4️⃣ **Workflow Command Execution**
|
|
261
|
-
|
|
262
|
-
```
|
|
263
|
-
Slash Command Flow:
|
|
264
|
-
|
|
265
|
-
/brainstorm
|
|
266
|
-
↓
|
|
267
|
-
1. Load: brainstorming skill
|
|
268
|
-
2. Apply: Socratic questioning
|
|
269
|
-
3. Output: Structured discovery document
|
|
270
|
-
|
|
271
|
-
/create
|
|
272
|
-
↓
|
|
273
|
-
1. Detect: Project type (web/mobile/api/game)
|
|
274
|
-
2. Load: app-builder skill + domain-specific skills
|
|
275
|
-
3. Select: Template from app-builder/templates/
|
|
276
|
-
4. Scaffold: Generate project structure
|
|
277
|
-
5. Validate: Run checklist.py
|
|
278
|
-
|
|
279
|
-
/debug
|
|
280
|
-
↓
|
|
281
|
-
1. Load: systematic-debugging skill
|
|
282
|
-
2. Analyze: Error logs, stack traces
|
|
283
|
-
3. Apply: Root cause analysis
|
|
284
|
-
4. Suggest: Fix with code examples
|
|
285
|
-
5. Test: Verify fix works
|
|
286
|
-
|
|
287
|
-
/deploy
|
|
288
|
-
↓
|
|
289
|
-
1. Load: deployment-procedures skill
|
|
290
|
-
2. Detect: Platform (Vercel, AWS, Docker, etc.)
|
|
291
|
-
3. Prepare: Build artifacts
|
|
292
|
-
4. Execute: Deployment scripts
|
|
293
|
-
5. Verify: Health checks
|
|
294
|
-
6. Output: Deployment URL
|
|
295
|
-
|
|
296
|
-
/test
|
|
297
|
-
↓
|
|
298
|
-
1. Load: testing-patterns + webapp-testing skills
|
|
299
|
-
2. Detect: Test framework (Jest, Vitest, Playwright)
|
|
300
|
-
3. Generate: Test cases
|
|
301
|
-
4. Execute: Run tests
|
|
302
|
-
5. Report: Coverage + results
|
|
303
|
-
|
|
304
|
-
/orchestrate
|
|
305
|
-
↓
|
|
306
|
-
1. Load: parallel-agents skill
|
|
307
|
-
2. Decompose: Task into subtasks
|
|
308
|
-
3. Assign: Each subtask to specialist agent
|
|
309
|
-
4. Coordinate: Parallel execution
|
|
310
|
-
5. Merge: Combine results
|
|
311
|
-
6. Validate: Run full verification
|
|
312
|
-
|
|
313
|
-
/plan
|
|
314
|
-
↓
|
|
315
|
-
1. Load: plan-writing + architecture skills
|
|
316
|
-
2. Analyze: Requirements
|
|
317
|
-
3. Break down: Tasks with estimates
|
|
318
|
-
4. Output: Structured plan with milestones
|
|
319
|
-
|
|
320
|
-
/ui-ux-pro-max
|
|
321
|
-
↓
|
|
322
|
-
1. Load: ui-ux-pro-max skill
|
|
323
|
-
2. Access: 50 design styles
|
|
324
|
-
3. Access: 21 color palettes
|
|
325
|
-
4. Access: 50 font combinations
|
|
326
|
-
5. Generate: Professional UI with selected style
|
|
327
|
-
```
|
|
328
|
-
|
|
329
|
-
### 5️⃣ **Multi-Agent Orchestration**
|
|
330
|
-
|
|
331
|
-
```
|
|
332
|
-
Complex Task → /orchestrate → Multiple Specialist Personas
|
|
333
|
-
|
|
334
|
-
Example: "Build a full-stack e-commerce app"
|
|
335
|
-
|
|
336
|
-
┌─────────────────────────────────────────────────────────────┐
|
|
337
|
-
│ ORCHESTRATOR AGENT │
|
|
338
|
-
│ Decomposes task into sequential workstreams │
|
|
339
|
-
└─────────────────────────────────────────────────────────────┘
|
|
340
|
-
│
|
|
341
|
-
┌─────────────────────┼─────────────────────┐
|
|
342
|
-
│ │ │
|
|
343
|
-
▼ ▼ ▼
|
|
344
|
-
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
|
|
345
|
-
│ FRONTEND │ │ BACKEND │ │ DATABASE │
|
|
346
|
-
│ SPECIALIST │ │ SPECIALIST │ │ ARCHITECT │
|
|
347
|
-
│ │ │ │ │ │
|
|
348
|
-
│ Skills: │ │ Skills: │ │ Skills: │
|
|
349
|
-
│ • react-* │ │ • api-* │ │ • database-* │
|
|
350
|
-
│ • nextjs-* │ │ • nodejs-* │ │ • prisma-* │
|
|
351
|
-
│ • tailwind-* │ │ • nestjs-* │ │ │
|
|
352
|
-
│ │ │ │ │ │
|
|
353
|
-
│ Builds: │ │ Builds: │ │ Builds: │
|
|
354
|
-
│ • UI/UX │ │ • REST API │ │ • Schema │
|
|
355
|
-
│ • Components │ │ • Auth │ │ • Migrations │
|
|
356
|
-
│ • Pages │ │ • Business │ │ • Indexes │
|
|
357
|
-
└───────┬───────┘ └───────┬───────┘ └───────┬───────┘
|
|
358
|
-
│ │ │
|
|
359
|
-
└─────────────────┬─┴───────────────────┘
|
|
360
|
-
│
|
|
361
|
-
▼
|
|
362
|
-
┌─────────────────────────────────────┐
|
|
363
|
-
│ CODE COHERENCE │
|
|
364
|
-
│ • AI maintains consistency │
|
|
365
|
-
│ • Sequential context switching │
|
|
366
|
-
│ • Ensure API contracts match │
|
|
367
|
-
└──────────────┬──────────────────────┘
|
|
368
|
-
│
|
|
369
|
-
▼
|
|
370
|
-
┌─────────────────────────────────────┐
|
|
371
|
-
│ VALIDATION (All Agents) │
|
|
372
|
-
│ • test-engineer → Tests │
|
|
373
|
-
│ • security-auditor → Security │
|
|
374
|
-
│ • performance-optimizer → Perf │
|
|
375
|
-
└──────────────┬──────────────────────┘
|
|
376
|
-
│
|
|
377
|
-
▼
|
|
378
|
-
┌─────────────────────────────────────┐
|
|
379
|
-
│ DEPLOYMENT │
|
|
380
|
-
│ • devops-engineer → Deploy │
|
|
381
|
-
└─────────────────────────────────────┘
|
|
382
|
-
```
|
|
383
|
-
|
|
384
|
-
### 6️⃣ **Validation & Quality Gates**
|
|
385
|
-
|
|
386
|
-
```
|
|
387
|
-
┌─────────────────────────────────────────────────────────────┐
|
|
388
|
-
│ VALIDATION PIPELINE │
|
|
389
|
-
└─────────────────────────────────────────────────────────────┘
|
|
390
|
-
|
|
391
|
-
During Development (Quick Checks):
|
|
392
|
-
┌──────────────────────────────────────────┐
|
|
393
|
-
│ python .agent/scripts/checklist.py . │
|
|
394
|
-
├──────────────────────────────────────────┤
|
|
395
|
-
│ ✓ Security Scan (vulnerabilities) │
|
|
396
|
-
│ ✓ Code Quality (ESLint, TypeScript) │
|
|
397
|
-
│ ✓ Schema Validation (Prisma/DB) │
|
|
398
|
-
│ ✓ Test Suite (Unit tests) │
|
|
399
|
-
│ ✓ UX Audit (Accessibility) │
|
|
400
|
-
│ ✓ SEO Check (Meta tags, performance) │
|
|
401
|
-
└──────────────────────────────────────────┘
|
|
402
|
-
Time: ~30 seconds
|
|
403
|
-
|
|
404
|
-
Pre-Deployment (Full Verification):
|
|
405
|
-
┌──────────────────────────────────────────────────────┐
|
|
406
|
-
│ python .agent/scripts/verify_all.py . │
|
|
407
|
-
│ --url http://localhost:3000 │
|
|
408
|
-
├──────────────────────────────────────────────────────┤
|
|
409
|
-
│ ✓ All Quick Checks │
|
|
410
|
-
│ ✓ Lighthouse Audit (Core Web Vitals) │
|
|
411
|
-
│ ✓ Playwright E2E Tests │
|
|
412
|
-
│ ✓ Bundle Analysis (Size, tree-shaking) │
|
|
413
|
-
│ ✓ Mobile Audit (Responsive, touch targets) │
|
|
414
|
-
│ ✓ i18n Check (Translations, locale) │
|
|
415
|
-
└──────────────────────────────────────────────────────┘
|
|
416
|
-
Time: ~3-5 minutes
|
|
417
|
-
```
|
|
418
|
-
|
|
419
|
-
---
|
|
420
|
-
|
|
421
|
-
## 🧩 Skill-to-Script Mapping
|
|
422
|
-
|
|
423
|
-
```
|
|
424
|
-
Skills with Automated Scripts:
|
|
425
|
-
|
|
426
|
-
┌─────────────────────────┬──────────────────────────────────┐
|
|
427
|
-
│ Skill │ Script │
|
|
428
|
-
├─────────────────────────┼──────────────────────────────────┤
|
|
429
|
-
│ api-patterns │ scripts/api_validator.py │
|
|
430
|
-
│ database-design │ scripts/schema_validator.py │
|
|
431
|
-
│ frontend-design │ scripts/accessibility_checker.py │
|
|
432
|
-
│ │ scripts/ux_audit.py │
|
|
433
|
-
│ geo-fundamentals │ scripts/geo_checker.py │
|
|
434
|
-
│ i18n-localization │ scripts/i18n_checker.py │
|
|
435
|
-
│ lint-and-validate │ scripts/lint_runner.py │
|
|
436
|
-
│ │ scripts/type_coverage.py │
|
|
437
|
-
│ mobile-design │ scripts/mobile_audit.py │
|
|
438
|
-
│ performance-profiling │ scripts/lighthouse_runner.py │
|
|
439
|
-
│ │ scripts/bundle_analyzer.py │
|
|
440
|
-
│ seo-fundamentals │ scripts/seo_checker.py │
|
|
441
|
-
│ testing-patterns │ scripts/test_runner.py │
|
|
442
|
-
│ vulnerability-scanner │ scripts/security_scanner.py │
|
|
443
|
-
│ webapp-testing │ scripts/e2e_runner.py │
|
|
444
|
-
└─────────────────────────┴──────────────────────────────────┘
|
|
445
|
-
```
|
|
446
|
-
|
|
447
|
-
---
|
|
448
|
-
|
|
449
|
-
## 🔄 Complete Request Lifecycle Example
|
|
450
|
-
|
|
451
|
-
```
|
|
452
|
-
User Request: "Build a Next.js dashboard with authentication"
|
|
453
|
-
|
|
454
|
-
1. REQUEST CLASSIFICATION
|
|
455
|
-
├─ Type: Build new feature
|
|
456
|
-
├─ Domain: Frontend + Backend
|
|
457
|
-
├─ Complexity: Medium-High
|
|
458
|
-
└─ Suggested: /create or /orchestrate
|
|
459
|
-
|
|
460
|
-
2. WORKFLOW SELECTION
|
|
461
|
-
└─ User chooses: /orchestrate (multi-agent approach)
|
|
462
|
-
|
|
463
|
-
3. ORCHESTRATOR DECOMPOSITION
|
|
464
|
-
├─ Frontend: Dashboard UI (React components)
|
|
465
|
-
├─ Backend: Auth API (JWT, session management)
|
|
466
|
-
├─ Database: User schema (Prisma)
|
|
467
|
-
└─ Testing: E2E auth flow
|
|
468
|
-
|
|
469
|
-
4. AGENT ASSIGNMENT
|
|
470
|
-
├─ frontend-specialist
|
|
471
|
-
│ └─ Skills: react-best-practices, tailwind-patterns, frontend-design
|
|
472
|
-
├─ backend-specialist
|
|
473
|
-
│ └─ Skills: api-patterns, nodejs-best-practices
|
|
474
|
-
├─ database-architect
|
|
475
|
-
│ └─ Skills: database-design, prisma-expert
|
|
476
|
-
└─ test-engineer
|
|
477
|
-
└─ Skills: testing-patterns, webapp-testing
|
|
478
|
-
|
|
479
|
-
5. SEQUENTIAL MULTI-DOMAIN EXECUTION
|
|
480
|
-
Note: AI processes each domain sequentially, switching context between specialist "personas."
|
|
481
|
-
This is NOT true parallel execution but simulated multi-agent behavior.
|
|
482
|
-
|
|
483
|
-
├─ Frontend builds:
|
|
484
|
-
│ ├─ app/dashboard/page.tsx (Server Component)
|
|
485
|
-
│ ├─ components/DashboardLayout.tsx
|
|
486
|
-
│ ├─ components/LoginForm.tsx
|
|
487
|
-
│ └─ lib/auth-client.ts
|
|
488
|
-
├─ Backend builds:
|
|
489
|
-
│ ├─ app/api/auth/login/route.ts
|
|
490
|
-
│ ├─ app/api/auth/logout/route.ts
|
|
491
|
-
│ ├─ lib/jwt.ts
|
|
492
|
-
│ └─ middleware.ts
|
|
493
|
-
├─ Database builds:
|
|
494
|
-
│ ├─ prisma/schema.prisma (User, Session models)
|
|
495
|
-
│ └─ prisma/migrations/
|
|
496
|
-
└─ Testing builds:
|
|
497
|
-
├─ tests/auth.spec.ts (Playwright)
|
|
498
|
-
└─ tests/dashboard.spec.ts
|
|
499
|
-
|
|
500
|
-
6. CODE INTEGRATION
|
|
501
|
-
Reality Note: AI writes code as a continuous stream, maintaining consistency.
|
|
502
|
-
There is no "merge" step - it's all generated coherently from the start.
|
|
503
|
-
|
|
504
|
-
└─ AI maintains coherence across domains
|
|
505
|
-
├─ Resolves import paths
|
|
506
|
-
├─ Ensures type safety
|
|
507
|
-
└─ Connects API routes to UI
|
|
508
|
-
|
|
509
|
-
7. VALIDATION
|
|
510
|
-
├─ checklist.py
|
|
511
|
-
│ ✓ Security: No leaked secrets
|
|
512
|
-
│ ✓ Lint: No ESLint errors
|
|
513
|
-
│ ✓ Types: TypeScript passes
|
|
514
|
-
│ ✓ Tests: Auth flow passes
|
|
515
|
-
└─ verify_all.py
|
|
516
|
-
✓ E2E: Login → Dashboard → Logout works
|
|
517
|
-
✓ Accessibility: WCAG AA compliant
|
|
518
|
-
✓ Performance: Lighthouse score > 90
|
|
519
|
-
|
|
520
|
-
8. RESULT DELIVERY
|
|
521
|
-
└─ User receives:
|
|
522
|
-
├─ Complete codebase
|
|
523
|
-
├─ Documentation (how to run)
|
|
524
|
-
├─ Test reports
|
|
525
|
-
└─ Deployment instructions
|
|
526
|
-
```
|
|
527
|
-
|
|
528
|
-
---
|
|
529
|
-
|
|
530
|
-
## 📈 Statistics & Metrics
|
|
531
|
-
|
|
532
|
-
```
|
|
533
|
-
┌──────────────────────────────────────────────────────────┐
|
|
534
|
-
│ SYSTEM CAPABILITIES │
|
|
535
|
-
├──────────────────────────────────────────────────────────┤
|
|
536
|
-
│ Total Agents: 22 │
|
|
537
|
-
│ Total Master Skills: 72 │
|
|
538
|
-
│ Total Workflows: 30 │
|
|
539
|
-
│ Shared Standards (DNA): 17 │
|
|
540
|
-
│ Supported Scales: Instant, Creative, SME │
|
|
541
|
-
│ │
|
|
542
|
-
│ Supported Frameworks: │
|
|
543
|
-
│ ├─ Frontend: React, Next.js 15, Tailwind v4, Nuxt, Astro │
|
|
544
|
-
│ ├─ Backend: Node.js, Python 3.13, FastAPI, NestJS │
|
|
545
|
-
│ ├─ Mobile: React Native, Flutter, Expo │
|
|
546
|
-
│ ├─ Database: Prisma, Drizzle, PostgreSQL, Supabase │
|
|
547
|
-
│ ├─ Testing: Vitest, Playwright, TDD Master │
|
|
548
|
-
│ └─ DevOps: Docker, Vercel, AWS, Cloud Architect │
|
|
549
|
-
└──────────────────────────────────────────────────────────┘
|
|
550
|
-
```
|
|
551
|
-
|
|
552
|
-
---
|
|
553
|
-
|
|
554
|
-
## 🎓 Best Practices
|
|
555
|
-
|
|
556
|
-
### When to Use Each Workflow
|
|
557
|
-
|
|
558
|
-
```
|
|
559
|
-
/brainstorm
|
|
560
|
-
✓ Unclear requirements
|
|
561
|
-
✓ Need to explore options
|
|
562
|
-
✓ Complex problem needs breaking down
|
|
563
|
-
|
|
564
|
-
/create
|
|
565
|
-
✓ New feature in existing project
|
|
566
|
-
✓ Small-to-medium complexity
|
|
567
|
-
✓ Single domain (frontend OR backend)
|
|
568
|
-
|
|
569
|
-
/orchestrate
|
|
570
|
-
✓ Full-stack features
|
|
571
|
-
✓ Complex multi-step tasks
|
|
572
|
-
✓ Need multiple specialist agents
|
|
573
|
-
|
|
574
|
-
/debug
|
|
575
|
-
✓ Bug reports
|
|
576
|
-
✓ Unexpected behavior
|
|
577
|
-
✓ Performance issues
|
|
578
|
-
|
|
579
|
-
/test
|
|
580
|
-
✓ Need test coverage
|
|
581
|
-
✓ Before deployment
|
|
582
|
-
✓ After major changes
|
|
583
|
-
|
|
584
|
-
/deploy
|
|
585
|
-
✓ Ready to ship
|
|
586
|
-
✓ After all tests pass
|
|
587
|
-
✓ Need production URL
|
|
588
|
-
|
|
589
|
-
/plan
|
|
590
|
-
✓ Large projects
|
|
591
|
-
✓ Need time estimates
|
|
592
|
-
✓ Team coordination needed
|
|
593
|
-
```
|
|
594
|
-
|
|
595
|
-
---
|
|
596
|
-
|
|
597
|
-
## 🔗 Quick Reference Links
|
|
598
|
-
|
|
599
|
-
- **Architecture**: `.agent/ARCHITECTURE.md`
|
|
600
|
-
- **Agents**: `.agent/agents/`
|
|
601
|
-
- **Skills**: `.agent/skills/`
|
|
602
|
-
- **Workflows**: `.agent/workflows/`
|
|
603
|
-
- **Scripts**: `.agent/scripts/`
|
|
604
|
-
|
|
605
|
-
---
|
|
606
|
-
|
|
607
|
-
**Last Updated**: 2026-02-08
|
|
608
|
-
**Version**: 4.0.7 (Standardized Edition)
|
package/docs/CONTRIBUTING.md
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# Contributing to Antigravity IDE
|
|
2
|
-
|
|
3
|
-
Thank you for your interest in contributing! We welcome contributions from everyone.
|
|
4
|
-
|
|
5
|
-
## 🤝 Code of Conduct
|
|
6
|
-
By participating in this project, you agree to abide by our Code of Conduct. Please be respectful and inclusive.
|
|
7
|
-
|
|
8
|
-
## 🚀 How to Contribute
|
|
9
|
-
|
|
10
|
-
### 1. Reporting Bugs
|
|
11
|
-
- Check [Troubleshooting Guide](./TROUBLESHOOTING.md) first.
|
|
12
|
-
- Open an issue with a clear title and description.
|
|
13
|
-
- Include reproduction steps and environment details.
|
|
14
|
-
|
|
15
|
-
### 2. Suggesting Enhancements
|
|
16
|
-
- Open an issue tagged `enhancement`.
|
|
17
|
-
- Explain *why* this feature would be useful.
|
|
18
|
-
|
|
19
|
-
### 3. Pull Requests (PR)
|
|
20
|
-
- **Fork** the repo and create your branch from `develop`.
|
|
21
|
-
- **Structure**: `feat/your-feature` or `fix/your-bug`.
|
|
22
|
-
- **Commit Messages**: We use [Conventional Commits](https://www.conventionalcommits.org/).
|
|
23
|
-
- `feat: add new workflow`
|
|
24
|
-
- `fix: resolve npm install error`
|
|
25
|
-
- `docs: update readme`
|
|
26
|
-
- **Tests**: Ensure all tests pass (`npm test`).
|
|
27
|
-
- **Lint**: Run `npm run lint` before committing.
|
|
28
|
-
|
|
29
|
-
## 🛠️ Development Setup
|
|
30
|
-
|
|
31
|
-
1. Clone your fork:
|
|
32
|
-
```bash
|
|
33
|
-
git clone https://github.com/your-username/google-antigravity.git
|
|
34
|
-
cd google-antigravity
|
|
35
|
-
```
|
|
36
|
-
2. Install dependencies:
|
|
37
|
-
```bash
|
|
38
|
-
npm install
|
|
39
|
-
```
|
|
40
|
-
3. Link globally for testing:
|
|
41
|
-
```bash
|
|
42
|
-
npm link
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
## 📜 License
|
|
46
|
-
By contributing, you agree that your contributions will be licensed under its MIT License.
|