@caddis/cli 0.1.0 → 0.2.0
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/README.md +29 -16
- package/bundles/antigravity-plugin-extras/plugin.json +5 -0
- package/bundles/antigravity-plugin-extras/skills/_registry.md +154 -0
- package/bundles/antigravity-plugin-extras/skills/agent-md-refactor/SKILL.md +356 -0
- package/bundles/antigravity-plugin-extras/skills/agent-orchestration/SKILL.md +517 -0
- package/bundles/antigravity-plugin-extras/skills/algorithmic-art/SKILL.md +293 -0
- package/bundles/antigravity-plugin-extras/skills/anchor-review/SKILL.md +135 -0
- package/bundles/antigravity-plugin-extras/skills/api-client-patterns/SKILL.md +367 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-design/SKILL.md +244 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-diagram/SKILL.md +156 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-document/SKILL.md +321 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/SKILL.md +74 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/bundles/antigravity-plugin-extras/skills/ascii-art/SKILL.md +144 -0
- package/bundles/antigravity-plugin-extras/skills/asking-questions/SKILL.md +81 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/SKILL.md +118 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/cross-service/credential-management.md +450 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/browser/README.md +363 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/code-interpreter/README.md +232 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/README.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deploy-template.sh +117 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deployment-strategies.md +416 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/troubleshooting-guide.md +384 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/validate-deployment.sh +186 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/identity/README.md +186 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/memory/README.md +253 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/observability/README.md +517 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/runtime/README.md +215 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/SKILL.md +279 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/references/cdk-patterns.md +431 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/scripts/validate-stack.sh +240 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/SKILL.md +318 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/cloudwatch-alarms.md +567 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/operations-patterns.md +394 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/SKILL.md +758 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/deployment-best-practices.md +830 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/eda-patterns.md +1002 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/observability-best-practices.md +770 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/performance-optimization.md +671 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/security-best-practices.md +625 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/serverless-patterns.md +838 -0
- package/bundles/antigravity-plugin-extras/skills/backend-to-frontend-handoff/SKILL.md +139 -0
- package/bundles/antigravity-plugin-extras/skills/banner-design/SKILL.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/brand-design/SKILL.md +298 -0
- package/bundles/antigravity-plugin-extras/skills/brand-guidelines/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/brand-guidelines/SKILL.md +118 -0
- package/bundles/antigravity-plugin-extras/skills/brand-voice/SKILL.md +93 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/SKILL.md +392 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/agent-patterns.md +461 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/examples.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/state-patterns.md +360 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/troubleshooting.md +362 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/SKILL.md +266 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/bundles/antigravity-plugin-extras/skills/caching-patterns/SKILL.md +385 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/SKILL.md +91 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/changelog-generator/SKILL.md +105 -0
- package/bundles/antigravity-plugin-extras/skills/code-explainer/SKILL.md +91 -0
- package/bundles/antigravity-plugin-extras/skills/competitive-ads-extractor/SKILL.md +294 -0
- package/bundles/antigravity-plugin-extras/skills/component-testing/SKILL.md +310 -0
- package/bundles/antigravity-plugin-extras/skills/content-research-writer/SKILL.md +539 -0
- package/bundles/antigravity-plugin-extras/skills/cross-review/SKILL.md +51 -0
- package/bundles/antigravity-plugin-extras/skills/data-analysis/SKILL.md +111 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/README.md +248 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/SKILL.md +203 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/adapter.py.template +44 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/api-router.py.template +43 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/contract-test.py.template +384 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/display-dto.py.template +39 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-service.ts.template +46 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-types.ts.template +38 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/ingestion-model.py.template +42 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/mapping-doc.md.template +46 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/normalizer.py.template +48 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_requirements.md +36 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_ui_demand.md +35 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/reconcile_mapping.md +66 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/query-catalog.md.template +62 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/consumer-driven-contracts.md +131 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/drift-check-catalog.md +305 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/layer-responsibilities.md +333 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_connections.py +170 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_sources.py +161 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/drift_check.py +171 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/extract_schema.py +1363 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_gap_report.py +81 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_mapping_doc.py +294 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/ts_dto_compare.py +214 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/validate_lineage.py +51 -0
- package/bundles/antigravity-plugin-extras/skills/data-loader/SKILL.md +753 -0
- package/bundles/antigravity-plugin-extras/skills/data-validation/SKILL.md +220 -0
- package/bundles/antigravity-plugin-extras/skills/db-testing/SKILL.md +117 -0
- package/bundles/antigravity-plugin-extras/skills/deploy-local/SKILL.md +259 -0
- package/bundles/antigravity-plugin-extras/skills/design-md/SKILL.md +167 -0
- package/bundles/antigravity-plugin-extras/skills/design-system-tokens/SKILL.md +240 -0
- package/bundles/antigravity-plugin-extras/skills/design-system-tokens/references/DESIGN-SYSTEM-TEMPLATE.md +577 -0
- package/bundles/antigravity-plugin-extras/skills/developer-growth-analysis/SKILL.md +323 -0
- package/bundles/antigravity-plugin-extras/skills/doc-coauthoring/SKILL.md +378 -0
- package/bundles/antigravity-plugin-extras/skills/documentation-analyzer/SKILL.md +78 -0
- package/bundles/antigravity-plugin-extras/skills/domain-name-brainstormer/SKILL.md +213 -0
- package/bundles/antigravity-plugin-extras/skills/enterprise-dashboard-aesthetic-system/SKILL.md +120 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/SKILL.md +193 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/element-types.md +497 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/excalidraw-schema.md +356 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/reliable-diagrams.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/README.md +60 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-arrow.py +354 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-icon-to-diagram.py +412 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/split-excalidraw-library.py +183 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/business-flow-swimlane-template.excalidraw +334 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/class-diagram-template.excalidraw +558 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/data-flow-diagram-template.excalidraw +279 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/er-diagram-template.excalidraw +662 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/flowchart-template.excalidraw +179 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/mindmap-template.excalidraw +244 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/relationship-template.excalidraw +145 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/reliable-flowchart.excalidraw +1 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/sequence-diagram-template.excalidraw +509 -0
- package/bundles/antigravity-plugin-extras/skills/file-organizer/SKILL.md +434 -0
- package/bundles/antigravity-plugin-extras/skills/game-changing-features/README.md +221 -0
- package/bundles/antigravity-plugin-extras/skills/game-changing-features/SKILL.md +265 -0
- package/bundles/antigravity-plugin-extras/skills/github-issues/SKILL.md +359 -0
- package/bundles/antigravity-plugin-extras/skills/github-issues/references/templates.md +90 -0
- package/bundles/antigravity-plugin-extras/skills/golden-nuggets/SKILL.md +192 -0
- package/bundles/antigravity-plugin-extras/skills/humanizer/SKILL.md +194 -0
- package/bundles/antigravity-plugin-extras/skills/image-enhancer/SKILL.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/intent-writer/SKILL.md +201 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/SKILL.md +124 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/3p-updates.md +47 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/faq-answers.md +30 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/general-comms.md +16 -0
- package/bundles/antigravity-plugin-extras/skills/invoice-organizer/SKILL.md +447 -0
- package/bundles/antigravity-plugin-extras/skills/jira-issues/SKILL.md +182 -0
- package/bundles/antigravity-plugin-extras/skills/job-application/SKILL.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/lead-research-assistant/SKILL.md +200 -0
- package/bundles/antigravity-plugin-extras/skills/llm-application-dev/SKILL.md +217 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/SKILL.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/evaluation.md +602 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/mcp_best_practices.md +915 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/node_mcp_server.md +916 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/python_mcp_server.md +752 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/connections.py +151 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/bundles/antigravity-plugin-extras/skills/meeting-insights-analyzer/SKILL.md +328 -0
- package/bundles/antigravity-plugin-extras/skills/monorepo/SKILL.md +267 -0
- package/bundles/antigravity-plugin-extras/skills/naming-analyzer/SKILL.md +376 -0
- package/bundles/antigravity-plugin-extras/skills/nextjs-app-router/SKILL.md +271 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/AUTHENTICATION.md +154 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/SKILL.md +270 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/api_reference.md +309 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/troubleshooting.md +376 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/usage_patterns.md +338 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/__init__.py +81 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/ask_question.py +256 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/auth_manager.py +358 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_session.py +255 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_utils.py +107 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/cleanup_manager.py +302 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/config.py +44 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/notebook_manager.py +410 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/run.py +102 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/setup_environment.py +204 -0
- package/bundles/antigravity-plugin-extras/skills/observability/SKILL.md +371 -0
- package/bundles/antigravity-plugin-extras/skills/onboard-project/SKILL.md +192 -0
- package/bundles/antigravity-plugin-extras/skills/performance-testing/SKILL.md +226 -0
- package/bundles/antigravity-plugin-extras/skills/pipeline-state/SKILL.md +208 -0
- package/bundles/antigravity-plugin-extras/skills/plantuml/SKILL.md +228 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/SKILL.md +142 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/linear.app.md +196 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/stripe.md +214 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/vercel.md +218 -0
- package/bundles/antigravity-plugin-extras/skills/prd-to-code/SKILL.md +127 -0
- package/bundles/antigravity-plugin-extras/skills/raffle-winner-picker/SKILL.md +159 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/README.md +320 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/SKILL.md +53 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/alternatives.md +258 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/anti-patterns.md +290 -0
- package/bundles/antigravity-plugin-extras/skills/receiving-code-review/SKILL.md +213 -0
- package/bundles/antigravity-plugin-extras/skills/relay/SKILL.md +246 -0
- package/bundles/antigravity-plugin-extras/skills/requesting-code-review/SKILL.md +105 -0
- package/bundles/antigravity-plugin-extras/skills/requesting-code-review/code-reviewer.md +146 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/SKILL.md +350 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/pwa-checklist.md +226 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/touch-and-interaction.md +265 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/transformation-catalogue.md +326 -0
- package/bundles/antigravity-plugin-extras/skills/schema-migration/SKILL.md +275 -0
- package/bundles/antigravity-plugin-extras/skills/setup-project-ai/SKILL.md +120 -0
- package/bundles/antigravity-plugin-extras/skills/shadcn-radix/SKILL.md +330 -0
- package/bundles/antigravity-plugin-extras/skills/sketch/SKILL.md +104 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/SKILL.md +646 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/color_palettes.py +302 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/easing.py +230 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/frame_composer.py +469 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/gif_builder.py +246 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/typography.py +357 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/validators.py +264 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/visual_effects.py +494 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/requirements.txt +4 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/bounce.py +106 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/explode.py +331 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/fade.py +329 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/flip.py +291 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/kaleidoscope.py +211 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/morph.py +329 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/move.py +293 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/pulse.py +268 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/shake.py +127 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/slide.py +291 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/spin.py +269 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/wiggle.py +300 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/zoom.py +312 -0
- package/bundles/antigravity-plugin-extras/skills/slides/SKILL.md +38 -0
- package/bundles/antigravity-plugin-extras/skills/state-tracking/SKILL.md +131 -0
- package/bundles/antigravity-plugin-extras/skills/streamlit-dev/SKILL.md +268 -0
- package/bundles/antigravity-plugin-extras/skills/svg-create/SKILL.md +251 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/SKILL.md +59 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/theme-showcase.pdf +0 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/arctic-frost.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/botanical-garden.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/desert-rose.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/forest-canopy.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/golden-hour.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/ocean-depths.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/tech-innovation.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/SKILL.md +320 -0
- package/bundles/antigravity-plugin-extras/skills/ui-testing/SKILL.md +660 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/SKILL.md +660 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/_sync_all.py +414 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/app-interface.csv +31 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/charts.csv +26 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/colors.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/design.csv +1776 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/draft.csv +1779 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/google-fonts.csv +1924 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/icons.csv +106 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/landing.csv +35 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/products.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/react-performance.csv +45 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/styles.csv +85 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/typography.csv +74 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ui-reasoning.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ux-guidelines.csv +100 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/core.py +247 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/design_system.py +1067 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/search.py +114 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/SKILL.md +140 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/commands.md +252 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/graph-schema.md +116 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/pipeline.md +331 -0
- package/bundles/antigravity-plugin-extras/skills/update-readme/SKILL.md +74 -0
- package/bundles/antigravity-plugin-extras/skills/verification-loop/SKILL.md +209 -0
- package/bundles/antigravity-plugin-extras/skills/video-downloader/SKILL.md +107 -0
- package/bundles/antigravity-plugin-extras/skills/webapp-development/SKILL.md +288 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/SKILL.md +339 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/agents/agent-interface.md +175 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/html.md +384 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/nlp-keywords.md +127 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/palettes.md +149 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/python.md +249 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/react.md +427 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/shapes.md +135 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/stopwords.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/youtube-transcript/SKILL.md +416 -0
- package/bundles/manifest.json +2 -1
- package/dist/cli.js +166 -37
- package/package.json +1 -1
|
@@ -0,0 +1,558 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "excalidraw",
|
|
3
|
+
"version": 2,
|
|
4
|
+
"source": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor",
|
|
5
|
+
"elements": [
|
|
6
|
+
{
|
|
7
|
+
"id": "class-1",
|
|
8
|
+
"type": "rectangle",
|
|
9
|
+
"x": 100,
|
|
10
|
+
"y": 100,
|
|
11
|
+
"width": 200,
|
|
12
|
+
"height": 180,
|
|
13
|
+
"angle": 0,
|
|
14
|
+
"strokeColor": "#1e1e1e",
|
|
15
|
+
"backgroundColor": "#e7f5ff",
|
|
16
|
+
"fillStyle": "solid",
|
|
17
|
+
"strokeWidth": 2,
|
|
18
|
+
"strokeStyle": "solid",
|
|
19
|
+
"roughness": 1,
|
|
20
|
+
"opacity": 100,
|
|
21
|
+
"groupIds": [],
|
|
22
|
+
"frameId": null,
|
|
23
|
+
"index": "a0",
|
|
24
|
+
"roundness": null,
|
|
25
|
+
"seed": 3001001001,
|
|
26
|
+
"version": 1,
|
|
27
|
+
"versionNonce": 4002002001,
|
|
28
|
+
"isDeleted": false,
|
|
29
|
+
"boundElements": [],
|
|
30
|
+
"updated": 1706659200000,
|
|
31
|
+
"link": null,
|
|
32
|
+
"locked": false
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "class-name-1",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"x": 150,
|
|
38
|
+
"y": 110,
|
|
39
|
+
"width": 100,
|
|
40
|
+
"height": 25,
|
|
41
|
+
"angle": 0,
|
|
42
|
+
"strokeColor": "#1e1e1e",
|
|
43
|
+
"backgroundColor": "transparent",
|
|
44
|
+
"fillStyle": "solid",
|
|
45
|
+
"strokeWidth": 2,
|
|
46
|
+
"strokeStyle": "solid",
|
|
47
|
+
"roughness": 1,
|
|
48
|
+
"opacity": 100,
|
|
49
|
+
"groupIds": [],
|
|
50
|
+
"frameId": null,
|
|
51
|
+
"index": "a1",
|
|
52
|
+
"roundness": null,
|
|
53
|
+
"seed": 3001001002,
|
|
54
|
+
"version": 1,
|
|
55
|
+
"versionNonce": 4002002002,
|
|
56
|
+
"isDeleted": false,
|
|
57
|
+
"boundElements": [],
|
|
58
|
+
"updated": 1706659200000,
|
|
59
|
+
"link": null,
|
|
60
|
+
"locked": false,
|
|
61
|
+
"text": "User",
|
|
62
|
+
"fontSize": 20,
|
|
63
|
+
"fontFamily": 1,
|
|
64
|
+
"textAlign": "center",
|
|
65
|
+
"verticalAlign": "top",
|
|
66
|
+
"containerId": null,
|
|
67
|
+
"originalText": "User",
|
|
68
|
+
"autoResize": true,
|
|
69
|
+
"lineHeight": 1.25
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "separator-1",
|
|
73
|
+
"type": "line",
|
|
74
|
+
"x": 100,
|
|
75
|
+
"y": 145,
|
|
76
|
+
"width": 200,
|
|
77
|
+
"height": 0,
|
|
78
|
+
"angle": 0,
|
|
79
|
+
"strokeColor": "#1e1e1e",
|
|
80
|
+
"backgroundColor": "transparent",
|
|
81
|
+
"fillStyle": "solid",
|
|
82
|
+
"strokeWidth": 2,
|
|
83
|
+
"strokeStyle": "solid",
|
|
84
|
+
"roughness": 1,
|
|
85
|
+
"opacity": 100,
|
|
86
|
+
"groupIds": [],
|
|
87
|
+
"frameId": null,
|
|
88
|
+
"index": "a2",
|
|
89
|
+
"roundness": null,
|
|
90
|
+
"seed": 3001001003,
|
|
91
|
+
"version": 1,
|
|
92
|
+
"versionNonce": 4002002003,
|
|
93
|
+
"isDeleted": false,
|
|
94
|
+
"boundElements": [],
|
|
95
|
+
"updated": 1706659200000,
|
|
96
|
+
"link": null,
|
|
97
|
+
"locked": false,
|
|
98
|
+
"points": [
|
|
99
|
+
[
|
|
100
|
+
0,
|
|
101
|
+
0
|
|
102
|
+
],
|
|
103
|
+
[
|
|
104
|
+
200,
|
|
105
|
+
0
|
|
106
|
+
]
|
|
107
|
+
],
|
|
108
|
+
"startBinding": null,
|
|
109
|
+
"endBinding": null,
|
|
110
|
+
"lastCommittedPoint": null,
|
|
111
|
+
"startArrowhead": null,
|
|
112
|
+
"endArrowhead": null
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "attributes-1",
|
|
116
|
+
"type": "text",
|
|
117
|
+
"x": 110,
|
|
118
|
+
"y": 155,
|
|
119
|
+
"width": 180,
|
|
120
|
+
"height": 50,
|
|
121
|
+
"angle": 0,
|
|
122
|
+
"strokeColor": "#1e1e1e",
|
|
123
|
+
"backgroundColor": "transparent",
|
|
124
|
+
"fillStyle": "solid",
|
|
125
|
+
"strokeWidth": 2,
|
|
126
|
+
"strokeStyle": "solid",
|
|
127
|
+
"roughness": 1,
|
|
128
|
+
"opacity": 100,
|
|
129
|
+
"groupIds": [],
|
|
130
|
+
"frameId": null,
|
|
131
|
+
"index": "a3",
|
|
132
|
+
"roundness": null,
|
|
133
|
+
"seed": 3001001004,
|
|
134
|
+
"version": 1,
|
|
135
|
+
"versionNonce": 4002002004,
|
|
136
|
+
"isDeleted": false,
|
|
137
|
+
"boundElements": [],
|
|
138
|
+
"updated": 1706659200000,
|
|
139
|
+
"link": null,
|
|
140
|
+
"locked": false,
|
|
141
|
+
"text": "- id: number\n- name: string\n- email: string",
|
|
142
|
+
"fontSize": 14,
|
|
143
|
+
"fontFamily": 1,
|
|
144
|
+
"textAlign": "left",
|
|
145
|
+
"verticalAlign": "top",
|
|
146
|
+
"containerId": null,
|
|
147
|
+
"originalText": "- id: number\n- name: string\n- email: string",
|
|
148
|
+
"autoResize": true,
|
|
149
|
+
"lineHeight": 1.1904761904761905
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "separator-2",
|
|
153
|
+
"type": "line",
|
|
154
|
+
"x": 100,
|
|
155
|
+
"y": 215,
|
|
156
|
+
"width": 200,
|
|
157
|
+
"height": 0,
|
|
158
|
+
"angle": 0,
|
|
159
|
+
"strokeColor": "#1e1e1e",
|
|
160
|
+
"backgroundColor": "transparent",
|
|
161
|
+
"fillStyle": "solid",
|
|
162
|
+
"strokeWidth": 2,
|
|
163
|
+
"strokeStyle": "solid",
|
|
164
|
+
"roughness": 1,
|
|
165
|
+
"opacity": 100,
|
|
166
|
+
"groupIds": [],
|
|
167
|
+
"frameId": null,
|
|
168
|
+
"index": "a4",
|
|
169
|
+
"roundness": null,
|
|
170
|
+
"seed": 3001001005,
|
|
171
|
+
"version": 1,
|
|
172
|
+
"versionNonce": 4002002005,
|
|
173
|
+
"isDeleted": false,
|
|
174
|
+
"boundElements": [],
|
|
175
|
+
"updated": 1706659200000,
|
|
176
|
+
"link": null,
|
|
177
|
+
"locked": false,
|
|
178
|
+
"points": [
|
|
179
|
+
[
|
|
180
|
+
0,
|
|
181
|
+
0
|
|
182
|
+
],
|
|
183
|
+
[
|
|
184
|
+
200,
|
|
185
|
+
0
|
|
186
|
+
]
|
|
187
|
+
],
|
|
188
|
+
"startBinding": null,
|
|
189
|
+
"endBinding": null,
|
|
190
|
+
"lastCommittedPoint": null,
|
|
191
|
+
"startArrowhead": null,
|
|
192
|
+
"endArrowhead": null
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "methods-1",
|
|
196
|
+
"type": "text",
|
|
197
|
+
"x": 110,
|
|
198
|
+
"y": 225,
|
|
199
|
+
"width": 180,
|
|
200
|
+
"height": 45,
|
|
201
|
+
"angle": 0,
|
|
202
|
+
"strokeColor": "#1e1e1e",
|
|
203
|
+
"backgroundColor": "transparent",
|
|
204
|
+
"fillStyle": "solid",
|
|
205
|
+
"strokeWidth": 2,
|
|
206
|
+
"strokeStyle": "solid",
|
|
207
|
+
"roughness": 1,
|
|
208
|
+
"opacity": 100,
|
|
209
|
+
"groupIds": [],
|
|
210
|
+
"frameId": null,
|
|
211
|
+
"index": "a5",
|
|
212
|
+
"roundness": null,
|
|
213
|
+
"seed": 3001001006,
|
|
214
|
+
"version": 3,
|
|
215
|
+
"versionNonce": 1660402375,
|
|
216
|
+
"isDeleted": false,
|
|
217
|
+
"boundElements": [],
|
|
218
|
+
"updated": 1769755991910,
|
|
219
|
+
"link": null,
|
|
220
|
+
"locked": false,
|
|
221
|
+
"text": "+ login(): void\n+ logout(): void\n+ updateProfile(): void",
|
|
222
|
+
"fontSize": 14,
|
|
223
|
+
"fontFamily": 1,
|
|
224
|
+
"textAlign": "left",
|
|
225
|
+
"verticalAlign": "top",
|
|
226
|
+
"containerId": null,
|
|
227
|
+
"originalText": "+ login(): void\n+ logout(): void\n+ updateProfile(): void",
|
|
228
|
+
"autoResize": true,
|
|
229
|
+
"lineHeight": 1.0714285714285714
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "class-2",
|
|
233
|
+
"type": "rectangle",
|
|
234
|
+
"x": 400,
|
|
235
|
+
"y": 100,
|
|
236
|
+
"width": 200,
|
|
237
|
+
"height": 180,
|
|
238
|
+
"angle": 0,
|
|
239
|
+
"strokeColor": "#1e1e1e",
|
|
240
|
+
"backgroundColor": "#fff3bf",
|
|
241
|
+
"fillStyle": "solid",
|
|
242
|
+
"strokeWidth": 2,
|
|
243
|
+
"strokeStyle": "solid",
|
|
244
|
+
"roughness": 1,
|
|
245
|
+
"opacity": 100,
|
|
246
|
+
"groupIds": [],
|
|
247
|
+
"frameId": null,
|
|
248
|
+
"index": "a6",
|
|
249
|
+
"roundness": null,
|
|
250
|
+
"seed": 3001001007,
|
|
251
|
+
"version": 1,
|
|
252
|
+
"versionNonce": 4002002007,
|
|
253
|
+
"isDeleted": false,
|
|
254
|
+
"boundElements": [],
|
|
255
|
+
"updated": 1706659200000,
|
|
256
|
+
"link": null,
|
|
257
|
+
"locked": false
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"id": "class-name-2",
|
|
261
|
+
"type": "text",
|
|
262
|
+
"x": 430,
|
|
263
|
+
"y": 110,
|
|
264
|
+
"width": 140,
|
|
265
|
+
"height": 25,
|
|
266
|
+
"angle": 0,
|
|
267
|
+
"strokeColor": "#1e1e1e",
|
|
268
|
+
"backgroundColor": "transparent",
|
|
269
|
+
"fillStyle": "solid",
|
|
270
|
+
"strokeWidth": 2,
|
|
271
|
+
"strokeStyle": "solid",
|
|
272
|
+
"roughness": 1,
|
|
273
|
+
"opacity": 100,
|
|
274
|
+
"groupIds": [],
|
|
275
|
+
"frameId": null,
|
|
276
|
+
"index": "a7",
|
|
277
|
+
"roundness": null,
|
|
278
|
+
"seed": 3001001008,
|
|
279
|
+
"version": 1,
|
|
280
|
+
"versionNonce": 4002002008,
|
|
281
|
+
"isDeleted": false,
|
|
282
|
+
"boundElements": [],
|
|
283
|
+
"updated": 1706659200000,
|
|
284
|
+
"link": null,
|
|
285
|
+
"locked": false,
|
|
286
|
+
"text": "AdminUser",
|
|
287
|
+
"fontSize": 20,
|
|
288
|
+
"fontFamily": 1,
|
|
289
|
+
"textAlign": "center",
|
|
290
|
+
"verticalAlign": "top",
|
|
291
|
+
"containerId": null,
|
|
292
|
+
"originalText": "AdminUser",
|
|
293
|
+
"autoResize": true,
|
|
294
|
+
"lineHeight": 1.25
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "separator-3",
|
|
298
|
+
"type": "line",
|
|
299
|
+
"x": 400,
|
|
300
|
+
"y": 145,
|
|
301
|
+
"width": 200,
|
|
302
|
+
"height": 0,
|
|
303
|
+
"angle": 0,
|
|
304
|
+
"strokeColor": "#1e1e1e",
|
|
305
|
+
"backgroundColor": "transparent",
|
|
306
|
+
"fillStyle": "solid",
|
|
307
|
+
"strokeWidth": 2,
|
|
308
|
+
"strokeStyle": "solid",
|
|
309
|
+
"roughness": 1,
|
|
310
|
+
"opacity": 100,
|
|
311
|
+
"groupIds": [],
|
|
312
|
+
"frameId": null,
|
|
313
|
+
"index": "a8",
|
|
314
|
+
"roundness": null,
|
|
315
|
+
"seed": 3001001009,
|
|
316
|
+
"version": 1,
|
|
317
|
+
"versionNonce": 4002002009,
|
|
318
|
+
"isDeleted": false,
|
|
319
|
+
"boundElements": [],
|
|
320
|
+
"updated": 1706659200000,
|
|
321
|
+
"link": null,
|
|
322
|
+
"locked": false,
|
|
323
|
+
"points": [
|
|
324
|
+
[
|
|
325
|
+
0,
|
|
326
|
+
0
|
|
327
|
+
],
|
|
328
|
+
[
|
|
329
|
+
200,
|
|
330
|
+
0
|
|
331
|
+
]
|
|
332
|
+
],
|
|
333
|
+
"startBinding": null,
|
|
334
|
+
"endBinding": null,
|
|
335
|
+
"lastCommittedPoint": null,
|
|
336
|
+
"startArrowhead": null,
|
|
337
|
+
"endArrowhead": null
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"id": "attributes-2",
|
|
341
|
+
"type": "text",
|
|
342
|
+
"x": 410,
|
|
343
|
+
"y": 155,
|
|
344
|
+
"width": 180,
|
|
345
|
+
"height": 35,
|
|
346
|
+
"angle": 0,
|
|
347
|
+
"strokeColor": "#1e1e1e",
|
|
348
|
+
"backgroundColor": "transparent",
|
|
349
|
+
"fillStyle": "solid",
|
|
350
|
+
"strokeWidth": 2,
|
|
351
|
+
"strokeStyle": "solid",
|
|
352
|
+
"roughness": 1,
|
|
353
|
+
"opacity": 100,
|
|
354
|
+
"groupIds": [],
|
|
355
|
+
"frameId": null,
|
|
356
|
+
"index": "a9",
|
|
357
|
+
"roundness": null,
|
|
358
|
+
"seed": 3001001010,
|
|
359
|
+
"version": 1,
|
|
360
|
+
"versionNonce": 4002002010,
|
|
361
|
+
"isDeleted": false,
|
|
362
|
+
"boundElements": [],
|
|
363
|
+
"updated": 1706659200000,
|
|
364
|
+
"link": null,
|
|
365
|
+
"locked": false,
|
|
366
|
+
"text": "- role: string\n- permissions: string[]",
|
|
367
|
+
"fontSize": 14,
|
|
368
|
+
"fontFamily": 1,
|
|
369
|
+
"textAlign": "left",
|
|
370
|
+
"verticalAlign": "top",
|
|
371
|
+
"containerId": null,
|
|
372
|
+
"originalText": "- role: string\n- permissions: string[]",
|
|
373
|
+
"autoResize": true,
|
|
374
|
+
"lineHeight": 1.25
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"id": "separator-4",
|
|
378
|
+
"type": "line",
|
|
379
|
+
"x": 400,
|
|
380
|
+
"y": 200,
|
|
381
|
+
"width": 200,
|
|
382
|
+
"height": 0,
|
|
383
|
+
"angle": 0,
|
|
384
|
+
"strokeColor": "#1e1e1e",
|
|
385
|
+
"backgroundColor": "transparent",
|
|
386
|
+
"fillStyle": "solid",
|
|
387
|
+
"strokeWidth": 2,
|
|
388
|
+
"strokeStyle": "solid",
|
|
389
|
+
"roughness": 1,
|
|
390
|
+
"opacity": 100,
|
|
391
|
+
"groupIds": [],
|
|
392
|
+
"frameId": null,
|
|
393
|
+
"index": "aA",
|
|
394
|
+
"roundness": null,
|
|
395
|
+
"seed": 3001001011,
|
|
396
|
+
"version": 2,
|
|
397
|
+
"versionNonce": 873024679,
|
|
398
|
+
"isDeleted": false,
|
|
399
|
+
"boundElements": [],
|
|
400
|
+
"updated": 1769755880046,
|
|
401
|
+
"link": null,
|
|
402
|
+
"locked": false,
|
|
403
|
+
"points": [
|
|
404
|
+
[
|
|
405
|
+
0,
|
|
406
|
+
0
|
|
407
|
+
],
|
|
408
|
+
[
|
|
409
|
+
200,
|
|
410
|
+
0
|
|
411
|
+
]
|
|
412
|
+
],
|
|
413
|
+
"startBinding": null,
|
|
414
|
+
"endBinding": null,
|
|
415
|
+
"lastCommittedPoint": null,
|
|
416
|
+
"startArrowhead": null,
|
|
417
|
+
"endArrowhead": null
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "methods-2",
|
|
421
|
+
"type": "text",
|
|
422
|
+
"x": 410,
|
|
423
|
+
"y": 210,
|
|
424
|
+
"width": 180,
|
|
425
|
+
"height": 60,
|
|
426
|
+
"angle": 0,
|
|
427
|
+
"strokeColor": "#1e1e1e",
|
|
428
|
+
"backgroundColor": "transparent",
|
|
429
|
+
"fillStyle": "solid",
|
|
430
|
+
"strokeWidth": 2,
|
|
431
|
+
"strokeStyle": "solid",
|
|
432
|
+
"roughness": 1,
|
|
433
|
+
"opacity": 100,
|
|
434
|
+
"groupIds": [],
|
|
435
|
+
"frameId": null,
|
|
436
|
+
"index": "aB",
|
|
437
|
+
"roundness": null,
|
|
438
|
+
"seed": 3001001012,
|
|
439
|
+
"version": 2,
|
|
440
|
+
"versionNonce": 1702655305,
|
|
441
|
+
"isDeleted": false,
|
|
442
|
+
"boundElements": [],
|
|
443
|
+
"updated": 1769755880046,
|
|
444
|
+
"link": null,
|
|
445
|
+
"locked": false,
|
|
446
|
+
"text": "+ manageUsers(): void\n+ assignRole(): void\n+ revokePermission(): void",
|
|
447
|
+
"fontSize": 14,
|
|
448
|
+
"fontFamily": 1,
|
|
449
|
+
"textAlign": "left",
|
|
450
|
+
"verticalAlign": "top",
|
|
451
|
+
"containerId": null,
|
|
452
|
+
"originalText": "+ manageUsers(): void\n+ assignRole(): void\n+ revokePermission(): void",
|
|
453
|
+
"autoResize": true,
|
|
454
|
+
"lineHeight": 1.4285714285714286
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "inheritance-line",
|
|
458
|
+
"type": "line",
|
|
459
|
+
"x": 400,
|
|
460
|
+
"y": 190,
|
|
461
|
+
"width": 100,
|
|
462
|
+
"height": 0,
|
|
463
|
+
"angle": 0,
|
|
464
|
+
"strokeColor": "#1e1e1e",
|
|
465
|
+
"backgroundColor": "transparent",
|
|
466
|
+
"fillStyle": "solid",
|
|
467
|
+
"strokeWidth": 2,
|
|
468
|
+
"strokeStyle": "solid",
|
|
469
|
+
"roughness": 1,
|
|
470
|
+
"opacity": 100,
|
|
471
|
+
"groupIds": [],
|
|
472
|
+
"frameId": null,
|
|
473
|
+
"index": "aC",
|
|
474
|
+
"roundness": null,
|
|
475
|
+
"seed": 3001001013,
|
|
476
|
+
"version": 18,
|
|
477
|
+
"versionNonce": 1139021225,
|
|
478
|
+
"isDeleted": false,
|
|
479
|
+
"boundElements": [],
|
|
480
|
+
"updated": 1769755989350,
|
|
481
|
+
"link": null,
|
|
482
|
+
"locked": false,
|
|
483
|
+
"points": [
|
|
484
|
+
[
|
|
485
|
+
0,
|
|
486
|
+
0
|
|
487
|
+
],
|
|
488
|
+
[
|
|
489
|
+
-100,
|
|
490
|
+
0
|
|
491
|
+
]
|
|
492
|
+
],
|
|
493
|
+
"startBinding": null,
|
|
494
|
+
"endBinding": null,
|
|
495
|
+
"lastCommittedPoint": null,
|
|
496
|
+
"startArrowhead": null,
|
|
497
|
+
"endArrowhead": null
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"id": "inheritance-triangle",
|
|
501
|
+
"type": "line",
|
|
502
|
+
"x": 314.1999816894531,
|
|
503
|
+
"y": 181.5,
|
|
504
|
+
"width": 15,
|
|
505
|
+
"height": 15,
|
|
506
|
+
"angle": 0,
|
|
507
|
+
"strokeColor": "#1e1e1e",
|
|
508
|
+
"backgroundColor": "#ffffff",
|
|
509
|
+
"fillStyle": "solid",
|
|
510
|
+
"strokeWidth": 2,
|
|
511
|
+
"strokeStyle": "solid",
|
|
512
|
+
"roughness": 1,
|
|
513
|
+
"opacity": 100,
|
|
514
|
+
"groupIds": [],
|
|
515
|
+
"frameId": null,
|
|
516
|
+
"index": "aD",
|
|
517
|
+
"roundness": null,
|
|
518
|
+
"seed": 3001001014,
|
|
519
|
+
"version": 21,
|
|
520
|
+
"versionNonce": 1468657767,
|
|
521
|
+
"isDeleted": false,
|
|
522
|
+
"boundElements": [],
|
|
523
|
+
"updated": 1769756005117,
|
|
524
|
+
"link": null,
|
|
525
|
+
"locked": false,
|
|
526
|
+
"points": [
|
|
527
|
+
[
|
|
528
|
+
0,
|
|
529
|
+
0
|
|
530
|
+
],
|
|
531
|
+
[
|
|
532
|
+
-15,
|
|
533
|
+
15
|
|
534
|
+
],
|
|
535
|
+
[
|
|
536
|
+
0,
|
|
537
|
+
15
|
|
538
|
+
],
|
|
539
|
+
[
|
|
540
|
+
0,
|
|
541
|
+
0
|
|
542
|
+
]
|
|
543
|
+
],
|
|
544
|
+
"startBinding": null,
|
|
545
|
+
"endBinding": null,
|
|
546
|
+
"lastCommittedPoint": null,
|
|
547
|
+
"startArrowhead": null,
|
|
548
|
+
"endArrowhead": null
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"appState": {
|
|
552
|
+
"gridSize": 20,
|
|
553
|
+
"gridStep": 5,
|
|
554
|
+
"gridModeEnabled": false,
|
|
555
|
+
"viewBackgroundColor": "#ffffff"
|
|
556
|
+
},
|
|
557
|
+
"files": {}
|
|
558
|
+
}
|