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/README.md
CHANGED
|
@@ -1,108 +1,141 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="antigravity-ide-logo.svg" alt="AntiGravity IDE Logo" width="120">
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
# 🛰️ AntiGravity IDE
|
|
4
|
+
### *Advanced Edition • v4.3.3 Meta-Engine*
|
|
6
5
|
|
|
7
|
-
|
|
6
|
+
<!-- BADGES: Spaced & Tightly Wrapped to prevent Underlines -->
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/v/antigravity-ide?color=2ea44f&logo=npm" alt="npm version" /></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/dm/antigravity-ide?color=blueviolet&logo=npm" alt="npm downloads" /></a>
|
|
10
|
+
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide/actions"><img src="https://img.shields.io/github/actions/workflow/status/Dokhacgiakhoa/antigravity-ide/npm-publish.yml?logo=github&label=BUILD" alt="Build Status" /></a>
|
|
11
|
+
<a href="LICENSE"><img src="https://img.shields.io/npm/l/antigravity-ide?color=orange" alt="License" /></a>
|
|
12
|
+
</p>
|
|
8
13
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
14
|
+
<!-- SECOND ROW: Stats -->
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://socket.dev/npm/package/antigravity-ide"><img src="https://socket.dev/api/badge/npm/package/antigravity-ide" alt="Socket Badge" /></a>
|
|
17
|
+
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide"><img src="https://img.shields.io/github/languages/code-size/Dokhacgiakhoa/antigravity-ide?color=blue" alt="Code Size" /></a>
|
|
18
|
+
<img src="https://img.shields.io/badge/Files-10.9k-blueviolet" alt="Total Files" />
|
|
19
|
+
<img src="https://img.shields.io/badge/Lines_of_Code-669k-ff69b4" alt="Lines of Code" />
|
|
20
|
+
</p>
|
|
12
21
|
|
|
13
|
-
<
|
|
22
|
+
<br>
|
|
14
23
|
|
|
15
|
-
|
|
24
|
+
**Easy Vibe, Lazy Code. One Command to Rule Them All.**
|
|
25
|
+
|
|
26
|
+
[Explore Docs](https://antigravity-ide-cli.vercel.app/) • [Github](https://github.com/Dokhacgiakhoa/antigravity-ide) • [Report Bug](https://github.com/Dokhacgiakhoa/antigravity-ide/issues)
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
### 📊 System Identity Matrix
|
|
31
|
+
|
|
32
|
+
| **16** Rules | **573** Skills | **30** Flows | **10.9k** Files | **669k** Lines |
|
|
16
33
|
| :---: | :---: | :---: | :---: | :---: |
|
|
17
|
-
|
|
|
34
|
+
| *Governance* | *Operational* | *Standardized* | *Workspace* | *Codebase* |
|
|
18
35
|
|
|
19
36
|
</div>
|
|
20
37
|
|
|
21
|
-
|
|
38
|
+
<br>
|
|
39
|
+
|
|
40
|
+
## ⚡ Smart Installation (npx)
|
|
22
41
|
|
|
23
|
-
|
|
42
|
+
Antigravity uses a **Dual-Scope Strategy** to ensure absolute stability:
|
|
24
43
|
|
|
25
|
-
|
|
44
|
+
1. **Global Scope (Project Root)**: Installs `GEMINI.md` (Configuration).
|
|
45
|
+
2. **Workspace Scope (`.agent/`)**: Installs Rules, Skills, and Workflows (The Brain).
|
|
26
46
|
|
|
27
|
-
```
|
|
28
|
-
|
|
47
|
+
```bash
|
|
48
|
+
# ONE COMMAND TO RULE THEM ALL
|
|
49
|
+
npx antigravity-ide [project-name]
|
|
29
50
|
```
|
|
30
51
|
|
|
31
|
-
|
|
32
|
-
|
|
52
|
+
> [!TIP]
|
|
53
|
+
> **New to npx?** Check our [NPX Installation Guide](docs/INSTALL_NPX_GUIDE.md) for a step-by-step setup.
|
|
33
54
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## ✨ The Premium Edge (v4.3.3)
|
|
58
|
+
|
|
59
|
+
Why choose AntiGravity over standard AI wrappers?
|
|
60
|
+
|
|
61
|
+
| Feature | **AntiGravity IDE** | Standard AI Wrappers |
|
|
62
|
+
| :--- | :--- | :--- |
|
|
63
|
+
| **🧠 Fractal Intelligence** | **573 Core Skills** with 2977 nested tactics | Single-purpose prompts |
|
|
64
|
+
| **🛡️ Watchdog System** | Real-time hang detection & error learning | Direct failures / Silent crashes |
|
|
65
|
+
| **🌊 Scale Adaptive** | Modular DNA for Instant, Creative, or SME | One-size-fits-all |
|
|
66
|
+
| **🛠️ Self-Healing** | Auto-repair logic via unified god command | Manual JSON debugging |
|
|
67
|
+
| **🔒 Provenance** | NPM Signed Builds (Sigstore) | Unverified builds |
|
|
68
|
+
|
|
69
|
+
---
|
|
38
70
|
|
|
39
|
-
|
|
40
|
-
- **Target**: Gemini 1.5 Pro / Paid Users.
|
|
41
|
-
- **Capabilities**: Adds DevOps, Security Audits, Cloud Architecture, TDD workflows.
|
|
42
|
-
- **Performance**: Balanced power and context usage. Industry standard.
|
|
71
|
+
## 🎯 3 Steps to Your First App
|
|
43
72
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
- **Performance**: Unlimited power.
|
|
73
|
+
1. **Launch Terminal**: Open Command Prompt or Powershell.
|
|
74
|
+
2. **Execute God Command**: `npx antigravity-ide my-app`
|
|
75
|
+
3. **Talk to the Brain**: Interact with your new Virtual Team.
|
|
48
76
|
|
|
49
77
|
---
|
|
50
78
|
|
|
51
|
-
##
|
|
52
|
-
Comprehensive documentation is installed locally with every project. You don't need internet access to master the tool.
|
|
79
|
+
## 📂 Visual Brain Structure
|
|
53
80
|
|
|
54
|
-
|
|
55
|
-
- **[Quick Install Guide](./docs/INSTALL_NPX_GUIDE.md)**:
|
|
56
|
-
*Step-by-step installation instructions and troubleshooting for first-time users.*
|
|
57
|
-
- **[Master Guide](./docs/MASTER_GUIDE.md)**:
|
|
58
|
-
*The philosophy, core concepts, and architectural decisions behind Antigravity.*
|
|
59
|
-
- **[Operational Flow](./docs/OPERATIONAL_FLOW.md)**:
|
|
60
|
-
*How to effectively run the PDCA (Plan-Do-Check-Act) cycle with AI agents.*
|
|
81
|
+
A fracture-free, standardized architecture for scalable AI development.
|
|
61
82
|
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
83
|
+
```text
|
|
84
|
+
your-project/
|
|
85
|
+
├── .agent/ # 🧠 THE BRAIN (Fractal Core)
|
|
86
|
+
│ ├── .shared/ # ⛩️ Core Library (API/DB/Security Standards)
|
|
87
|
+
│ ├── rules/ # ⚖️ Governance (Compliance, Context)
|
|
88
|
+
│ ├── skills/ # 🛠️ Mastery (573 Fractal Skills)
|
|
89
|
+
│ └── workflows/ # 🚀 Ops (/create, /debug, /audit)
|
|
90
|
+
└── GEMINI.md # 📋 Agent Identity & Configuration
|
|
91
|
+
```
|
|
71
92
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
- **
|
|
93
|
+
> [!NOTE]
|
|
94
|
+
> **Scope Definition**:
|
|
95
|
+
> - **Global**: The CLI Tool (`npx antigravity-ide`) acts as the installer.
|
|
96
|
+
> - **Workspace**: All Rules (`.agent/rules`), Skills, and Workflows are installed **Locally** into your project. This ensures total isolation context.
|
|
97
|
+
|
|
98
|
+
---
|
|
75
99
|
|
|
100
|
+
## 🚀 Power Commands
|
|
101
|
+
|
|
102
|
+
| Command | Action | Logic |
|
|
103
|
+
| :--- | :--- | :--- |
|
|
104
|
+
| `npx antigravity-ide manager` | **Manager View** | Launches Realtime Swarm Dashboard (Agent-First Mode). |
|
|
105
|
+
| `npx antigravity-ide .` | **Repair / Sync** | Scans Global (`GEMINI.md`) & Workspace (`.agent`). Fills gaps. |
|
|
106
|
+
| `npx antigravity-ide validate` | **Health Check** | Verifies integrity of both scopes. |
|
|
107
|
+
| `npx antigravity-ide update` | **Upgrade** | Updates Core DNA while respecting Scope boundaries. |
|
|
76
108
|
|
|
77
109
|
---
|
|
78
110
|
|
|
79
|
-
##
|
|
111
|
+
## ❓ Frequent Questions
|
|
80
112
|
|
|
81
|
-
<
|
|
113
|
+
<details>
|
|
114
|
+
<summary><strong>Q: Is this just another AI wrapper?</strong></summary>
|
|
115
|
+
A: No. Wrappers are stateless. Antigravity installs a **Fractal Memory System** (`.agent` folder) directly into your project. It gives your AI long-term memory, context awareness, and self-correction capabilities.
|
|
116
|
+
</details>
|
|
82
117
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
| **🌌 ULTRA** | 573 | 38 | 33 | 25 | 20 |
|
|
118
|
+
<details>
|
|
119
|
+
<summary><strong>Q: What is "Pure Install"?</strong></summary>
|
|
120
|
+
A: Starting from v4.1.23, we stripped all bloat. No internal scripts, no dev dependencies. You get **only** the production artifacts needed to run your AI team.
|
|
121
|
+
</details>
|
|
88
122
|
|
|
89
|
-
|
|
123
|
+
<details>
|
|
124
|
+
<summary><strong>Q: Can I customize the Agents?</strong></summary>
|
|
125
|
+
A: Yes. "Agents" are now dynamic personas powered by **Skills**. You can teach them new tricks by adding files to `.agent/skills/` or editing `GEMINI.md`. The system adapts to your instructions instantly.
|
|
126
|
+
</details>
|
|
90
127
|
|
|
91
|
-
|
|
128
|
+
<br>
|
|
92
129
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
│ └── skills/ # 🛠️ 550+ Mission-Ready Skills
|
|
99
|
-
├── src/ # 🏗️ YOUR APPLICATION SOURCE CODE
|
|
100
|
-
├── docs/ # 📘 Offline Documentation
|
|
101
|
-
├── GEMINI.md # ⚙️ Agent Configuration (Root Context)
|
|
102
|
-
├── ERRORS.md # 🐛 Auto-generated Error Log
|
|
103
|
-
└── README.md # 📖 Project Guide
|
|
104
|
-
```
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
- **[Gemini Usage Guide](docs/GEMINI_USAGE.md)**: How to configure and use with Google Gemini.
|
|
133
|
+
- **[Master Operations](docs/MASTER_OPERATIONS.md)**: Deep dive into the IDE's core mechanics.
|
|
134
|
+
- **[Publishing Guide](docs/PUBLISHING_GUIDE.md)**: How to release your own Agent packages.
|
|
105
135
|
|
|
106
136
|
---
|
|
107
137
|
|
|
108
|
-
|
|
138
|
+
<div align="center">
|
|
139
|
+
Developed with 💡 by <strong>Dokhacgiakhoa</strong><br>
|
|
140
|
+
<a href="LICENSE">MIT LICENSE</a>
|
|
141
|
+
</div>
|
package/README.vi.md
CHANGED
|
@@ -1,158 +1,141 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="antigravity-ide-logo.svg" alt="AntiGravity IDE Logo" width="120">
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
# 🛰️ AntiGravity IDE
|
|
4
|
+
### *Phiên bản Nâng cao • v4.3.3 Meta-Engine*
|
|
6
5
|
|
|
7
|
-
|
|
6
|
+
<!-- BADGES: Spaced & Tightly Wrapped to prevent Underlines -->
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/v/antigravity-ide?color=2ea44f&logo=npm" alt="npm version" /></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/antigravity-ide"><img src="https://img.shields.io/npm/dm/antigravity-ide?color=blueviolet&logo=npm" alt="npm downloads" /></a>
|
|
10
|
+
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide/actions"><img src="https://img.shields.io/github/actions/workflow/status/Dokhacgiakhoa/antigravity-ide/npm-publish.yml?logo=github&label=BUILD" alt="Build Status" /></a>
|
|
11
|
+
<a href="LICENSE"><img src="https://img.shields.io/npm/l/antigravity-ide?color=orange" alt="License" /></a>
|
|
12
|
+
</p>
|
|
8
13
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
14
|
+
<!-- SECOND ROW: Stats -->
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://socket.dev/npm/package/antigravity-ide"><img src="https://socket.dev/api/badge/npm/package/antigravity-ide" alt="Socket Badge" /></a>
|
|
17
|
+
<a href="https://github.com/Dokhacgiakhoa/antigravity-ide"><img src="https://img.shields.io/github/languages/code-size/Dokhacgiakhoa/antigravity-ide?color=blue" alt="Code Size" /></a>
|
|
18
|
+
<img src="https://img.shields.io/badge/Tệp-10.9k-blueviolet" alt="Total Files" />
|
|
19
|
+
<img src="https://img.shields.io/badge/Dòng_Code-669k-ff69b4" alt="Lines of Code" />
|
|
20
|
+
</p>
|
|
12
21
|
|
|
13
|
-
<
|
|
22
|
+
<br>
|
|
14
23
|
|
|
15
|
-
|
|
16
|
-
| :---: | :---: | :---: | :---: | :---: |
|
|
17
|
-
| Enterprise Standard | Role-Based Personas | PDCA Cycle | Security Armor | Shared Knowledge |
|
|
24
|
+
**Vibe thoải mái, Code thảnh thơi. Một lệnh duy nhất cân cả thế giới.**
|
|
18
25
|
|
|
19
|
-
|
|
26
|
+
[Trang chủ](https://antigravity-ide-cli.vercel.app/) • [Github](https://github.com/Dokhacgiakhoa/antigravity-ide) • [Báo lỗi](https://github.com/Dokhacgiakhoa/antigravity-ide/issues)
|
|
20
27
|
|
|
21
28
|
---
|
|
22
29
|
|
|
23
|
-
|
|
30
|
+
### 📊 Ma trận Năng lực Hệ thống
|
|
24
31
|
|
|
25
|
-
|
|
32
|
+
| **16** Quy tắc | **573** Kỹ năng | **30** Quy trình | **10.9k** Tệp | **669k** Dòng |
|
|
33
|
+
| :---: | :---: | :---: | :---: | :---: |
|
|
34
|
+
| *Quản trị* | *Công cụ lõi* | *Chuẩn hóa* | *Không gian* | *Mã nguồn* |
|
|
26
35
|
|
|
27
|
-
|
|
28
|
-
# 1. New Project (Khuyên dùng - Luôn tải bản mới nhất)
|
|
29
|
-
npx antigravity-ide@latest project_name
|
|
36
|
+
</div>
|
|
30
37
|
|
|
31
|
-
|
|
32
|
-
npx antigravity-ide@latest
|
|
33
|
-
```
|
|
38
|
+
<br>
|
|
34
39
|
|
|
35
|
-
|
|
36
|
-
> **Lưu ý quan trọng:** Không nên cài đặt Global (`npm install -g antigravity-ide`) vì sẽ gây xung đột phiên bản. Luôn dùng `npx ...@latest` để đảm bảo Project được khởi tạo với Engine mới nhất.
|
|
40
|
+
## ⚡ Cơ Chế Cài Đặt Thông Minh (Smart Sync)
|
|
37
41
|
|
|
38
|
-
|
|
39
|
-
Trải nghiệm Premium CLI với 3 cấp độ tài nguyên Resource:
|
|
42
|
+
Antigravity sử dụng chiến lược **Dual-Scope Installation** để đảm bảo sự ổn định:
|
|
40
43
|
|
|
41
|
-
1.
|
|
42
|
-
|
|
43
|
-
- **Capabilities**: Core Skills (Scaffolding, Patterns, Debugging).
|
|
44
|
-
- **Hiệu năng**: Nhẹ, siêu tốc, tiết kiệm token tối đa.
|
|
44
|
+
1. **Global Scope (Gốc Dự Án)**: Cài đặt `GEMINI.md` (Cấu hình định danh).
|
|
45
|
+
2. **Workspace Scope (Thư mục .agent)**: Cài đặt Rules, Skills, Workflows (Bộ não).
|
|
45
46
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
```bash
|
|
48
|
+
# MỘT LỆNH DUY NHẤT CHO TẤT CẢ
|
|
49
|
+
npx antigravity-ide [ten-du-an]
|
|
50
|
+
```
|
|
50
51
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
- **Capabilities**: Full Fractal Knowledge. Bao gồm Vertical Skills (Fintech, Edtech), Deep Research và Multi-Agent Orchestration.
|
|
54
|
-
- **Hiệu năng**: Sức mạnh không giới hạn.
|
|
52
|
+
> [!TIP]
|
|
53
|
+
> **Mới dùng npx?** Xem [Hướng dẫn Cài đặt](docs/INSTALL_NPX_GUIDE.vi.md) để bắt đầu.
|
|
55
54
|
|
|
56
55
|
---
|
|
57
56
|
|
|
58
|
-
##
|
|
59
|
-
Bộ tài liệu chi tiết được cài sẵn trong thư mục `docs/`. Bạn có thể tra cứu Offline bất cứ lúc nào.
|
|
57
|
+
## ✨ Điểm khác biệt (Phiên bản v4.3.3)
|
|
60
58
|
|
|
61
|
-
|
|
62
|
-
- **[Quick Install Guide](./docs/INSTALL_NPX_GUIDE.vi.md)**:
|
|
63
|
-
*Các bước cài đặt nhanh và troubleshooting cho người mới.*
|
|
64
|
-
- **[Master Guide](./docs/MASTER_GUIDE.vi.md)**:
|
|
65
|
-
*Triết lý thiết kế, các concept cốt lõi và kiến trúc hệ thống Antigravity.*
|
|
66
|
-
- **[Operational Flow](./docs/OPERATIONAL_FLOW.vi.md)**:
|
|
67
|
-
*Standard PDCA Operational Workflow (Plan-Do-Check-Act) với AI.*
|
|
59
|
+
Tại sao nên chọn AntiGravity thay vì các AI wrapper thông thường?
|
|
68
60
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
- **[Rules & Protocols](./docs/RULES_GUIDE.vi.md)**:
|
|
77
|
-
*Rules, Security Standards và Coding Protocols.*
|
|
78
|
-
|
|
79
|
-
### 🛠️ Support
|
|
80
|
-
- **[Glossary](./docs/GLOSSARY.vi.md)**: *Định nghĩa thuật ngữ (Fractal, PDCA, MCP).*
|
|
81
|
-
- **[Troubleshooting](./docs/TROUBLESHOOTING.vi.md)**: *Các lỗi phổ biến và giải pháp xử lý.*
|
|
61
|
+
| Tính năng | **AntiGravity IDE** | Wrapper AI thông thường |
|
|
62
|
+
| :--- | :--- | :--- |
|
|
63
|
+
| **🧠 Trí tuệ Fractal** | **573 Kỹ năng** với 2977 chiến thuật | Chỉ là các câu prompt rời rạc |
|
|
64
|
+
| **🛡️ Hệ thống Watchdog** | Phát hiện treo & Tự học từ lỗi dự án | Hay bị kẹt / Lỗi im lặng |
|
|
65
|
+
| **🌊 Scale Adaptive** | DNA linh hoạt cho Instant/Creative/SME | Một khuôn mẫu cho mọi dự án |
|
|
66
|
+
| **🛠️ Self-Healing** | Tự sửa lỗi cấu hình qua 1 lệnh duy nhất | Phải sửa JSON thủ công |
|
|
67
|
+
| **🔒 Provenance** | Build được ký số (NPM Sigstore) | Không xác thực nguồn gốc |
|
|
82
68
|
|
|
69
|
+
---
|
|
83
70
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
*(Ví dụ: "wake up Jarvis")*
|
|
71
|
+
## 🎯 3 Bước để Bắt đầu
|
|
87
72
|
|
|
88
|
-
|
|
73
|
+
1. **Mở Terminal**: Command Prompt hoặc Powershell.
|
|
74
|
+
2. **Chạy Lệnh Vạn Năng**: `npx antigravity-ide ten-du-an`
|
|
75
|
+
3. **Trò chuyện với AI**: Bắt đầu làm việc với đội ngũ ảo của bạn.
|
|
89
76
|
|
|
90
77
|
---
|
|
91
78
|
|
|
92
|
-
##
|
|
93
|
-
|
|
94
|
-
Thư mục `.agent` chứa toàn bộ "Brain" của hệ thống:
|
|
79
|
+
## 📂 Cấu trúc Dự án (Visual Tree)
|
|
95
80
|
|
|
96
|
-
|
|
97
|
-
- **PDCA Workflow (Plan-Do-Check-Act)**: AI không code tùy tiện. Nó phải Plan -> Execute -> Check -> Approve.
|
|
98
|
-
- **Shared Knowledge (`.shared/`)**: Chứa Project DNA như API Standards, DB Schema, Compliance Docs và các Domain Blueprints (Fintech, Edtech...).
|
|
81
|
+
Kiến trúc chuẩn hóa, dễ dàng mở rộng và bảo trì.
|
|
99
82
|
|
|
100
|
-
|
|
83
|
+
```text
|
|
84
|
+
du-an-cua-ban/
|
|
85
|
+
├── .agent/ # 🧠 BỘ NÃO (Fractal Core)
|
|
86
|
+
│ ├── .shared/ # ⛩️ Thư viện lõi (API/DB/Security Standards)
|
|
87
|
+
│ ├── rules/ # ⚖️ Quản trị (Compliance, Context)
|
|
88
|
+
│ ├── skills/ # 🛠️ Kỹ năng (573 Fractal Skills)
|
|
89
|
+
│ └── workflows/ # 🚀 Quy trình (/create, /debug, /audit)
|
|
90
|
+
└── GEMINI.md # 📋 Cấu hình định danh Agent
|
|
91
|
+
```
|
|
101
92
|
|
|
102
|
-
|
|
93
|
+
> [!NOTE]
|
|
94
|
+
> **Định Nghĩa Phạm Vi (Scope)**:
|
|
95
|
+
> - **Global (Toàn cầu)**: Bộ công cụ CLI (`npx antigravity-ide`) dùng để cài đặt & quản lý.
|
|
96
|
+
> - **Workspace (Dự án)**: Toàn bộ Quy tắc (`.agent/rules`), Kỹ năng và Quy trình được cài đặt **Cục bộ** vào từng dự án riêng biệt. Đảm bảo trí tuệ của dự án này không bị rò rỉ sang dự án khác.
|
|
103
97
|
|
|
104
|
-
|
|
98
|
+
---
|
|
105
99
|
|
|
106
|
-
|
|
107
|
-
- `/create`: Xây dựng cấu trúc Project Foundation.
|
|
108
|
-
- `/ui-ux-pro-max`: Thiết kế Premium UI/UX & Micro-interactions.
|
|
109
|
-
- `/orchestrate`: Orchestrate Multi-Agent giải quyết bài toán phức tạp.
|
|
110
|
-
- `/log-error`: Tự động log error kèm phân tích nguyên nhân và giải pháp.
|
|
111
|
-
- `/research`: (Mới) Kích hoạt **FastCode Search** tra cứu mã nguồn siêu tốc (Native Node.js).
|
|
112
|
-
- `/design-2026`: (New) Áp dụng **Frontend Trends 2026** (Liquid Glass, Bento Grid...).
|
|
100
|
+
## 🚀 Lệnh Nâng Cao (Power Commands)
|
|
113
101
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
npx antigravity-ide
|
|
118
|
-
|
|
102
|
+
| Lệnh | Hành động | Logic Xử Lý |
|
|
103
|
+
| :--- | :--- | :--- |
|
|
104
|
+
| `npx antigravity-ide manager` | **Manager View** | Mở bảng điều khiển Swarm thời gian thực (Agent-First Mode). |
|
|
105
|
+
| `npx antigravity-ide .` | **Sửa Chữa / Đồng Bộ** | Quét cả Global (`GEMINI.md`) & Workspace (`.agent`). Bù file thiếu. |
|
|
106
|
+
| `npx antigravity-ide validate` | **Kiểm Tra Sức Khỏe** | Xác minh tính toàn vẹn của cả 2 phạm vi. |
|
|
107
|
+
| `npx antigravity-ide update` | **Nâng Cấp** | Cập nhật Core DNA nhưng tôn trọng ranh giới Scope (không ghi đè ẩu). |
|
|
119
108
|
|
|
120
109
|
---
|
|
121
110
|
|
|
122
|
-
##
|
|
111
|
+
## ❓ Câu Hỏi Thường Gặp
|
|
123
112
|
|
|
124
|
-
<
|
|
113
|
+
<details>
|
|
114
|
+
<summary><strong>Q: Đây có phải chỉ là AI wrapper nữa không?</strong></summary>
|
|
115
|
+
A: Không. Wrapper thì vô tri (stateless). Antigravity cài đặt một **Hệ Thống Ký Ức Fractal** (thư mục .agent) trực tiếp vào dự án. Nó mang lại khả năng ghi nhớ dài hạn, nhận thức ngữ cảnh và tự sửa lỗi.
|
|
116
|
+
</details>
|
|
125
117
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
| **🌌 ULTRA** | 573 | 38 | 33 | 25 | 20 |
|
|
118
|
+
<details>
|
|
119
|
+
<summary><strong>Q: "Pure Install" là gì?</strong></summary>
|
|
120
|
+
A: Từ v4.1.23, chúng tôi loại bỏ hoàn toàn mã thừa. Không script nội bộ, không file rác. Bạn chỉ nhận được **đúng** những gì cần thiết để vận hành đội ngũ AI.
|
|
121
|
+
</details>
|
|
131
122
|
|
|
132
|
-
|
|
123
|
+
<details>
|
|
124
|
+
<summary><strong>Q: Tôi có thể tùy chỉnh Agent không?</strong></summary>
|
|
125
|
+
A: Có. "Agent" giờ đây là các vai trò động dựa trên **Kỹ năng (Skills)**. Bạn có thể dạy họ chiêu mới bằng cách thêm file vào `.agent/skills/` hoặc sửa `GEMINI.md`. Hệ thống sẽ tự học ngay lập tức.
|
|
126
|
+
</details>
|
|
133
127
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
```text
|
|
137
|
-
project-name/
|
|
138
|
-
├── .agent/ # 🧠 THE BRAIN: Agent DNA, Skills & Rules
|
|
139
|
-
│ ├── .shared/ # ⛩️ Master Knowledge (API, DB, Design)
|
|
140
|
-
│ ├── agents/ # 🎭 Specialist Agent Personas
|
|
141
|
-
│ └── skills/ # 🛠️ 550+ Combat Tools
|
|
142
|
-
├── src/ # 🏗️ YOUR APPLICATION SOURCE CODE
|
|
143
|
-
├── docs/ # 📘 Offline Documentation
|
|
144
|
-
├── GEMINI.md # ⚙️ Agent Configuration (Root Context)
|
|
145
|
-
├── ERRORS.md # 🐛 Auto-generated Error Log
|
|
146
|
-
└── README.md # 📖 Project Guide
|
|
147
|
-
```
|
|
128
|
+
<br>
|
|
148
129
|
|
|
149
130
|
---
|
|
150
131
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
- **
|
|
154
|
-
- **Kỹ thuật**: Tiếng Anh (Biến, hàm, logic - Đảm bảo hiệu suất AI cao nhất).
|
|
132
|
+
- **[Hướng dẫn Gemini](docs/GEMINI_USAGE.md)**: Cách cấu hình và sử dụng với Google Gemini.
|
|
133
|
+
- **[Vận hành Master](docs/MASTER_OPERATIONS.vi.md)**: Tìm hiểu sâu về cơ chế cốt lõi.
|
|
134
|
+
- **[Hướng dẫn Phát hành](docs/PUBLISHING_GUIDE.md)**: Cách đóng gói và xuất bản Agent của riêng bạn.
|
|
155
135
|
|
|
156
136
|
---
|
|
157
137
|
|
|
158
|
-
|
|
138
|
+
<div align="center">
|
|
139
|
+
Phát triển với 💡 bởi <strong>Dokhacgiakhoa</strong><br>
|
|
140
|
+
<a href="LICENSE">MIT LICENSE</a>
|
|
141
|
+
</div>
|