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
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Preview Management | Antigravity Kit",
|
|
3
|
-
description: "Learn how to use the /preview workflow to manage your local development server.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip, FeatureGrid, Feature } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Preview Management
|
|
9
|
-
|
|
10
|
-
Manage your local development server with the `/preview` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/preview` command manages your local development server.
|
|
15
|
-
Start, stop, restart, or check the status with simple commands.
|
|
16
|
-
|
|
17
|
-
<FeatureGrid>
|
|
18
|
-
<Feature title="start" description="Launch server" />
|
|
19
|
-
<Feature title="stop" description="Kill server" />
|
|
20
|
-
<Feature title="restart" description="Reload" />
|
|
21
|
-
<Feature title="check" description="Health" />
|
|
22
|
-
</FeatureGrid>
|
|
23
|
-
|
|
24
|
-
## The Process
|
|
25
|
-
|
|
26
|
-
<StepList>
|
|
27
|
-
<Step number={1} title="Start Server">
|
|
28
|
-
```bash
|
|
29
|
-
/preview start
|
|
30
|
-
```
|
|
31
|
-
</Step>
|
|
32
|
-
<Step number={2} title="Check Status">
|
|
33
|
-
```bash
|
|
34
|
-
/preview
|
|
35
|
-
```
|
|
36
|
-
</Step>
|
|
37
|
-
<Step number={3} title="Stop Server">
|
|
38
|
-
```bash
|
|
39
|
-
/preview stop
|
|
40
|
-
```
|
|
41
|
-
</Step>
|
|
42
|
-
</StepList>
|
|
43
|
-
|
|
44
|
-
## Example Session
|
|
45
|
-
|
|
46
|
-
<Terminal>
|
|
47
|
-
<TerminalLine type="user">/preview start</TerminalLine>
|
|
48
|
-
|
|
49
|
-
<TerminalBlock>
|
|
50
|
-
<TerminalLine type="agent">**🚀 Starting preview...**</TerminalLine>
|
|
51
|
-
<div className="text-xs mt-2">
|
|
52
|
-
Port: 3000<br/>
|
|
53
|
-
Type: Next.js
|
|
54
|
-
</div>
|
|
55
|
-
</TerminalBlock>
|
|
56
|
-
|
|
57
|
-
<TerminalBlock highlight>
|
|
58
|
-
<TerminalLine type="agent">**✅ Preview ready!**</TerminalLine>
|
|
59
|
-
URL: <span className="text-blue-400">http://localhost:3000</span>
|
|
60
|
-
</TerminalBlock>
|
|
61
|
-
</Terminal>
|
|
62
|
-
|
|
63
|
-
## Pro Tips
|
|
64
|
-
|
|
65
|
-
<ProTips>
|
|
66
|
-
<Tip title="Auto-detection">
|
|
67
|
-
Automatically detects Next.js, Vite, etc.
|
|
68
|
-
</Tip>
|
|
69
|
-
<Tip title="Port Conflict">
|
|
70
|
-
Suggests alternatives if port 3000 is busy.
|
|
71
|
-
</Tip>
|
|
72
|
-
</ProTips>
|
|
73
|
-
|
|
74
|
-
## Next Steps
|
|
75
|
-
|
|
76
|
-
- Run `/preview start` to launch your dev server
|
|
77
|
-
- See [Deployment](/docs/guide/examples/deployment) to go live
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Project Status | Antigravity Kit",
|
|
3
|
-
description: "Learn how to use the /status workflow to view your project and agent status at a glance.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip, FeatureGrid, Feature } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Project Status
|
|
9
|
-
|
|
10
|
-
Get a complete overview of your project with the `/status` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/status` command gives you a **complete dashboard view** of your project.
|
|
15
|
-
See project info, tech stack, completed features, agent activity, and preview status.
|
|
16
|
-
|
|
17
|
-
<FeatureGrid>
|
|
18
|
-
<Feature title="Project" description="Info & Stack" />
|
|
19
|
-
<Feature title="Agents" description="Status Board" />
|
|
20
|
-
<Feature title="Files" description="Statistics" />
|
|
21
|
-
<Feature title="Preview" description="Health Check" />
|
|
22
|
-
</FeatureGrid>
|
|
23
|
-
|
|
24
|
-
## The Process
|
|
25
|
-
|
|
26
|
-
<StepList>
|
|
27
|
-
<Step number={1} title="Run Command">
|
|
28
|
-
Simply run the command to see your project dashboard.
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
/status
|
|
32
|
-
```
|
|
33
|
-
</Step>
|
|
34
|
-
</StepList>
|
|
35
|
-
|
|
36
|
-
## Example Session
|
|
37
|
-
|
|
38
|
-
<Terminal>
|
|
39
|
-
<TerminalLine type="user">/status</TerminalLine>
|
|
40
|
-
|
|
41
|
-
<TerminalBlock>
|
|
42
|
-
<div className="text-yellow-400 mb-2">=== Project Status ===</div>
|
|
43
|
-
<div className="space-y-1 mb-4">
|
|
44
|
-
<div>📁 Project: my-ecommerce</div>
|
|
45
|
-
<div>🏷️ Type: nextjs-ecommerce</div>
|
|
46
|
-
<div>📄 Files: 73 created, 12 modified</div>
|
|
47
|
-
</div>
|
|
48
|
-
|
|
49
|
-
<div className="text-yellow-400 mb-2">=== Agent Status ===</div>
|
|
50
|
-
<div className="space-y-1 mb-4">
|
|
51
|
-
<div><span className="text-green-400">✅</span> database-architect → Completed</div>
|
|
52
|
-
<div><span className="text-green-400">✅</span> backend-specialist → Completed</div>
|
|
53
|
-
<div><span className="text-blue-400">🔄</span> frontend-specialist → 60%</div>
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
|
-
<div className="text-yellow-400 mb-2">=== Preview ===</div>
|
|
57
|
-
<div className="space-y-1">
|
|
58
|
-
<div>🌐 URL: <span className="text-blue-400">http://localhost:3000</span></div>
|
|
59
|
-
<div>💚 Health: <span className="text-green-400">OK</span></div>
|
|
60
|
-
</div>
|
|
61
|
-
</TerminalBlock>
|
|
62
|
-
</Terminal>
|
|
63
|
-
|
|
64
|
-
## Pro Tips
|
|
65
|
-
|
|
66
|
-
<ProTips>
|
|
67
|
-
<Tip title="Before Deploy">
|
|
68
|
-
Check status to ensure all agents completed.
|
|
69
|
-
</Tip>
|
|
70
|
-
<Tip title="Track Progress">
|
|
71
|
-
Monitor multi-agent orchestration in real-time.
|
|
72
|
-
</Tip>
|
|
73
|
-
</ProTips>
|
|
74
|
-
|
|
75
|
-
## Next Steps
|
|
76
|
-
|
|
77
|
-
- Run `/status` to check project state
|
|
78
|
-
- See [Deployment](/docs/guide/examples/deployment) when ready to ship
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Test Generation & Execution | Antigravity Kit",
|
|
3
|
-
description: "Learn how to use the /test workflow to generate and run tests for your code.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip, FeatureGrid, Feature } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Test Generation & Execution
|
|
9
|
-
|
|
10
|
-
Generate and run tests with the `/test` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/test` command handles **test generation and execution**.
|
|
15
|
-
Analyze code, create test suites, run tests, or check coverage.
|
|
16
|
-
|
|
17
|
-
<FeatureGrid>
|
|
18
|
-
<Feature title="run" description="Execute tests" />
|
|
19
|
-
<Feature title="generate" description="Create tests" />
|
|
20
|
-
<Feature title="coverage" description="Report" />
|
|
21
|
-
<Feature title="watch" description="Live mode" />
|
|
22
|
-
</FeatureGrid>
|
|
23
|
-
|
|
24
|
-
## The Process
|
|
25
|
-
|
|
26
|
-
<StepList>
|
|
27
|
-
<Step number={1} title="Run All Tests">
|
|
28
|
-
```bash
|
|
29
|
-
/test
|
|
30
|
-
```
|
|
31
|
-
</Step>
|
|
32
|
-
<Step number={2} title="Generate Tests for File">
|
|
33
|
-
```bash
|
|
34
|
-
/test src/auth.ts
|
|
35
|
-
```
|
|
36
|
-
</Step>
|
|
37
|
-
<Step number={3} title="Check Coverage">
|
|
38
|
-
```bash
|
|
39
|
-
/test coverage
|
|
40
|
-
```
|
|
41
|
-
</Step>
|
|
42
|
-
</StepList>
|
|
43
|
-
|
|
44
|
-
## Example Session
|
|
45
|
-
|
|
46
|
-
<Terminal>
|
|
47
|
-
<TerminalLine type="user">/test src/services/auth.ts</TerminalLine>
|
|
48
|
-
|
|
49
|
-
<TerminalBlock>
|
|
50
|
-
<TerminalLine type="agent">**Analyzing auth.ts...**</TerminalLine>
|
|
51
|
-
<div className="text-xs mt-2">
|
|
52
|
-
Found 4 functions: login, register, verifyToken, resetPassword
|
|
53
|
-
</div>
|
|
54
|
-
</TerminalBlock>
|
|
55
|
-
|
|
56
|
-
<TerminalBlock highlight>
|
|
57
|
-
<TerminalLine type="agent">**✅ Tests Generated!**</TerminalLine>
|
|
58
|
-
<div className="text-xs mt-2">
|
|
59
|
-
Created: `tests/auth.test.ts`<br/>
|
|
60
|
-
Test cases: 12<br/>
|
|
61
|
-
Coverage: 95%
|
|
62
|
-
</div>
|
|
63
|
-
</TerminalBlock>
|
|
64
|
-
</Terminal>
|
|
65
|
-
|
|
66
|
-
## Pro Tips
|
|
67
|
-
|
|
68
|
-
<ProTips>
|
|
69
|
-
<Tip title="Test Behavior">
|
|
70
|
-
Focus on what functions do, not implementation.
|
|
71
|
-
</Tip>
|
|
72
|
-
<Tip title="Edge Cases">
|
|
73
|
-
Always test errors, empty inputs, boundaries.
|
|
74
|
-
</Tip>
|
|
75
|
-
</ProTips>
|
|
76
|
-
|
|
77
|
-
## Next Steps
|
|
78
|
-
|
|
79
|
-
- Run `/test` to execute your test suite
|
|
80
|
-
- See [Deployment](/docs/guide/examples/deployment) which runs tests automatically
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Advanced UI Design | Antigravity Kit",
|
|
3
|
-
description: "Learn how to build high-conversion landing pages using the /ui-ux-pro-max workflow and style prompts.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Advanced UI Design
|
|
9
|
-
|
|
10
|
-
Create stunning, high-conversion landing pages instantly with the `/ui-ux-pro-max` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
This is a standardized workflow designed specifically for **Rapid Landing Page Development**.
|
|
15
|
-
|
|
16
|
-
<Callout type="info">
|
|
17
|
-
**Powered by NextLevelBuilder:** This workflow is optimized to work with the curated style prompts from [nextlevelbuilder.io](https://ui-ux-pro-max-skill.nextlevelbuilder.io/#styles). You pick a style, and the AI handles the execution.
|
|
18
|
-
</Callout>
|
|
19
|
-
|
|
20
|
-
## The Process
|
|
21
|
-
|
|
22
|
-
<StepList>
|
|
23
|
-
<Step number={1} title="Choose Your Style">
|
|
24
|
-
Visit [nextlevelbuilder.io](https://ui-ux-pro-max-skill.nextlevelbuilder.io/#styles) and copy a style prompt (e.g., "Modern SaaS - Dark Mode").
|
|
25
|
-
</Step>
|
|
26
|
-
<Step number={2} title="Run the Command">
|
|
27
|
-
Paste the style prompt and your content requirements.
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
/ui-ux-pro-max Create a friendly pet grooming service landing page with claymorphism cards,
|
|
31
|
-
service packages, pet gallery, booking system, and testimonials from pet owners.
|
|
32
|
-
Use playful warm colors.
|
|
33
|
-
```
|
|
34
|
-
</Step>
|
|
35
|
-
<Step number={3} title="The Construction">
|
|
36
|
-
The agent automatically builds the entire page structure.
|
|
37
|
-
|
|
38
|
-
<div className="grid grid-cols-1 md:grid-cols-3 gap-4 mt-4">
|
|
39
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3">
|
|
40
|
-
<h4 className="text-sm font-semibold mb-1">📐 Structure</h4>
|
|
41
|
-
<p className="text-xs text-zinc-500 dark:text-zinc-400 m-0">Semantic HTML5 & SEO hierarchy</p>
|
|
42
|
-
</div>
|
|
43
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3">
|
|
44
|
-
<h4 className="text-sm font-semibold mb-1">🧩 Components</h4>
|
|
45
|
-
<p className="text-xs text-zinc-500 dark:text-zinc-400 m-0">Reusable, accessible UI blocks</p>
|
|
46
|
-
</div>
|
|
47
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3">
|
|
48
|
-
<h4 className="text-sm font-semibold mb-1">✨ Interactivity</h4>
|
|
49
|
-
<p className="text-xs text-zinc-500 dark:text-zinc-400 m-0">Micro-animations & responsiveness</p>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
</Step>
|
|
53
|
-
</StepList>
|
|
54
|
-
|
|
55
|
-
## Example Session
|
|
56
|
-
|
|
57
|
-
<Terminal>
|
|
58
|
-
<TerminalLine type="user">/ui-ux-pro-max Create a friendly pet grooming service landing page with claymorphism cards, service packages, pet gallery, booking system, and testimonials from pet owners. Use playful warm colors</TerminalLine>
|
|
59
|
-
|
|
60
|
-
<TerminalBlock>
|
|
61
|
-
<TerminalLine type="agent">**Analyzing Style...**</TerminalLine>
|
|
62
|
-
Loading "Modern SaaS"...<br/>
|
|
63
|
-
<div className="text-xs text-zinc-500 mt-2">
|
|
64
|
-
<div>🎨 <strong>Colors:</strong> Indigo-500 primary, Slate-900 bg</div>
|
|
65
|
-
<div>✨ <strong>Effects:</strong> Glassmorphism cards</div>
|
|
66
|
-
</div>
|
|
67
|
-
</TerminalBlock>
|
|
68
|
-
|
|
69
|
-
<TerminalBlock highlight>
|
|
70
|
-
<TerminalLine type="agent">**✅ Page Complete!**</TerminalLine>
|
|
71
|
-
Created `app/page.tsx`<br/>
|
|
72
|
-
<span className="text-green-400">Run `/preview start` to view.</span>
|
|
73
|
-
</TerminalBlock>
|
|
74
|
-
</Terminal>
|
|
75
|
-
|
|
76
|
-
## Pro Tips
|
|
77
|
-
|
|
78
|
-
<ProTips>
|
|
79
|
-
<Tip title="Be Specific">
|
|
80
|
-
Instead of "nice design", use "glassmorphism dark mode with neon accents".
|
|
81
|
-
</Tip>
|
|
82
|
-
<Tip title="List Sections">
|
|
83
|
-
Explicitly list "Hero, Features, Pricing, FAQ" to ensure a complete layout.
|
|
84
|
-
</Tip>
|
|
85
|
-
</ProTips>
|
|
86
|
-
|
|
87
|
-
## Next Steps
|
|
88
|
-
|
|
89
|
-
- Browse styles at [NextLevelBuilder Style Gallery](https://ui-ux-pro-max-skill.nextlevelbuilder.io/#styles)
|
|
90
|
-
- See [Production Deployment](/docs/guide/examples/deployment) to ship your page
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
import { Info, AlertTriangle, AlertCircle, Lightbulb } from "lucide-react";
|
|
3
|
-
|
|
4
|
-
type CalloutType = "info" | "warning" | "error" | "tip";
|
|
5
|
-
|
|
6
|
-
interface CalloutProps {
|
|
7
|
-
type?: CalloutType;
|
|
8
|
-
title?: string;
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const calloutStyles: Record<CalloutType, { bg: string; border: string; icon: typeof Info; iconColor: string }> = {
|
|
13
|
-
info: {
|
|
14
|
-
bg: "bg-blue-50 dark:bg-blue-950/30",
|
|
15
|
-
border: "border-blue-200 dark:border-blue-800",
|
|
16
|
-
icon: Info,
|
|
17
|
-
iconColor: "text-blue-600 dark:text-blue-400",
|
|
18
|
-
},
|
|
19
|
-
warning: {
|
|
20
|
-
bg: "bg-yellow-50 dark:bg-yellow-950/30",
|
|
21
|
-
border: "border-yellow-200 dark:border-yellow-800",
|
|
22
|
-
icon: AlertTriangle,
|
|
23
|
-
iconColor: "text-yellow-600 dark:text-yellow-400",
|
|
24
|
-
},
|
|
25
|
-
error: {
|
|
26
|
-
bg: "bg-red-50 dark:bg-red-950/30",
|
|
27
|
-
border: "border-red-200 dark:border-red-800",
|
|
28
|
-
icon: AlertCircle,
|
|
29
|
-
iconColor: "text-red-600 dark:text-red-400",
|
|
30
|
-
},
|
|
31
|
-
tip: {
|
|
32
|
-
bg: "bg-zinc-50 dark:bg-zinc-900/50",
|
|
33
|
-
border: "border-zinc-200 dark:border-zinc-800",
|
|
34
|
-
icon: Lightbulb,
|
|
35
|
-
iconColor: "text-zinc-600 dark:text-zinc-400",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export function Callout({ type = "info", title, children }: CalloutProps) {
|
|
40
|
-
const styles = calloutStyles[type];
|
|
41
|
-
const Icon = styles.icon;
|
|
42
|
-
|
|
43
|
-
return (
|
|
44
|
-
<div className={`${styles.bg} ${styles.border} border rounded-lg p-4 mb-4`}>
|
|
45
|
-
<div className="flex items-start gap-3">
|
|
46
|
-
<Icon className={`w-5 h-5 mt-0.5 shrink-0 ${styles.iconColor}`} />
|
|
47
|
-
<div className="flex-1">
|
|
48
|
-
{title && (
|
|
49
|
-
<h4 className="text-sm font-semibold text-zinc-900 dark:text-zinc-50 mb-1">
|
|
50
|
-
{title}
|
|
51
|
-
</h4>
|
|
52
|
-
)}
|
|
53
|
-
<div className="text-sm text-zinc-700 dark:text-zinc-300 [&>p]:mb-0">
|
|
54
|
-
{children}
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
);
|
|
60
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
|
|
3
|
-
interface FeatureProps {
|
|
4
|
-
title: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export function Feature({ title, description, children }: FeatureProps) {
|
|
10
|
-
return (
|
|
11
|
-
<div className="p-3 bg-white dark:bg-zinc-900 rounded border border-zinc-100 dark:border-zinc-800 text-center">
|
|
12
|
-
<div className="font-bold text-xs mb-1">{title}</div>
|
|
13
|
-
{description && (
|
|
14
|
-
<div className="text-[10px] text-zinc-500">{description}</div>
|
|
15
|
-
)}
|
|
16
|
-
{children}
|
|
17
|
-
</div>
|
|
18
|
-
);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface FeatureGridProps {
|
|
22
|
-
cols?: 2 | 3 | 4;
|
|
23
|
-
children: ReactNode;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export function FeatureGrid({ cols = 4, children }: FeatureGridProps) {
|
|
27
|
-
const colsClass = {
|
|
28
|
-
2: "grid-cols-2",
|
|
29
|
-
3: "grid-cols-3",
|
|
30
|
-
4: "grid-cols-2 md:grid-cols-4",
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
return (
|
|
34
|
-
<div className="bg-zinc-50 dark:bg-zinc-900/50 border border-zinc-200 dark:border-zinc-800 rounded-lg p-4 mb-6">
|
|
35
|
-
<div className={`grid ${colsClass[cols]} gap-4`}>{children}</div>
|
|
36
|
-
</div>
|
|
37
|
-
);
|
|
38
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
|
|
3
|
-
interface TipProps {
|
|
4
|
-
title: string;
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export function Tip({ title, children }: TipProps) {
|
|
9
|
-
return (
|
|
10
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-4">
|
|
11
|
-
<h4 className="text-sm font-semibold text-zinc-900 dark:text-zinc-50 mb-2">
|
|
12
|
-
{title}
|
|
13
|
-
</h4>
|
|
14
|
-
<div className="text-sm text-zinc-600 dark:text-zinc-400 [&>p]:mb-0">
|
|
15
|
-
{children}
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface ProTipsProps {
|
|
22
|
-
children: ReactNode;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export function ProTips({ children }: ProTipsProps) {
|
|
26
|
-
return (
|
|
27
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mb-8">{children}</div>
|
|
28
|
-
);
|
|
29
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
|
|
3
|
-
interface StepProps {
|
|
4
|
-
number: number;
|
|
5
|
-
title: string;
|
|
6
|
-
children: ReactNode;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export function Step({ number, title, children }: StepProps) {
|
|
10
|
-
return (
|
|
11
|
-
<div className="flex gap-4">
|
|
12
|
-
<div className="flex-none w-8 h-8 rounded-full bg-blue-100 dark:bg-blue-900/30 flex items-center justify-center text-blue-600 dark:text-blue-400 font-bold text-sm">
|
|
13
|
-
{number}
|
|
14
|
-
</div>
|
|
15
|
-
<div className="flex-1 pb-6">
|
|
16
|
-
<h3 className="font-semibold text-zinc-900 dark:text-zinc-50 mt-0 mb-2">
|
|
17
|
-
{title}
|
|
18
|
-
</h3>
|
|
19
|
-
<div className="text-zinc-600 dark:text-zinc-400 text-sm [&>p]:mb-2">
|
|
20
|
-
{children}
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
</div>
|
|
24
|
-
);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface StepListProps {
|
|
28
|
-
children: ReactNode;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export function StepList({ children }: StepListProps) {
|
|
32
|
-
return <div className="space-y-2 mb-8">{children}</div>;
|
|
33
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
|
|
3
|
-
interface TerminalProps {
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export function Terminal({ children }: TerminalProps) {
|
|
8
|
-
return (
|
|
9
|
-
<div className="bg-zinc-950 rounded-lg p-4 font-mono text-sm text-zinc-300 mb-6 overflow-x-auto">
|
|
10
|
-
{children}
|
|
11
|
-
</div>
|
|
12
|
-
);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
interface TerminalLineProps {
|
|
16
|
-
type?: "user" | "agent" | "system";
|
|
17
|
-
children: ReactNode;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export function TerminalLine({ type = "system", children }: TerminalLineProps) {
|
|
21
|
-
const colors = {
|
|
22
|
-
user: "text-green-400",
|
|
23
|
-
agent: "text-blue-400",
|
|
24
|
-
system: "text-zinc-400",
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
const labels = {
|
|
28
|
-
user: "User:",
|
|
29
|
-
agent: "Agent:",
|
|
30
|
-
system: "",
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
return (
|
|
34
|
-
<div className="mb-2">
|
|
35
|
-
{labels[type] && (
|
|
36
|
-
<span className={`${colors[type]} font-semibold`}>{labels[type]} </span>
|
|
37
|
-
)}
|
|
38
|
-
{children}
|
|
39
|
-
</div>
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
interface TerminalBlockProps {
|
|
44
|
-
highlight?: boolean;
|
|
45
|
-
children: ReactNode;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export function TerminalBlock({ highlight, children }: TerminalBlockProps) {
|
|
49
|
-
return (
|
|
50
|
-
<div
|
|
51
|
-
className={`pl-4 border-l-2 ${
|
|
52
|
-
highlight ? "border-green-800" : "border-zinc-800"
|
|
53
|
-
} mb-4`}
|
|
54
|
-
>
|
|
55
|
-
{children}
|
|
56
|
-
</div>
|
|
57
|
-
);
|
|
58
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import type { MDXComponents } from "mdx/types";
|
|
2
|
-
import Link from "next/link";
|
|
3
|
-
|
|
4
|
-
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
|
5
|
-
return {
|
|
6
|
-
h1: ({ children }) => (
|
|
7
|
-
<h1 className="text-4xl font-bold tracking-tight text-zinc-900 dark:text-zinc-50 mb-2">
|
|
8
|
-
{children}
|
|
9
|
-
</h1>
|
|
10
|
-
),
|
|
11
|
-
h2: ({ children }) => (
|
|
12
|
-
<h2 className="text-2xl font-semibold text-zinc-900 dark:text-zinc-50 mb-4 mt-8">
|
|
13
|
-
{children}
|
|
14
|
-
</h2>
|
|
15
|
-
),
|
|
16
|
-
h3: ({ children }) => (
|
|
17
|
-
<h3 className="text-xl font-semibold text-zinc-900 dark:text-zinc-50 mb-3 mt-6">
|
|
18
|
-
{children}
|
|
19
|
-
</h3>
|
|
20
|
-
),
|
|
21
|
-
h4: ({ children }) => (
|
|
22
|
-
<h4 className="text-lg font-semibold text-zinc-900 dark:text-zinc-50 mb-2 mt-4">
|
|
23
|
-
{children}
|
|
24
|
-
</h4>
|
|
25
|
-
),
|
|
26
|
-
p: ({ children }) => (
|
|
27
|
-
<p className="text-zinc-700 dark:text-zinc-300 mb-4">{children}</p>
|
|
28
|
-
),
|
|
29
|
-
a: ({ href, children }) => {
|
|
30
|
-
const isExternal = href?.startsWith("http");
|
|
31
|
-
if (isExternal) {
|
|
32
|
-
return (
|
|
33
|
-
<a
|
|
34
|
-
href={href}
|
|
35
|
-
target="_blank"
|
|
36
|
-
rel="noopener noreferrer"
|
|
37
|
-
className="text-blue-600 dark:text-blue-400 hover:underline"
|
|
38
|
-
>
|
|
39
|
-
{children}
|
|
40
|
-
</a>
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
return (
|
|
44
|
-
<Link
|
|
45
|
-
href={href || "#"}
|
|
46
|
-
className="text-blue-600 dark:text-blue-400 hover:underline"
|
|
47
|
-
>
|
|
48
|
-
{children}
|
|
49
|
-
</Link>
|
|
50
|
-
);
|
|
51
|
-
},
|
|
52
|
-
ul: ({ children }) => (
|
|
53
|
-
<ul className="list-disc list-inside text-zinc-700 dark:text-zinc-300 space-y-2 mb-4">
|
|
54
|
-
{children}
|
|
55
|
-
</ul>
|
|
56
|
-
),
|
|
57
|
-
ol: ({ children }) => (
|
|
58
|
-
<ol className="list-decimal list-inside text-zinc-700 dark:text-zinc-300 space-y-2 mb-4">
|
|
59
|
-
{children}
|
|
60
|
-
</ol>
|
|
61
|
-
),
|
|
62
|
-
li: ({ children }) => <li>{children}</li>,
|
|
63
|
-
code: ({ children }) => (
|
|
64
|
-
<code className="px-1.5 py-0.5 rounded bg-zinc-100 dark:bg-zinc-800 text-sm font-mono text-zinc-900 dark:text-zinc-100">
|
|
65
|
-
{children}
|
|
66
|
-
</code>
|
|
67
|
-
),
|
|
68
|
-
pre: ({ children }) => (
|
|
69
|
-
<pre className="p-4 rounded-lg bg-zinc-950 overflow-x-auto mb-4 text-sm">
|
|
70
|
-
{children}
|
|
71
|
-
</pre>
|
|
72
|
-
),
|
|
73
|
-
blockquote: ({ children }) => (
|
|
74
|
-
<blockquote className="border-l-4 border-zinc-300 dark:border-zinc-700 pl-4 italic text-zinc-600 dark:text-zinc-400 mb-4">
|
|
75
|
-
{children}
|
|
76
|
-
</blockquote>
|
|
77
|
-
),
|
|
78
|
-
hr: () => <hr className="border-zinc-200 dark:border-zinc-800 my-8" />,
|
|
79
|
-
table: ({ children }) => (
|
|
80
|
-
<div className="overflow-x-auto mb-4">
|
|
81
|
-
<table className="min-w-full divide-y divide-zinc-200 dark:divide-zinc-800">
|
|
82
|
-
{children}
|
|
83
|
-
</table>
|
|
84
|
-
</div>
|
|
85
|
-
),
|
|
86
|
-
th: ({ children }) => (
|
|
87
|
-
<th className="px-4 py-2 text-left text-sm font-semibold text-zinc-900 dark:text-zinc-50 bg-zinc-50 dark:bg-zinc-900">
|
|
88
|
-
{children}
|
|
89
|
-
</th>
|
|
90
|
-
),
|
|
91
|
-
td: ({ children }) => (
|
|
92
|
-
<td className="px-4 py-2 text-sm text-zinc-700 dark:text-zinc-300 border-t border-zinc-200 dark:border-zinc-800">
|
|
93
|
-
{children}
|
|
94
|
-
</td>
|
|
95
|
-
),
|
|
96
|
-
...components,
|
|
97
|
-
};
|
|
98
|
-
}
|
|
File without changes
|
/package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/tactile_audit.md
RENAMED
|
File without changes
|
/package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/visual_audit.md
RENAMED
|
File without changes
|
/package/.agent/.shared/{design-philosophy → core/design-philosophy}/presets/linear_glow.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|