@tangle-network/starter-foundry 0.1.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/LICENSE +21 -0
- package/README.md +140 -0
- package/corpus/held-out-validation.json +322 -0
- package/corpus/ideasai-prompts.json +820 -0
- package/corpus/template-family-mapping.json +87 -0
- package/corpus/vibecode-e2e.json +744 -0
- package/corpus/vibecoder-prompts.json +324 -0
- package/dist/cli.d.ts +2 -0
- package/dist/cli.js +294 -0
- package/dist/cli.js.map +1 -0
- package/dist/lib/agent-runners.d.ts +28 -0
- package/dist/lib/agent-runners.js +163 -0
- package/dist/lib/agent-runners.js.map +1 -0
- package/dist/lib/audit.d.ts +14 -0
- package/dist/lib/audit.js +75 -0
- package/dist/lib/audit.js.map +1 -0
- package/dist/lib/augment.d.ts +17 -0
- package/dist/lib/augment.js +45 -0
- package/dist/lib/augment.js.map +1 -0
- package/dist/lib/batch-export.d.ts +27 -0
- package/dist/lib/batch-export.js +124 -0
- package/dist/lib/batch-export.js.map +1 -0
- package/dist/lib/benchmark.d.ts +6 -0
- package/dist/lib/benchmark.js +80 -0
- package/dist/lib/benchmark.js.map +1 -0
- package/dist/lib/build-plan.d.ts +2 -0
- package/dist/lib/build-plan.js +144 -0
- package/dist/lib/build-plan.js.map +1 -0
- package/dist/lib/catalog.d.ts +15 -0
- package/dist/lib/catalog.js +41 -0
- package/dist/lib/catalog.js.map +1 -0
- package/dist/lib/compose.d.ts +5 -0
- package/dist/lib/compose.js +242 -0
- package/dist/lib/compose.js.map +1 -0
- package/dist/lib/context-pack.d.ts +10 -0
- package/dist/lib/context-pack.js +49 -0
- package/dist/lib/context-pack.js.map +1 -0
- package/dist/lib/fatten.d.ts +34 -0
- package/dist/lib/fatten.js +110 -0
- package/dist/lib/fatten.js.map +1 -0
- package/dist/lib/fs.d.ts +9 -0
- package/dist/lib/fs.js +87 -0
- package/dist/lib/fs.js.map +1 -0
- package/dist/lib/index.d.ts +16 -0
- package/dist/lib/index.js +16 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/keywords.d.ts +29 -0
- package/dist/lib/keywords.js +377 -0
- package/dist/lib/keywords.js.map +1 -0
- package/dist/lib/prompt-e2e.d.ts +59 -0
- package/dist/lib/prompt-e2e.js +177 -0
- package/dist/lib/prompt-e2e.js.map +1 -0
- package/dist/lib/prompt-planner.d.ts +9 -0
- package/dist/lib/prompt-planner.js +879 -0
- package/dist/lib/prompt-planner.js.map +1 -0
- package/dist/lib/prove.d.ts +61 -0
- package/dist/lib/prove.js +88 -0
- package/dist/lib/prove.js.map +1 -0
- package/dist/lib/registry.d.ts +36 -0
- package/dist/lib/registry.js +280 -0
- package/dist/lib/registry.js.map +1 -0
- package/dist/lib/release.d.ts +14 -0
- package/dist/lib/release.js +49 -0
- package/dist/lib/release.js.map +1 -0
- package/dist/lib/selection.d.ts +5 -0
- package/dist/lib/selection.js +128 -0
- package/dist/lib/selection.js.map +1 -0
- package/dist/lib/semantic-router.d.ts +29 -0
- package/dist/lib/semantic-router.js +114 -0
- package/dist/lib/semantic-router.js.map +1 -0
- package/dist/lib/telemetry.d.ts +62 -0
- package/dist/lib/telemetry.js +102 -0
- package/dist/lib/telemetry.js.map +1 -0
- package/dist/lib/validate.d.ts +5 -0
- package/dist/lib/validate.js +201 -0
- package/dist/lib/validate.js.map +1 -0
- package/dist/lib/workspace.d.ts +79 -0
- package/dist/lib/workspace.js +304 -0
- package/dist/lib/workspace.js.map +1 -0
- package/dist/types.d.ts +309 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +63 -0
- package/registry/families/agent-service-py/files/requirements.txt +1 -0
- package/registry/families/agent-service-py/manifest.json +159 -0
- package/registry/families/agent-service-rust/manifest.json +123 -0
- package/registry/families/agent-service-ts/files/package.json +8 -0
- package/registry/families/agent-service-ts/manifest.json +276 -0
- package/registry/families/angular-ts/files/package.json +16 -0
- package/registry/families/angular-ts/manifest.json +100 -0
- package/registry/families/api-service/files/package.json +9 -0
- package/registry/families/api-service/manifest.json +149 -0
- package/registry/families/browser-extension-ts/files/package.json +12 -0
- package/registry/families/browser-extension-ts/files/preview-server.mjs +33 -0
- package/registry/families/browser-extension-ts/files/validate-types.mjs +13 -0
- package/registry/families/browser-extension-ts/manifest.json +118 -0
- package/registry/families/cli-ts/files/package.json +12 -0
- package/registry/families/cli-ts/files/validate-types.mjs +7 -0
- package/registry/families/cli-ts/manifest.json +99 -0
- package/registry/families/cloudflare-worker-ts/files/package.json +11 -0
- package/registry/families/cloudflare-worker-ts/files/validate-worker.mjs +9 -0
- package/registry/families/cloudflare-worker-ts/files/wrangler.jsonc +5 -0
- package/registry/families/cloudflare-worker-ts/manifest.json +130 -0
- package/registry/families/dspy-pipeline-py/manifest.json +115 -0
- package/registry/families/eigenlayer-avs/files/validate-avs.mjs +18 -0
- package/registry/families/eigenlayer-avs/manifest.json +79 -0
- package/registry/families/electron-desktop-ts/files/package.json +13 -0
- package/registry/families/electron-desktop-ts/files/preview-server.mjs +33 -0
- package/registry/families/electron-desktop-ts/files/validate-types.mjs +12 -0
- package/registry/families/electron-desktop-ts/manifest.json +121 -0
- package/registry/families/evm-infra-ts/files/package.json +8 -0
- package/registry/families/evm-infra-ts/manifest.json +151 -0
- package/registry/families/expo-react-native-ts/files/package.json +14 -0
- package/registry/families/expo-react-native-ts/files/validate-types.mjs +10 -0
- package/registry/families/expo-react-native-ts/manifest.json +118 -0
- package/registry/families/fhenix-contracts/files/package.json +16 -0
- package/registry/families/fhenix-contracts/manifest.json +32 -0
- package/registry/families/fhevm-contracts/files/package.json +16 -0
- package/registry/families/fhevm-contracts/manifest.json +30 -0
- package/registry/families/forge-contracts/manifest.json +214 -0
- package/registry/families/frontend-static/files/package.json +14 -0
- package/registry/families/frontend-static/files/serve.mjs +33 -0
- package/registry/families/frontend-static/manifest.json +91 -0
- package/registry/families/fullstack-ts/files/package.json +21 -0
- package/registry/families/fullstack-ts/files/validate-types.mjs +12 -0
- package/registry/families/fullstack-ts/manifest.json +418 -0
- package/registry/families/go-api/files/validate-go.mjs +21 -0
- package/registry/families/go-api/manifest.json +136 -0
- package/registry/families/go-worker/files/validate-go-worker.mjs +14 -0
- package/registry/families/go-worker/manifest.json +92 -0
- package/registry/families/hardhat-contracts/files/package.json +13 -0
- package/registry/families/hardhat-contracts/files/validate-hardhat.mjs +13 -0
- package/registry/families/hardhat-contracts/manifest.json +79 -0
- package/registry/families/mcp-server-ts/files/package.json +6 -0
- package/registry/families/mcp-server-ts/manifest.json +120 -0
- package/registry/families/move-contracts/files/validate-move.mjs +25 -0
- package/registry/families/move-contracts/manifest.json +79 -0
- package/registry/families/nextjs-ts/files/package.json +30 -0
- package/registry/families/nextjs-ts/files/preview-server.mjs +33 -0
- package/registry/families/nextjs-ts/files/validate-types.mjs +18 -0
- package/registry/families/nextjs-ts/manifest.json +261 -0
- package/registry/families/playwright-worker/files/package.json +11 -0
- package/registry/families/playwright-worker/manifest.json +86 -0
- package/registry/families/python-api/files/requirements.txt +1 -0
- package/registry/families/python-api/manifest.json +141 -0
- package/registry/families/python-data-app/files/requirements.txt +1 -0
- package/registry/families/python-data-app/manifest.json +83 -0
- package/registry/families/python-worker/files/requirements.txt +1 -0
- package/registry/families/python-worker/manifest.json +99 -0
- package/registry/families/react-vite-ts/files/package.json +30 -0
- package/registry/families/react-vite-ts/files/preview-server.mjs +33 -0
- package/registry/families/react-vite-ts/files/validate-types.mjs +18 -0
- package/registry/families/react-vite-ts/manifest.json +183 -0
- package/registry/families/remix-ts/files/package.json +28 -0
- package/registry/families/remix-ts/manifest.json +102 -0
- package/registry/families/rust-service/manifest.json +122 -0
- package/registry/families/solana-program/manifest.json +75 -0
- package/registry/families/stylus-contracts/manifest.json +58 -0
- package/registry/families/sveltekit-ts/files/package.json +19 -0
- package/registry/families/sveltekit-ts/manifest.json +105 -0
- package/registry/families/tangle-blueprint/manifest.json +88 -0
- package/registry/families/tauri-desktop/files/package.json +19 -0
- package/registry/families/tauri-desktop/files/preview-server.mjs +33 -0
- package/registry/families/tauri-desktop/files/validate-types.mjs +12 -0
- package/registry/families/tauri-desktop/manifest.json +122 -0
- package/registry/families/vue-ts/files/package.json +17 -0
- package/registry/families/vue-ts/manifest.json +106 -0
- package/registry/families/worker-job/files/package.json +9 -0
- package/registry/families/worker-job/manifest.json +108 -0
- package/registry/families/x402-service/files/package.json +6 -0
- package/registry/families/x402-service/manifest.json +119 -0
- package/registry/families/zk-prover-service/files/package.json +6 -0
- package/registry/families/zk-prover-service/manifest.json +136 -0
- package/registry/layers/auth/better-auth/files/auth-config.json +24 -0
- package/registry/layers/auth/better-auth/manifest.json +65 -0
- package/registry/layers/auth/clerk/files/auth-config.json +31 -0
- package/registry/layers/auth/clerk/manifest.json +67 -0
- package/registry/layers/auth/none/manifest.json +31 -0
- package/registry/layers/auth/supabase-auth/files/auth-config.json +27 -0
- package/registry/layers/auth/supabase-auth/manifest.json +67 -0
- package/registry/layers/capability/admin-crud/files/admin-config.json +29 -0
- package/registry/layers/capability/admin-crud/files/admin-data.json +10 -0
- package/registry/layers/capability/admin-crud/manifest.json +58 -0
- package/registry/layers/capability/agent-ai-sdk/files/ai-sdk-config.json +15 -0
- package/registry/layers/capability/agent-ai-sdk/manifest.json +18 -0
- package/registry/layers/capability/agent-browser/files/browser-agent-config.json +13 -0
- package/registry/layers/capability/agent-browser/manifest.json +17 -0
- package/registry/layers/capability/agent-code-review/files/review-config.json +11 -0
- package/registry/layers/capability/agent-code-review/files/review-pipeline.ts +205 -0
- package/registry/layers/capability/agent-code-review/manifest.json +37 -0
- package/registry/layers/capability/agent-customer-support/files/support-config.json +15 -0
- package/registry/layers/capability/agent-customer-support/files/support-pipeline.ts +122 -0
- package/registry/layers/capability/agent-customer-support/manifest.json +38 -0
- package/registry/layers/capability/agent-data-pipeline/files/analyst.ts +192 -0
- package/registry/layers/capability/agent-data-pipeline/files/pipeline-config.json +15 -0
- package/registry/layers/capability/agent-data-pipeline/manifest.json +38 -0
- package/registry/layers/capability/agent-github/files/github-config.json +10 -0
- package/registry/layers/capability/agent-github/files/github-handler.ts +153 -0
- package/registry/layers/capability/agent-github/manifest.json +36 -0
- package/registry/layers/capability/agent-hermes/files/hermes-config.json +15 -0
- package/registry/layers/capability/agent-hermes/manifest.json +30 -0
- package/registry/layers/capability/agent-intel/files/entity-card.tsx +97 -0
- package/registry/layers/capability/agent-intel/files/intel-config.json +14 -0
- package/registry/layers/capability/agent-intel/files/intel-dashboard.tsx +224 -0
- package/registry/layers/capability/agent-intel/files/scrape-status.tsx +78 -0
- package/registry/layers/capability/agent-intel/manifest.json +32 -0
- package/registry/layers/capability/agent-langgraph/files/langgraph-config.json +17 -0
- package/registry/layers/capability/agent-langgraph/manifest.json +17 -0
- package/registry/layers/capability/agent-mastra/files/mastra-config.json +6 -0
- package/registry/layers/capability/agent-mastra/manifest.json +27 -0
- package/registry/layers/capability/agent-multi-agent/files/orchestration-config.json +18 -0
- package/registry/layers/capability/agent-multi-agent/files/supervisor.ts +154 -0
- package/registry/layers/capability/agent-multi-agent/manifest.json +39 -0
- package/registry/layers/capability/agent-openclaw/files/openclaw-config.json +6 -0
- package/registry/layers/capability/agent-openclaw/manifest.json +28 -0
- package/registry/layers/capability/agent-rag/files/rag-config.json +12 -0
- package/registry/layers/capability/agent-rag/files/retrieval-pipeline.ts +183 -0
- package/registry/layers/capability/agent-rag/manifest.json +65 -0
- package/registry/layers/capability/agent-slack/files/slack-config.json +10 -0
- package/registry/layers/capability/agent-slack/files/slack-handler.ts +125 -0
- package/registry/layers/capability/agent-slack/manifest.json +34 -0
- package/registry/layers/capability/agent-trading/files/strategy.ts +128 -0
- package/registry/layers/capability/agent-trading/files/trading-config.json +16 -0
- package/registry/layers/capability/agent-trading/manifest.json +61 -0
- package/registry/layers/capability/agent-voice/files/voice-config.json +18 -0
- package/registry/layers/capability/agent-voice/manifest.json +17 -0
- package/registry/layers/capability/ai-agent-dashboard/files/dashboard-config.json +6 -0
- package/registry/layers/capability/ai-agent-dashboard/files/dashboard-data.json +6 -0
- package/registry/layers/capability/ai-agent-dashboard/manifest.json +37 -0
- package/registry/layers/capability/ai-agent-orchestrator/files/agent-card.tsx +78 -0
- package/registry/layers/capability/ai-agent-orchestrator/files/agent-run-view.tsx +143 -0
- package/registry/layers/capability/ai-agent-orchestrator/files/orchestrator-page.tsx +132 -0
- package/registry/layers/capability/ai-agent-orchestrator/manifest.json +26 -0
- package/registry/layers/capability/ai-chat-sessions/files/chat-header.tsx +109 -0
- package/registry/layers/capability/ai-chat-sessions/files/session-folders.tsx +98 -0
- package/registry/layers/capability/ai-chat-sessions/files/session-list.tsx +194 -0
- package/registry/layers/capability/ai-chat-sessions/manifest.json +26 -0
- package/registry/layers/capability/ai-chat-ui/files/chat-config.json +12 -0
- package/registry/layers/capability/ai-chat-ui/files/chat-data.json +8 -0
- package/registry/layers/capability/ai-chat-ui/manifest.json +65 -0
- package/registry/layers/capability/ai-fine-tuning/files/finetune-config.json +10 -0
- package/registry/layers/capability/ai-fine-tuning/manifest.json +37 -0
- package/registry/layers/capability/ai-rag-chat/files/knowledge-base-manager.tsx +187 -0
- package/registry/layers/capability/ai-rag-chat/files/rag-message.tsx +132 -0
- package/registry/layers/capability/ai-rag-chat/files/source-panel.tsx +117 -0
- package/registry/layers/capability/ai-rag-chat/manifest.json +26 -0
- package/registry/layers/capability/ai-voice-chat/files/voice-chat-page.tsx +162 -0
- package/registry/layers/capability/ai-voice-chat/files/voice-controls.tsx +118 -0
- package/registry/layers/capability/ai-voice-chat/files/voice-transcript.tsx +68 -0
- package/registry/layers/capability/ai-voice-chat/manifest.json +26 -0
- package/registry/layers/capability/chart-widget/files/metric-card.tsx +51 -0
- package/registry/layers/capability/chart-widget/files/simple-chart.tsx +109 -0
- package/registry/layers/capability/chart-widget/files/starter-data.json +19 -0
- package/registry/layers/capability/chart-widget/manifest.json +23 -0
- package/registry/layers/capability/crypto-bridge-ui/files/bridge-card.tsx +173 -0
- package/registry/layers/capability/crypto-bridge-ui/files/bridge-history.tsx +91 -0
- package/registry/layers/capability/crypto-bridge-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-governance-ui/files/governance-page.tsx +98 -0
- package/registry/layers/capability/crypto-governance-ui/files/proposal-card.tsx +88 -0
- package/registry/layers/capability/crypto-governance-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-launchpad-ui/files/sale-card.tsx +113 -0
- package/registry/layers/capability/crypto-launchpad-ui/files/vesting-schedule.tsx +101 -0
- package/registry/layers/capability/crypto-launchpad-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-portfolio-ui/files/portfolio-overview.tsx +118 -0
- package/registry/layers/capability/crypto-portfolio-ui/files/token-row.tsx +79 -0
- package/registry/layers/capability/crypto-portfolio-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-staking-ui/files/staking-dashboard.tsx +170 -0
- package/registry/layers/capability/crypto-staking-ui/files/validator-card.tsx +82 -0
- package/registry/layers/capability/crypto-staking-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-swap-ui/files/pool-card.tsx +93 -0
- package/registry/layers/capability/crypto-swap-ui/files/swap-card.tsx +151 -0
- package/registry/layers/capability/crypto-swap-ui/files/token-select-dialog.tsx +104 -0
- package/registry/layers/capability/crypto-swap-ui/manifest.json +25 -0
- package/registry/layers/capability/defi-bridge/files/bridge-config.json +15 -0
- package/registry/layers/capability/defi-bridge/manifest.json +35 -0
- package/registry/layers/capability/defi-dex/files/dex-config.json +15 -0
- package/registry/layers/capability/defi-dex/manifest.json +36 -0
- package/registry/layers/capability/defi-lending/files/lending-config.json +15 -0
- package/registry/layers/capability/defi-lending/manifest.json +36 -0
- package/registry/layers/capability/defi-perpetuals/files/perp-config.json +11 -0
- package/registry/layers/capability/defi-perpetuals/manifest.json +34 -0
- package/registry/layers/capability/defi-restaking/files/restaking-config.json +6 -0
- package/registry/layers/capability/defi-restaking/manifest.json +32 -0
- package/registry/layers/capability/defi-yield/files/yield-config.json +16 -0
- package/registry/layers/capability/defi-yield/manifest.json +36 -0
- package/registry/layers/capability/deploy-docker/files/deploy-config.json +15 -0
- package/registry/layers/capability/deploy-docker/manifest.json +42 -0
- package/registry/layers/capability/deploy-github-actions/files/ci-config.json +12 -0
- package/registry/layers/capability/deploy-github-actions/manifest.json +46 -0
- package/registry/layers/capability/effect-ts/files/effect-config.json +5 -0
- package/registry/layers/capability/effect-ts/manifest.json +30 -0
- package/registry/layers/capability/evm-account-abstraction/files/Deploy.s.sol +10 -0
- package/registry/layers/capability/evm-account-abstraction/files/GaslessCollectible.sol +21 -0
- package/registry/layers/capability/evm-account-abstraction/files/GaslessCollectible.t.sol +17 -0
- package/registry/layers/capability/evm-account-abstraction/files/MintWithBundler.s.sol +11 -0
- package/registry/layers/capability/evm-account-abstraction/files/bundler-config.json +10 -0
- package/registry/layers/capability/evm-account-abstraction/manifest.json +46 -0
- package/registry/layers/capability/evm-chain-monitor/files/hooks.mjs +14 -0
- package/registry/layers/capability/evm-chain-monitor/files/monitor-config.json +6 -0
- package/registry/layers/capability/evm-chain-monitor/manifest.json +31 -0
- package/registry/layers/capability/evm-deploy-foundry/files/Deploy.s.sol +11 -0
- package/registry/layers/capability/evm-deploy-foundry/files/deploy-config.json +10 -0
- package/registry/layers/capability/evm-deploy-foundry/files/env.example +2 -0
- package/registry/layers/capability/evm-deploy-foundry/files/foundry.toml +13 -0
- package/registry/layers/capability/evm-deploy-foundry/manifest.json +43 -0
- package/registry/layers/capability/evm-layerzero-oft/files/OmnichainToken.sol +21 -0
- package/registry/layers/capability/evm-layerzero-oft/files/OmnichainToken.t.sol +18 -0
- package/registry/layers/capability/evm-layerzero-oft/files/SendTokens.s.sol +10 -0
- package/registry/layers/capability/evm-layerzero-oft/files/bridge-config.json +10 -0
- package/registry/layers/capability/evm-layerzero-oft/manifest.json +39 -0
- package/registry/layers/capability/evm-protocol-api/files/protocol-config.json +8 -0
- package/registry/layers/capability/evm-protocol-api/files/protocol-hooks.ts +149 -0
- package/registry/layers/capability/evm-protocol-api/manifest.json +36 -0
- package/registry/layers/capability/evm-wallet-dashboard/files/hooks.mjs +10 -0
- package/registry/layers/capability/evm-wallet-dashboard/files/wallet-dashboard.json +6 -0
- package/registry/layers/capability/evm-wallet-dashboard/manifest.json +30 -0
- package/registry/layers/capability/exchange-binance/files/exchange-config.json +17 -0
- package/registry/layers/capability/exchange-binance/manifest.json +33 -0
- package/registry/layers/capability/exchange-coinbase/files/exchange-config.json +17 -0
- package/registry/layers/capability/exchange-coinbase/manifest.json +33 -0
- package/registry/layers/capability/exchange-okx/files/exchange-config.json +17 -0
- package/registry/layers/capability/exchange-okx/manifest.json +33 -0
- package/registry/layers/capability/fhe-private-token/files/PrivateToken.sol +49 -0
- package/registry/layers/capability/fhe-private-token/manifest.json +12 -0
- package/registry/layers/capability/fhe-private-voting/files/PrivateVoting.sol +50 -0
- package/registry/layers/capability/fhe-private-voting/manifest.json +12 -0
- package/registry/layers/capability/fhe-sealed-auction/files/SealedAuction.sol +43 -0
- package/registry/layers/capability/fhe-sealed-auction/manifest.json +12 -0
- package/registry/layers/capability/gpu-modal/files/gpu-config.json +8 -0
- package/registry/layers/capability/gpu-modal/manifest.json +31 -0
- package/registry/layers/capability/gpu-replicate/files/gpu-config.json +5 -0
- package/registry/layers/capability/gpu-replicate/manifest.json +33 -0
- package/registry/layers/capability/gpu-together/files/gpu-config.json +5 -0
- package/registry/layers/capability/gpu-together/manifest.json +32 -0
- package/registry/layers/capability/icons/files/icons-config.json +18 -0
- package/registry/layers/capability/icons/manifest.json +33 -0
- package/registry/layers/capability/infra-k8s/files/k8s-config.json +7 -0
- package/registry/layers/capability/infra-k8s/manifest.json +38 -0
- package/registry/layers/capability/infra-pulumi/files/pulumi-config.json +7 -0
- package/registry/layers/capability/infra-pulumi/manifest.json +36 -0
- package/registry/layers/capability/infra-terraform/files/terraform-config.json +7 -0
- package/registry/layers/capability/infra-terraform/manifest.json +37 -0
- package/registry/layers/capability/json-render/files/json-render-config.json +16 -0
- package/registry/layers/capability/json-render/manifest.json +24 -0
- package/registry/layers/capability/layout-admin/files/admin-page.tsx +141 -0
- package/registry/layers/capability/layout-admin/files/column-header.tsx +37 -0
- package/registry/layers/capability/layout-admin/files/data-table.tsx +221 -0
- package/registry/layers/capability/layout-admin/files/entity-form.tsx +109 -0
- package/registry/layers/capability/layout-admin/files/media-manifest.json +14 -0
- package/registry/layers/capability/layout-admin/manifest.json +30 -0
- package/registry/layers/capability/layout-auth/files/sign-in-page.tsx +82 -0
- package/registry/layers/capability/layout-auth/files/sign-up-page.tsx +94 -0
- package/registry/layers/capability/layout-auth/manifest.json +51 -0
- package/registry/layers/capability/layout-chat/files/chat-input.tsx +76 -0
- package/registry/layers/capability/layout-chat/files/chat-message.tsx +100 -0
- package/registry/layers/capability/layout-chat/files/chat-page.tsx +149 -0
- package/registry/layers/capability/layout-chat/files/chat-sidebar.tsx +78 -0
- package/registry/layers/capability/layout-chat/files/media-manifest.json +24 -0
- package/registry/layers/capability/layout-chat/manifest.json +30 -0
- package/registry/layers/capability/layout-dashboard/files/dashboard-page.tsx +113 -0
- package/registry/layers/capability/layout-dashboard/files/media-manifest.json +34 -0
- package/registry/layers/capability/layout-dashboard/files/nav-config.ts +46 -0
- package/registry/layers/capability/layout-dashboard/files/sidebar-layout.tsx +149 -0
- package/registry/layers/capability/layout-dashboard/manifest.json +33 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/dashboard-page.tsx +113 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/media-manifest.json +34 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/nav-config.ts +46 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/sidebar-layout.tsx +149 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/dashboard-page.tsx +113 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/media-manifest.json +34 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/nav-config.ts +26 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/sidebar-layout.tsx +157 -0
- package/registry/layers/capability/layout-landing/files/features-section.tsx +98 -0
- package/registry/layers/capability/layout-landing/files/hero-section.tsx +111 -0
- package/registry/layers/capability/layout-landing/files/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/files/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/files/pricing-section.tsx +175 -0
- package/registry/layers/capability/layout-landing/manifest.json +73 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/features-section.tsx +79 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/hero-section.tsx +78 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/pricing-section.tsx +166 -0
- package/registry/layers/capability/layout-landing/variants/default/features-section.tsx +98 -0
- package/registry/layers/capability/layout-landing/variants/default/hero-section.tsx +111 -0
- package/registry/layers/capability/layout-landing/variants/default/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/default/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/default/pricing-section.tsx +175 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/features-section.tsx +79 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/hero-section.tsx +73 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/pricing-section.tsx +165 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/features-section.tsx +73 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/hero-section.tsx +65 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/pricing-section.tsx +162 -0
- package/registry/layers/capability/layout-settings/files/settings-page.tsx +165 -0
- package/registry/layers/capability/layout-settings/manifest.json +45 -0
- package/registry/layers/capability/logging/files/error-handler.ts +35 -0
- package/registry/layers/capability/logging/files/logger.ts +78 -0
- package/registry/layers/capability/logging/files/request-logger.ts +52 -0
- package/registry/layers/capability/logging/manifest.json +47 -0
- package/registry/layers/capability/market-sim/files/market-feed.json +16 -0
- package/registry/layers/capability/market-sim/manifest.json +19 -0
- package/registry/layers/capability/marketplace/files/listing-card.tsx +80 -0
- package/registry/layers/capability/marketplace/files/listing-grid.tsx +55 -0
- package/registry/layers/capability/marketplace/files/marketplace-config.json +26 -0
- package/registry/layers/capability/marketplace/files/review-card.tsx +57 -0
- package/registry/layers/capability/marketplace/files/search-filters.tsx +113 -0
- package/registry/layers/capability/marketplace/manifest.json +29 -0
- package/registry/layers/capability/move-amm/files/amm-config.json +1 -0
- package/registry/layers/capability/move-amm/manifest.json +46 -0
- package/registry/layers/capability/move-launchpad/files/launchpad-config.json +1 -0
- package/registry/layers/capability/move-launchpad/manifest.json +45 -0
- package/registry/layers/capability/move-nft/files/nft-config.json +1 -0
- package/registry/layers/capability/move-nft/manifest.json +9 -0
- package/registry/layers/capability/move-oracle/files/oracle-config.json +1 -0
- package/registry/layers/capability/move-oracle/manifest.json +10 -0
- package/registry/layers/capability/move-staking/files/staking-config.json +1 -0
- package/registry/layers/capability/move-staking/manifest.json +9 -0
- package/registry/layers/capability/realtime-ws/files/realtime-config.json +19 -0
- package/registry/layers/capability/realtime-ws/files/ws-client.ts +90 -0
- package/registry/layers/capability/realtime-ws/files/ws-server.ts +121 -0
- package/registry/layers/capability/realtime-ws/files/ws-types.ts +30 -0
- package/registry/layers/capability/realtime-ws/manifest.json +66 -0
- package/registry/layers/capability/saas-billing/files/billing-api.ts +134 -0
- package/registry/layers/capability/saas-billing/files/billing-config.json +15 -0
- package/registry/layers/capability/saas-billing/files/billing-guard.ts +38 -0
- package/registry/layers/capability/saas-billing/files/billing-ui.tsx +100 -0
- package/registry/layers/capability/saas-billing/manifest.json +73 -0
- package/registry/layers/capability/saas-teams/files/teams-api.ts +118 -0
- package/registry/layers/capability/saas-teams/files/teams-config.json +16 -0
- package/registry/layers/capability/saas-teams/files/teams-guard.ts +35 -0
- package/registry/layers/capability/saas-teams/files/teams-ui.tsx +235 -0
- package/registry/layers/capability/saas-teams/manifest.json +74 -0
- package/registry/layers/capability/shadcn/files/alert.tsx +39 -0
- package/registry/layers/capability/shadcn/files/avatar.tsx +33 -0
- package/registry/layers/capability/shadcn/files/badge.tsx +28 -0
- package/registry/layers/capability/shadcn/files/breadcrumb.tsx +45 -0
- package/registry/layers/capability/shadcn/files/button.tsx +44 -0
- package/registry/layers/capability/shadcn/files/card.tsx +46 -0
- package/registry/layers/capability/shadcn/files/checkbox.tsx +26 -0
- package/registry/layers/capability/shadcn/files/command.tsx +72 -0
- package/registry/layers/capability/shadcn/files/dialog.tsx +75 -0
- package/registry/layers/capability/shadcn/files/dropdown-menu.tsx +68 -0
- package/registry/layers/capability/shadcn/files/form.tsx +57 -0
- package/registry/layers/capability/shadcn/files/input.tsx +21 -0
- package/registry/layers/capability/shadcn/files/label.tsx +18 -0
- package/registry/layers/capability/shadcn/files/progress.tsx +28 -0
- package/registry/layers/capability/shadcn/files/scroll-area.tsx +32 -0
- package/registry/layers/capability/shadcn/files/select.tsx +80 -0
- package/registry/layers/capability/shadcn/files/separator.tsx +21 -0
- package/registry/layers/capability/shadcn/files/shadcn-config.json +26 -0
- package/registry/layers/capability/shadcn/files/sheet.tsx +71 -0
- package/registry/layers/capability/shadcn/files/sidebar.tsx +73 -0
- package/registry/layers/capability/shadcn/files/skeleton.tsx +7 -0
- package/registry/layers/capability/shadcn/files/switch.tsx +36 -0
- package/registry/layers/capability/shadcn/files/table.tsx +58 -0
- package/registry/layers/capability/shadcn/files/tabs.tsx +56 -0
- package/registry/layers/capability/shadcn/files/textarea.tsx +20 -0
- package/registry/layers/capability/shadcn/files/toast.tsx +68 -0
- package/registry/layers/capability/shadcn/files/toggle.tsx +43 -0
- package/registry/layers/capability/shadcn/files/tooltip.tsx +45 -0
- package/registry/layers/capability/shadcn/files/utils.ts +6 -0
- package/registry/layers/capability/shadcn/manifest.json +171 -0
- package/registry/layers/capability/solana-amm/files/README.md +5 -0
- package/registry/layers/capability/solana-amm/files/lib.rs +52 -0
- package/registry/layers/capability/solana-amm/files/pool-config.json +6 -0
- package/registry/layers/capability/solana-amm/manifest.json +22 -0
- package/registry/layers/capability/solana-keeper/files/keeper-hooks.ts +90 -0
- package/registry/layers/capability/solana-keeper/files/market-feed.json +7 -0
- package/registry/layers/capability/solana-keeper/manifest.json +18 -0
- package/registry/layers/capability/solana-launchpad/files/README.md +5 -0
- package/registry/layers/capability/solana-launchpad/files/lib.rs +52 -0
- package/registry/layers/capability/solana-launchpad/files/sale-config.json +5 -0
- package/registry/layers/capability/solana-launchpad/manifest.json +35 -0
- package/registry/layers/capability/solana-nft/files/README.md +5 -0
- package/registry/layers/capability/solana-nft/files/lib.rs +52 -0
- package/registry/layers/capability/solana-nft/files/marketplace-config.json +4 -0
- package/registry/layers/capability/solana-nft/manifest.json +34 -0
- package/registry/layers/capability/solana-perps/files/README.md +5 -0
- package/registry/layers/capability/solana-perps/files/lib.rs +52 -0
- package/registry/layers/capability/solana-perps/files/market-config.json +6 -0
- package/registry/layers/capability/solana-perps/manifest.json +22 -0
- package/registry/layers/capability/solana-prediction/files/README.md +5 -0
- package/registry/layers/capability/solana-prediction/files/lib.rs +52 -0
- package/registry/layers/capability/solana-prediction/files/prediction-config.json +6 -0
- package/registry/layers/capability/solana-prediction/manifest.json +22 -0
- package/registry/layers/capability/solana-staking/files/README.md +5 -0
- package/registry/layers/capability/solana-staking/files/lib.rs +52 -0
- package/registry/layers/capability/solana-staking/files/staking-config.json +5 -0
- package/registry/layers/capability/solana-staking/manifest.json +22 -0
- package/registry/layers/capability/tailwind/files/design-tokens.json +51 -0
- package/registry/layers/capability/tailwind/files/tailwind-config.json +34 -0
- package/registry/layers/capability/tailwind/manifest.json +53 -0
- package/registry/layers/capability/tangle-custody/files/blueprint.json +17 -0
- package/registry/layers/capability/tangle-custody/files/lib.rs +53 -0
- package/registry/layers/capability/tangle-custody/manifest.json +30 -0
- package/registry/layers/capability/tangle-oracle/files/blueprint.json +17 -0
- package/registry/layers/capability/tangle-oracle/files/lib.rs +53 -0
- package/registry/layers/capability/tangle-oracle/manifest.json +29 -0
- package/registry/layers/capability/typography/files/typography-config.json +24 -0
- package/registry/layers/capability/typography/manifest.json +35 -0
- package/registry/layers/capability/webhook-processor/files/webhook-config.json +26 -0
- package/registry/layers/capability/webhook-processor/files/webhook-handler.ts +61 -0
- package/registry/layers/capability/webhook-processor/files/webhook-queue.ts +77 -0
- package/registry/layers/capability/webhook-processor/files/webhook-router.ts +77 -0
- package/registry/layers/capability/webhook-processor/manifest.json +67 -0
- package/registry/layers/capability/webrtc/files/call-controls.tsx +82 -0
- package/registry/layers/capability/webrtc/files/participant-tile.tsx +66 -0
- package/registry/layers/capability/webrtc/files/video-room.tsx +97 -0
- package/registry/layers/capability/webrtc/files/webrtc-config.json +18 -0
- package/registry/layers/capability/webrtc/manifest.json +30 -0
- package/registry/layers/database/convex/files/database-config.json +5 -0
- package/registry/layers/database/convex/manifest.json +31 -0
- package/registry/layers/database/mongodb/files/database-config.json +5 -0
- package/registry/layers/database/mongodb/manifest.json +31 -0
- package/registry/layers/database/postgres/files/database-config.json +5 -0
- package/registry/layers/database/postgres/manifest.json +31 -0
- package/registry/layers/database/sqlite/files/database-config.json +5 -0
- package/registry/layers/database/sqlite/manifest.json +31 -0
- package/registry/layers/framework/agent-service-py/files/agent.config.json +9 -0
- package/registry/layers/framework/agent-service-py/files/app.py +43 -0
- package/registry/layers/framework/agent-service-py/manifest.json +15 -0
- package/registry/layers/framework/agent-service-rust/files/Cargo.toml +6 -0
- package/registry/layers/framework/agent-service-rust/files/agent.config.json +8 -0
- package/registry/layers/framework/agent-service-rust/files/main.rs +23 -0
- package/registry/layers/framework/agent-service-rust/manifest.json +19 -0
- package/registry/layers/framework/agent-service-ts/files/agent.config.json +9 -0
- package/registry/layers/framework/agent-service-ts/files/agent.mjs +39 -0
- package/registry/layers/framework/agent-service-ts/manifest.json +15 -0
- package/registry/layers/framework/angular-ts/files/app.component.ts +10 -0
- package/registry/layers/framework/angular-ts/files/main.ts +4 -0
- package/registry/layers/framework/angular-ts/manifest.json +9 -0
- package/registry/layers/framework/browser-extension-ts/files/background.ts +3 -0
- package/registry/layers/framework/browser-extension-ts/files/content.ts +1 -0
- package/registry/layers/framework/browser-extension-ts/files/manifest.json +13 -0
- package/registry/layers/framework/browser-extension-ts/files/popup.css +16 -0
- package/registry/layers/framework/browser-extension-ts/files/popup.html +16 -0
- package/registry/layers/framework/browser-extension-ts/files/popup.ts +13 -0
- package/registry/layers/framework/browser-extension-ts/files/tsconfig.json +8 -0
- package/registry/layers/framework/browser-extension-ts/manifest.json +39 -0
- package/registry/layers/framework/cli-ts/files/index.ts +26 -0
- package/registry/layers/framework/cli-ts/files/tsconfig.json +8 -0
- package/registry/layers/framework/cli-ts/manifest.json +15 -0
- package/registry/layers/framework/cloudflare-worker-ts/files/worker.ts +21 -0
- package/registry/layers/framework/cloudflare-worker-ts/manifest.json +11 -0
- package/registry/layers/framework/dspy-pipeline-py/files/main.py +17 -0
- package/registry/layers/framework/dspy-pipeline-py/files/pipeline.json +9 -0
- package/registry/layers/framework/dspy-pipeline-py/manifest.json +15 -0
- package/registry/layers/framework/eigenlayer-avs/files/ServiceManager.sol +10 -0
- package/registry/layers/framework/eigenlayer-avs/files/avs.config.json +9 -0
- package/registry/layers/framework/eigenlayer-avs/files/main.rs +3 -0
- package/registry/layers/framework/eigenlayer-avs/manifest.json +19 -0
- package/registry/layers/framework/electron-desktop-ts/files/app.ts +9 -0
- package/registry/layers/framework/electron-desktop-ts/files/index.html +16 -0
- package/registry/layers/framework/electron-desktop-ts/files/main.ts +1 -0
- package/registry/layers/framework/electron-desktop-ts/files/preload.ts +1 -0
- package/registry/layers/framework/electron-desktop-ts/files/styles.css +18 -0
- package/registry/layers/framework/electron-desktop-ts/files/tsconfig.json +8 -0
- package/registry/layers/framework/electron-desktop-ts/manifest.json +35 -0
- package/registry/layers/framework/evm-infra-ts/files/chain-config.json +5 -0
- package/registry/layers/framework/evm-infra-ts/files/server.mjs +39 -0
- package/registry/layers/framework/evm-infra-ts/manifest.json +15 -0
- package/registry/layers/framework/expo-react-native-ts/files/App.tsx +37 -0
- package/registry/layers/framework/expo-react-native-ts/files/app.json +8 -0
- package/registry/layers/framework/expo-react-native-ts/files/tsconfig.json +9 -0
- package/registry/layers/framework/expo-react-native-ts/manifest.json +23 -0
- package/registry/layers/framework/fhenix-contracts/files/FHECounter.sol +26 -0
- package/registry/layers/framework/fhenix-contracts/files/FHECounter.test.ts +23 -0
- package/registry/layers/framework/fhenix-contracts/files/deploy.ts +13 -0
- package/registry/layers/framework/fhenix-contracts/files/hardhat.config.ts +16 -0
- package/registry/layers/framework/fhenix-contracts/manifest.json +11 -0
- package/registry/layers/framework/fhevm-contracts/files/EncryptedCounter.sol +28 -0
- package/registry/layers/framework/fhevm-contracts/files/EncryptedCounter.test.ts +23 -0
- package/registry/layers/framework/fhevm-contracts/files/deploy.ts +13 -0
- package/registry/layers/framework/fhevm-contracts/files/hardhat.config.ts +21 -0
- package/registry/layers/framework/fhevm-contracts/manifest.json +11 -0
- package/registry/layers/framework/forge-foundation/files/Counter.sol +14 -0
- package/registry/layers/framework/forge-foundation/files/Counter.t.sol +17 -0
- package/registry/layers/framework/forge-foundation/files/Deploy.s.sol +10 -0
- package/registry/layers/framework/forge-foundation/files/foundry.toml +6 -0
- package/registry/layers/framework/forge-foundation/manifest.json +23 -0
- package/registry/layers/framework/fullstack-node-ts/files/client.js +60 -0
- package/registry/layers/framework/fullstack-node-ts/files/client.ts +6 -0
- package/registry/layers/framework/fullstack-node-ts/files/index.html +25 -0
- package/registry/layers/framework/fullstack-node-ts/files/server.ts +62 -0
- package/registry/layers/framework/fullstack-node-ts/files/styles.css +86 -0
- package/registry/layers/framework/fullstack-node-ts/files/tsconfig.json +10 -0
- package/registry/layers/framework/fullstack-node-ts/manifest.json +36 -0
- package/registry/layers/framework/go-net-http/files/go.mod +3 -0
- package/registry/layers/framework/go-net-http/files/handlers.go +28 -0
- package/registry/layers/framework/go-net-http/files/main.go +23 -0
- package/registry/layers/framework/go-net-http/manifest.json +19 -0
- package/registry/layers/framework/go-worker/files/cycle.go +5 -0
- package/registry/layers/framework/go-worker/files/go.mod +3 -0
- package/registry/layers/framework/go-worker/files/main.go +11 -0
- package/registry/layers/framework/go-worker/manifest.json +19 -0
- package/registry/layers/framework/hardhat-ts/files/contract.sol +6 -0
- package/registry/layers/framework/hardhat-ts/files/deploy.ts +1 -0
- package/registry/layers/framework/hardhat-ts/files/env.example +1 -0
- package/registry/layers/framework/hardhat-ts/files/hardhat.config.ts +10 -0
- package/registry/layers/framework/hardhat-ts/files/test.ts +3 -0
- package/registry/layers/framework/hardhat-ts/files/tsconfig.json +9 -0
- package/registry/layers/framework/hardhat-ts/manifest.json +31 -0
- package/registry/layers/framework/mcp-server-ts/files/mcp.config.json +9 -0
- package/registry/layers/framework/mcp-server-ts/files/server.mjs +12 -0
- package/registry/layers/framework/mcp-server-ts/manifest.json +15 -0
- package/registry/layers/framework/move-package/files/Move.toml +6 -0
- package/registry/layers/framework/move-package/files/module.move +22 -0
- package/registry/layers/framework/move-package/files/test.move +9 -0
- package/registry/layers/framework/move-package/manifest.json +19 -0
- package/registry/layers/framework/nextjs-app-router/files/globals.css +42 -0
- package/registry/layers/framework/nextjs-app-router/files/layout.tsx +16 -0
- package/registry/layers/framework/nextjs-app-router/files/next.config.ts +5 -0
- package/registry/layers/framework/nextjs-app-router/files/page.tsx +8 -0
- package/registry/layers/framework/nextjs-app-router/files/postcss.config.js +5 -0
- package/registry/layers/framework/nextjs-app-router/files/preview-client.js +47 -0
- package/registry/layers/framework/nextjs-app-router/files/preview-index.html +19 -0
- package/registry/layers/framework/nextjs-app-router/files/tsconfig.json +15 -0
- package/registry/layers/framework/nextjs-app-router/manifest.json +43 -0
- package/registry/layers/framework/node-http/files/server.mjs +65 -0
- package/registry/layers/framework/node-http/manifest.json +11 -0
- package/registry/layers/framework/node-worker/files/worker.mjs +43 -0
- package/registry/layers/framework/node-worker/manifest.json +11 -0
- package/registry/layers/framework/playwright-worker/files/worker.mjs +13 -0
- package/registry/layers/framework/playwright-worker/manifest.json +11 -0
- package/registry/layers/framework/python-data-app/files/app.py +54 -0
- package/registry/layers/framework/python-data-app/manifest.json +15 -0
- package/registry/layers/framework/python-http/files/app.py +44 -0
- package/registry/layers/framework/python-http/manifest.json +11 -0
- package/registry/layers/framework/python-worker/files/worker.py +49 -0
- package/registry/layers/framework/python-worker/manifest.json +8 -0
- package/registry/layers/framework/react-vite-ts/files/App.tsx +8 -0
- package/registry/layers/framework/react-vite-ts/files/index.html +15 -0
- package/registry/layers/framework/react-vite-ts/files/main.ts +8 -0
- package/registry/layers/framework/react-vite-ts/files/preview-client.js +49 -0
- package/registry/layers/framework/react-vite-ts/files/styles.css +43 -0
- package/registry/layers/framework/react-vite-ts/files/tsconfig.json +15 -0
- package/registry/layers/framework/react-vite-ts/files/vite.config.ts +13 -0
- package/registry/layers/framework/react-vite-ts/manifest.json +39 -0
- package/registry/layers/framework/remix-ts/files/index.tsx +8 -0
- package/registry/layers/framework/remix-ts/files/root.tsx +10 -0
- package/registry/layers/framework/remix-ts/files/vite.config.ts +14 -0
- package/registry/layers/framework/remix-ts/manifest.json +10 -0
- package/registry/layers/framework/rust-http/files/Cargo.toml +6 -0
- package/registry/layers/framework/rust-http/files/main.rs +26 -0
- package/registry/layers/framework/rust-http/manifest.json +15 -0
- package/registry/layers/framework/solana-native-rust/files/Cargo.toml +9 -0
- package/registry/layers/framework/solana-native-rust/files/README.md +5 -0
- package/registry/layers/framework/solana-native-rust/files/lib.rs +48 -0
- package/registry/layers/framework/solana-native-rust/manifest.json +19 -0
- package/registry/layers/framework/stylus-contracts/files/Cargo.toml +8 -0
- package/registry/layers/framework/stylus-contracts/files/lib.rs +13 -0
- package/registry/layers/framework/stylus-contracts/files/stylus.json +4 -0
- package/registry/layers/framework/stylus-contracts/manifest.json +19 -0
- package/registry/layers/framework/sveltekit-ts/files/app.html +5 -0
- package/registry/layers/framework/sveltekit-ts/files/layout.svelte +1 -0
- package/registry/layers/framework/sveltekit-ts/files/page.svelte +8 -0
- package/registry/layers/framework/sveltekit-ts/files/svelte.config.js +2 -0
- package/registry/layers/framework/sveltekit-ts/files/vite.config.ts +9 -0
- package/registry/layers/framework/sveltekit-ts/manifest.json +12 -0
- package/registry/layers/framework/tangle-blueprint/files/Cargo.toml +10 -0
- package/registry/layers/framework/tangle-blueprint/files/HelloBlueprint.sol +32 -0
- package/registry/layers/framework/tangle-blueprint/files/bin-Cargo.toml +15 -0
- package/registry/layers/framework/tangle-blueprint/files/blueprint.json +16 -0
- package/registry/layers/framework/tangle-blueprint/files/cargo-config.toml +2 -0
- package/registry/layers/framework/tangle-blueprint/files/foundry.toml +17 -0
- package/registry/layers/framework/tangle-blueprint/files/lib-Cargo.toml +13 -0
- package/registry/layers/framework/tangle-blueprint/files/lib.rs +55 -0
- package/registry/layers/framework/tangle-blueprint/files/main.rs +70 -0
- package/registry/layers/framework/tangle-blueprint/files/rust-toolchain.toml +4 -0
- package/registry/layers/framework/tangle-blueprint/manifest.json +47 -0
- package/registry/layers/framework/tauri-desktop/files/Cargo.toml +7 -0
- package/registry/layers/framework/tauri-desktop/files/app.ts +7 -0
- package/registry/layers/framework/tauri-desktop/files/index.html +16 -0
- package/registry/layers/framework/tauri-desktop/files/main.rs +3 -0
- package/registry/layers/framework/tauri-desktop/files/styles.css +18 -0
- package/registry/layers/framework/tauri-desktop/files/tauri.conf.json +7 -0
- package/registry/layers/framework/tauri-desktop/files/tsconfig.json +8 -0
- package/registry/layers/framework/tauri-desktop/manifest.json +35 -0
- package/registry/layers/framework/vue-ts/files/App.vue +11 -0
- package/registry/layers/framework/vue-ts/files/index.html +5 -0
- package/registry/layers/framework/vue-ts/files/main.ts +3 -0
- package/registry/layers/framework/vue-ts/files/vite.config.ts +14 -0
- package/registry/layers/framework/vue-ts/manifest.json +11 -0
- package/registry/layers/framework/web-static/files/app.js +53 -0
- package/registry/layers/framework/web-static/files/index.html +21 -0
- package/registry/layers/framework/web-static/files/styles.css +85 -0
- package/registry/layers/framework/web-static/manifest.json +23 -0
- package/registry/layers/framework/x402-service/files/server.mjs +18 -0
- package/registry/layers/framework/x402-service/files/x402.config.json +7 -0
- package/registry/layers/framework/x402-service/manifest.json +15 -0
- package/registry/layers/framework/zk-prover-service/files/proof-system.json +8 -0
- package/registry/layers/framework/zk-prover-service/files/server.mjs +18 -0
- package/registry/layers/framework/zk-prover-service/manifest.json +15 -0
- package/registry/layers/payments/coinbase-commerce/files/payments-config.json +5 -0
- package/registry/layers/payments/coinbase-commerce/manifest.json +39 -0
- package/registry/layers/payments/none/manifest.json +30 -0
- package/registry/layers/payments/stripe/files/payments-config.json +5 -0
- package/registry/layers/payments/stripe/manifest.json +39 -0
- package/registry/layers/queue/bullmq/files/queue-config.json +5 -0
- package/registry/layers/queue/bullmq/manifest.json +35 -0
- package/registry/layers/queue/none/manifest.json +26 -0
- package/registry/layers/queue/trigger-dev/files/queue-config.json +5 -0
- package/registry/layers/queue/trigger-dev/manifest.json +35 -0
- package/registry/layers/sdk/coinbase-cdp/files/sdk-config.json +30 -0
- package/registry/layers/sdk/coinbase-cdp/manifest.json +61 -0
- package/registry/layers/sdk/evm-wallet/files/sdk-config.json +49 -0
- package/registry/layers/sdk/evm-wallet/manifest.json +64 -0
- package/registry/layers/sdk/none/manifest.json +34 -0
- package/registry/layers/sdk/solana-web3/files/sdk-config.json +31 -0
- package/registry/layers/sdk/solana-web3/manifest.json +59 -0
- package/registry/partners/arbitrum/files/partner-config.json +5 -0
- package/registry/partners/arbitrum/files/starter-brand.json +5 -0
- package/registry/partners/arbitrum/manifest.json +42 -0
- package/registry/partners/coinbase/files/partner-config.json +6 -0
- package/registry/partners/coinbase/files/starter-brand.json +4 -0
- package/registry/partners/coinbase/manifest.json +46 -0
- package/registry/partners/eigenlayer/files/partner-config.json +5 -0
- package/registry/partners/eigenlayer/files/starter-brand.json +5 -0
- package/registry/partners/eigenlayer/manifest.json +39 -0
- package/registry/partners/solana/files/partner-config.json +5 -0
- package/registry/partners/solana/files/starter-brand.json +5 -0
- package/registry/partners/solana/manifest.json +39 -0
- package/registry/partners/tangle/files/partner-config.json +5 -0
- package/registry/partners/tangle/files/starter-brand.json +5 -0
- package/registry/partners/tangle/manifest.json +39 -0
- package/registry/partners/xlayer/files/partner-config.json +5 -0
- package/registry/partners/xlayer/files/starter-brand.json +5 -0
- package/registry/partners/xlayer/manifest.json +41 -0
- package/specs/agent-python-research.json +12 -0
- package/specs/agent-rust-runtime.json +11 -0
- package/specs/agent-ts-control-plane.json +13 -0
- package/specs/api-evm-protocol.json +17 -0
- package/specs/api-health.json +14 -0
- package/specs/browser-extension-research.json +12 -0
- package/specs/cli-release-tool.json +9 -0
- package/specs/cloudflare-edge.json +13 -0
- package/specs/coinbase-landing.json +13 -0
- package/specs/dspy-pipeline.json +8 -0
- package/specs/eigenlayer-avs.json +8 -0
- package/specs/electron-ops-console.json +14 -0
- package/specs/evm-infra.json +15 -0
- package/specs/expo-wallet-mobile.json +14 -0
- package/specs/forge-counter.json +10 -0
- package/specs/fullstack-control-plane.json +16 -0
- package/specs/go-api.json +12 -0
- package/specs/go-worker.json +11 -0
- package/specs/hardhat-xlayer-config.json +9 -0
- package/specs/mcp-server.json +8 -0
- package/specs/move-treasury.json +10 -0
- package/specs/multichain-workspace.json +74 -0
- package/specs/nextjs-saas.json +11 -0
- package/specs/playwright-worker.json +11 -0
- package/specs/python-api.json +13 -0
- package/specs/python-data-insights.json +9 -0
- package/specs/react-vite-coinbase.json +11 -0
- package/specs/rust-service.json +13 -0
- package/specs/solana-keeper-worker.json +13 -0
- package/specs/solana-perps.json +12 -0
- package/specs/solana-prediction.json +12 -0
- package/specs/solana-treasury.json +10 -0
- package/specs/stylus-contracts.json +8 -0
- package/specs/tangle-blueprint.json +9 -0
- package/specs/tangle-custody.json +11 -0
- package/specs/tangle-oracle.json +11 -0
- package/specs/tauri-desktop.json +13 -0
- package/specs/trading-worker.json +12 -0
- package/specs/x402-service.json +8 -0
- package/specs/xlayer-aa.json +13 -0
- package/specs/xlayer-foundry-deploy.json +12 -0
- package/specs/xlayer-oft.json +13 -0
- package/specs/xlayer-wallet-dashboard.json +18 -0
- package/specs/zk-prover.json +8 -0
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
export interface FileEntry {
|
|
2
|
+
source: string;
|
|
3
|
+
target: string;
|
|
4
|
+
}
|
|
5
|
+
export interface MediaSlot {
|
|
6
|
+
id: string;
|
|
7
|
+
path: string;
|
|
8
|
+
width: number;
|
|
9
|
+
height: number;
|
|
10
|
+
purpose: string;
|
|
11
|
+
prompt: string;
|
|
12
|
+
fallback: 'gradient' | 'icon' | 'initials' | 'text' | 'none';
|
|
13
|
+
usedIn: string;
|
|
14
|
+
}
|
|
15
|
+
export interface MediaManifest {
|
|
16
|
+
slots: MediaSlot[];
|
|
17
|
+
}
|
|
18
|
+
export type ValidationCheckType = 'file-exists' | 'node-syntax' | 'http-start' | 'command-success' | 'python-compile';
|
|
19
|
+
export interface ValidationCheck {
|
|
20
|
+
type: ValidationCheckType;
|
|
21
|
+
path?: string;
|
|
22
|
+
command?: string[];
|
|
23
|
+
expect?: string;
|
|
24
|
+
env?: Record<string, string>;
|
|
25
|
+
port?: string;
|
|
26
|
+
runOnce?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface PreviewHint {
|
|
29
|
+
path?: string;
|
|
30
|
+
port?: string | number;
|
|
31
|
+
}
|
|
32
|
+
export interface ContextHints {
|
|
33
|
+
commands?: string[];
|
|
34
|
+
entrypoints?: string[];
|
|
35
|
+
preview?: PreviewHint;
|
|
36
|
+
extensionPoints?: string[];
|
|
37
|
+
}
|
|
38
|
+
export interface SlotConfig {
|
|
39
|
+
options?: string[];
|
|
40
|
+
default?: string;
|
|
41
|
+
}
|
|
42
|
+
export interface TaxonomyFields {
|
|
43
|
+
language?: string;
|
|
44
|
+
runtime?: string;
|
|
45
|
+
surface?: string;
|
|
46
|
+
}
|
|
47
|
+
interface ManifestBase {
|
|
48
|
+
id: string;
|
|
49
|
+
description: string;
|
|
50
|
+
manifestPath: string;
|
|
51
|
+
baseDir: string;
|
|
52
|
+
files?: FileEntry[];
|
|
53
|
+
validationChecks?: ValidationCheck[];
|
|
54
|
+
contextHints?: ContextHints;
|
|
55
|
+
defaults?: Record<string, unknown>;
|
|
56
|
+
}
|
|
57
|
+
export interface FamilyManifest extends ManifestBase {
|
|
58
|
+
kind: 'family';
|
|
59
|
+
group: null;
|
|
60
|
+
tags: string[];
|
|
61
|
+
taxonomy?: TaxonomyFields;
|
|
62
|
+
slots?: Record<string, SlotConfig>;
|
|
63
|
+
/** Layer IDs that must be present (via layers array or slot selection) for this family to compose correctly. */
|
|
64
|
+
requires?: string[];
|
|
65
|
+
/** Flat keywords for prompt routing (legacy — prefer tieredKeywords). */
|
|
66
|
+
keywords?: string[];
|
|
67
|
+
/** Tiered keywords for weighted scoring. tier1 (4pts): framework names. tier2 (2pts): domain terms. tier3 (1pt): generic. archetypes (3pts): product patterns. */
|
|
68
|
+
tieredKeywords?: {
|
|
69
|
+
tier1?: string[];
|
|
70
|
+
tier2?: string[];
|
|
71
|
+
tier3?: string[];
|
|
72
|
+
archetypes?: string[];
|
|
73
|
+
};
|
|
74
|
+
/** Scoring boosts: when a boost key (e.g. "go") co-occurs with an API term, add boost value to score. */
|
|
75
|
+
scoring?: {
|
|
76
|
+
boost?: Record<string, number>;
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export interface LayerManifest extends ManifestBase {
|
|
80
|
+
kind: 'layer';
|
|
81
|
+
group: string;
|
|
82
|
+
slot?: string;
|
|
83
|
+
appliesTo?: string[];
|
|
84
|
+
/** Keywords for capability auto-detection. detectCapabilities scores prompts against these. */
|
|
85
|
+
keywords?: string[];
|
|
86
|
+
/** Other capability IDs that must be present when this capability is attached. */
|
|
87
|
+
capabilityRequires?: string[];
|
|
88
|
+
/** Available variant directory names under variants/. When present, compose picks one deterministically. */
|
|
89
|
+
variants?: string[];
|
|
90
|
+
/** Concrete build suggestions for the AI agent when this capability is active. */
|
|
91
|
+
buildHints?: BuildHints;
|
|
92
|
+
}
|
|
93
|
+
export interface PartnerManifest extends ManifestBase {
|
|
94
|
+
kind: 'partner';
|
|
95
|
+
group: null;
|
|
96
|
+
appliesTo?: string[];
|
|
97
|
+
slotDefaults?: Record<string, string>;
|
|
98
|
+
}
|
|
99
|
+
export interface Registry {
|
|
100
|
+
families: Map<string, FamilyManifest>;
|
|
101
|
+
layers: Map<string, LayerManifest>;
|
|
102
|
+
partners: Map<string, PartnerManifest>;
|
|
103
|
+
}
|
|
104
|
+
export interface ResolvedComponents {
|
|
105
|
+
family: FamilyManifest;
|
|
106
|
+
layers: LayerManifest[];
|
|
107
|
+
partner: PartnerManifest | null;
|
|
108
|
+
slotSelections: Record<string, string>;
|
|
109
|
+
}
|
|
110
|
+
export interface ComposeSpec {
|
|
111
|
+
projectName: string;
|
|
112
|
+
packageName?: string;
|
|
113
|
+
family: string;
|
|
114
|
+
layers?: string[];
|
|
115
|
+
partner?: string | null;
|
|
116
|
+
slots?: Record<string, string>;
|
|
117
|
+
variables?: Record<string, unknown>;
|
|
118
|
+
primaryArtifactTargetMs?: number;
|
|
119
|
+
/** Original user prompt that generated this spec. Passed through to the AI agent context. */
|
|
120
|
+
userPrompt?: string;
|
|
121
|
+
}
|
|
122
|
+
export interface BuildPlan {
|
|
123
|
+
goal: string;
|
|
124
|
+
architecture: string[];
|
|
125
|
+
pages: string[];
|
|
126
|
+
apiRoutes: string[];
|
|
127
|
+
components: string[];
|
|
128
|
+
dataModels: string[];
|
|
129
|
+
integrations: string[];
|
|
130
|
+
firstMoves: string[];
|
|
131
|
+
/** Natural-language design directives for the AI agent. Not CSS — English rules about aesthetics. */
|
|
132
|
+
designDirective: string | null;
|
|
133
|
+
/** shadcn preset code for `pnpm dlx shadcn@latest init --preset <code>` */
|
|
134
|
+
presetCode?: string | null;
|
|
135
|
+
}
|
|
136
|
+
export interface BuildHints {
|
|
137
|
+
pages?: string[];
|
|
138
|
+
apiRoutes?: string[];
|
|
139
|
+
components?: string[];
|
|
140
|
+
dataModels?: string[];
|
|
141
|
+
integrations?: string[];
|
|
142
|
+
architectureNotes?: string[];
|
|
143
|
+
}
|
|
144
|
+
export interface ProjectEntry {
|
|
145
|
+
id?: string;
|
|
146
|
+
path: string;
|
|
147
|
+
spec: ComposeSpec;
|
|
148
|
+
}
|
|
149
|
+
export interface NormalizedProjectEntry {
|
|
150
|
+
id: string;
|
|
151
|
+
path: string;
|
|
152
|
+
spec: ComposeSpec;
|
|
153
|
+
}
|
|
154
|
+
export interface LaunchPlanConfig {
|
|
155
|
+
primaryProjectId?: string;
|
|
156
|
+
primaryArtifact?: {
|
|
157
|
+
kind?: string;
|
|
158
|
+
path?: string;
|
|
159
|
+
port?: number | null;
|
|
160
|
+
targetMs?: number;
|
|
161
|
+
};
|
|
162
|
+
initialAgentMission?: string;
|
|
163
|
+
}
|
|
164
|
+
export interface WorkspaceSpec {
|
|
165
|
+
workspaceName: string;
|
|
166
|
+
userPrompt?: string;
|
|
167
|
+
launchPlan?: LaunchPlanConfig;
|
|
168
|
+
projects: ProjectEntry[];
|
|
169
|
+
}
|
|
170
|
+
export interface LaunchPlan {
|
|
171
|
+
primaryProjectId: string;
|
|
172
|
+
primaryArtifact: {
|
|
173
|
+
kind: string;
|
|
174
|
+
path: string;
|
|
175
|
+
port: number | null;
|
|
176
|
+
targetMs: number;
|
|
177
|
+
};
|
|
178
|
+
initialAgentMission: string;
|
|
179
|
+
}
|
|
180
|
+
export type Complexity = 'simple' | 'medium' | 'complex' | 'mostly-complex';
|
|
181
|
+
export type Confidence = 'high' | 'medium' | 'low';
|
|
182
|
+
export interface CorpusExpected {
|
|
183
|
+
kind: 'starter' | 'workspace';
|
|
184
|
+
family?: string;
|
|
185
|
+
slots?: Record<string, string>;
|
|
186
|
+
primaryProjectId?: string;
|
|
187
|
+
projectIds?: string[];
|
|
188
|
+
projectFamilies?: Record<string, string>;
|
|
189
|
+
}
|
|
190
|
+
export interface CorpusScenario {
|
|
191
|
+
id: string;
|
|
192
|
+
complexity: Complexity;
|
|
193
|
+
partner: string | null;
|
|
194
|
+
prompt: string;
|
|
195
|
+
expected?: CorpusExpected;
|
|
196
|
+
}
|
|
197
|
+
export interface SelectionResult {
|
|
198
|
+
confidence: Confidence;
|
|
199
|
+
spec: ComposeSpec;
|
|
200
|
+
fallbackUsed: boolean;
|
|
201
|
+
reasons: string[];
|
|
202
|
+
}
|
|
203
|
+
export interface StarterPromptPlan {
|
|
204
|
+
kind: 'starter';
|
|
205
|
+
confidence: Confidence;
|
|
206
|
+
reasons: string[];
|
|
207
|
+
spec: ComposeSpec;
|
|
208
|
+
}
|
|
209
|
+
export interface WorkspacePromptPlan {
|
|
210
|
+
kind: 'workspace';
|
|
211
|
+
confidence: Confidence;
|
|
212
|
+
reasons: string[];
|
|
213
|
+
spec: WorkspaceSpec;
|
|
214
|
+
}
|
|
215
|
+
export type PromptPlan = StarterPromptPlan | WorkspacePromptPlan;
|
|
216
|
+
export interface ComposeComponents {
|
|
217
|
+
family: string;
|
|
218
|
+
layers: string[];
|
|
219
|
+
partner: string | null;
|
|
220
|
+
slots: Record<string, string>;
|
|
221
|
+
}
|
|
222
|
+
export interface ComposeResult {
|
|
223
|
+
outDir: string;
|
|
224
|
+
filesWritten: string[];
|
|
225
|
+
composeReportPath: string;
|
|
226
|
+
components: ComposeComponents;
|
|
227
|
+
}
|
|
228
|
+
export interface ValidationCheckResult {
|
|
229
|
+
ok: boolean;
|
|
230
|
+
check: ValidationCheck;
|
|
231
|
+
durationMs: number;
|
|
232
|
+
result?: unknown;
|
|
233
|
+
error?: string;
|
|
234
|
+
}
|
|
235
|
+
export interface ValidationResult {
|
|
236
|
+
ok: boolean;
|
|
237
|
+
outDir: string;
|
|
238
|
+
checks: ValidationCheckResult[];
|
|
239
|
+
}
|
|
240
|
+
export interface BenchmarkStats {
|
|
241
|
+
min: number;
|
|
242
|
+
max: number;
|
|
243
|
+
mean: number;
|
|
244
|
+
p50: number;
|
|
245
|
+
p95: number;
|
|
246
|
+
samples: number;
|
|
247
|
+
}
|
|
248
|
+
export interface BenchmarkRunResult {
|
|
249
|
+
runId: number;
|
|
250
|
+
outDir: string;
|
|
251
|
+
composeMs: number;
|
|
252
|
+
primaryArtifactMs: number;
|
|
253
|
+
primaryArtifactTargetMs: number;
|
|
254
|
+
meetsPrimaryArtifactTarget: boolean;
|
|
255
|
+
validateMs: number;
|
|
256
|
+
contextMs: number;
|
|
257
|
+
totalMs: number;
|
|
258
|
+
ok: boolean;
|
|
259
|
+
filesWritten: number;
|
|
260
|
+
checksPassed: number;
|
|
261
|
+
checksTotal: number;
|
|
262
|
+
contextPath: string;
|
|
263
|
+
}
|
|
264
|
+
export interface BenchmarkReport {
|
|
265
|
+
schemaVersion: 1;
|
|
266
|
+
generatedAt: string;
|
|
267
|
+
projectName: string;
|
|
268
|
+
runs: number;
|
|
269
|
+
results: BenchmarkRunResult[];
|
|
270
|
+
summary: {
|
|
271
|
+
composeMs: BenchmarkStats;
|
|
272
|
+
primaryArtifactMs: BenchmarkStats;
|
|
273
|
+
primaryArtifactTargetMs: number;
|
|
274
|
+
primaryArtifactHitRate: number;
|
|
275
|
+
validateMs: BenchmarkStats;
|
|
276
|
+
contextMs: BenchmarkStats;
|
|
277
|
+
totalMs: BenchmarkStats;
|
|
278
|
+
passRate: number;
|
|
279
|
+
};
|
|
280
|
+
}
|
|
281
|
+
export interface ContextPack {
|
|
282
|
+
schemaVersion: 1;
|
|
283
|
+
generatedAt: string;
|
|
284
|
+
projectName: string;
|
|
285
|
+
components: ComposeComponents;
|
|
286
|
+
variables: Record<string, unknown>;
|
|
287
|
+
files: string[];
|
|
288
|
+
fileOwnership: Record<string, string>;
|
|
289
|
+
commands: string[];
|
|
290
|
+
entrypoints: string[];
|
|
291
|
+
preview: PreviewHint | null;
|
|
292
|
+
extensionPoints: string[];
|
|
293
|
+
validationChecks: ValidationCheck[];
|
|
294
|
+
agentBrief: {
|
|
295
|
+
summary: string;
|
|
296
|
+
firstMoves: string[];
|
|
297
|
+
};
|
|
298
|
+
buildPlan?: BuildPlan;
|
|
299
|
+
userPrompt?: string | null;
|
|
300
|
+
}
|
|
301
|
+
export interface ComposeReport {
|
|
302
|
+
spec: ComposeSpec;
|
|
303
|
+
components: ComposeComponents;
|
|
304
|
+
variables: Record<string, unknown>;
|
|
305
|
+
fileOwnership: Record<string, string>;
|
|
306
|
+
validationChecks: ValidationCheck[];
|
|
307
|
+
contextHints: Required<ContextHints>;
|
|
308
|
+
}
|
|
309
|
+
export {};
|
package/dist/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tangle-network/starter-foundry",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Deterministic project scaffold engine for AI coding platforms",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/tangle-network/starter-foundry.git"
|
|
10
|
+
},
|
|
11
|
+
"exports": {
|
|
12
|
+
".": "./dist/lib/index.js",
|
|
13
|
+
"./planner": "./dist/lib/prompt-planner.js",
|
|
14
|
+
"./compose": "./dist/lib/compose.js",
|
|
15
|
+
"./registry": "./dist/lib/registry.js",
|
|
16
|
+
"./context": "./dist/lib/context-pack.js",
|
|
17
|
+
"./build-plan": "./dist/lib/build-plan.js",
|
|
18
|
+
"./workspace": "./dist/lib/workspace.js",
|
|
19
|
+
"./keywords": "./dist/lib/keywords.js",
|
|
20
|
+
"./types": "./dist/types.js"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist/",
|
|
24
|
+
"registry/",
|
|
25
|
+
"corpus/",
|
|
26
|
+
"specs/"
|
|
27
|
+
],
|
|
28
|
+
"bin": {
|
|
29
|
+
"starter-foundry": "./dist/cli.js"
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "tsc",
|
|
33
|
+
"prepublishOnly": "tsc",
|
|
34
|
+
"test": "tsc && tsc -p tsconfig.test.json && node --test dist-tests/*.test.js",
|
|
35
|
+
"catalog": "node dist/cli.js catalog",
|
|
36
|
+
"select": "node dist/cli.js select",
|
|
37
|
+
"compose": "node dist/cli.js compose",
|
|
38
|
+
"workspace:compose": "node dist/cli.js workspace-compose",
|
|
39
|
+
"validate": "node dist/cli.js validate",
|
|
40
|
+
"context": "node dist/cli.js context",
|
|
41
|
+
"workspace:context": "node dist/cli.js workspace-context",
|
|
42
|
+
"bench": "node dist/cli.js bench",
|
|
43
|
+
"workspace:bench": "node dist/cli.js workspace-bench",
|
|
44
|
+
"prompt:e2e": "node dist/cli.js prompt-e2e",
|
|
45
|
+
"prove": "node dist/cli.js prove",
|
|
46
|
+
"audit": "node dist/cli.js audit",
|
|
47
|
+
"evaluate": "node dist/cli.js evaluate",
|
|
48
|
+
"release": "node dist/cli.js release",
|
|
49
|
+
"sync:warm-list": "node scripts/sync-warm-list.mjs",
|
|
50
|
+
"sync:warm-list:write": "node scripts/sync-warm-list.mjs --write",
|
|
51
|
+
"audit:visual": "node scripts/visual-audit.mjs"
|
|
52
|
+
},
|
|
53
|
+
"engines": {
|
|
54
|
+
"node": ">=20"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@types/node": "^20.0.0",
|
|
58
|
+
"typescript": "^5.7.0"
|
|
59
|
+
},
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@huggingface/transformers": "^4.0.0"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Intentionally lean. Add a concrete agent framework during hardening if needed.
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "agent-service-py",
|
|
3
|
+
"description": "Python AI agent service starter with a small HTTP control plane.",
|
|
4
|
+
"tags": [
|
|
5
|
+
"ai",
|
|
6
|
+
"agent",
|
|
7
|
+
"python",
|
|
8
|
+
"service"
|
|
9
|
+
],
|
|
10
|
+
"taxonomy": {
|
|
11
|
+
"language": "python",
|
|
12
|
+
"runtime": "python",
|
|
13
|
+
"surface": "agent-service"
|
|
14
|
+
},
|
|
15
|
+
"slots": {
|
|
16
|
+
"database": {
|
|
17
|
+
"options": [
|
|
18
|
+
"database:sqlite",
|
|
19
|
+
"database:postgres",
|
|
20
|
+
"database:mongodb",
|
|
21
|
+
"database:convex"
|
|
22
|
+
],
|
|
23
|
+
"default": "database:sqlite"
|
|
24
|
+
},
|
|
25
|
+
"sdk": {
|
|
26
|
+
"options": [
|
|
27
|
+
"sdk:none",
|
|
28
|
+
"sdk:coinbase-cdp",
|
|
29
|
+
"sdk:solana-web3",
|
|
30
|
+
"sdk:evm-wallet"
|
|
31
|
+
],
|
|
32
|
+
"default": "sdk:none"
|
|
33
|
+
},
|
|
34
|
+
"auth": {
|
|
35
|
+
"options": [
|
|
36
|
+
"auth:none",
|
|
37
|
+
"auth:better-auth",
|
|
38
|
+
"auth:clerk",
|
|
39
|
+
"auth:supabase-auth"
|
|
40
|
+
],
|
|
41
|
+
"default": "auth:none"
|
|
42
|
+
},
|
|
43
|
+
"payments": {
|
|
44
|
+
"options": [
|
|
45
|
+
"payments:none",
|
|
46
|
+
"payments:stripe",
|
|
47
|
+
"payments:coinbase-commerce"
|
|
48
|
+
],
|
|
49
|
+
"default": "payments:none"
|
|
50
|
+
},
|
|
51
|
+
"queue": {
|
|
52
|
+
"options": [
|
|
53
|
+
"queue:none",
|
|
54
|
+
"queue:bullmq",
|
|
55
|
+
"queue:trigger-dev"
|
|
56
|
+
],
|
|
57
|
+
"default": "queue:none"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"defaults": {
|
|
61
|
+
"projectType": "agent-service",
|
|
62
|
+
"serviceName": "starter-foundry-agent-py",
|
|
63
|
+
"port": 4193,
|
|
64
|
+
"agentLibrary": "pydanticai",
|
|
65
|
+
"agentSurface": "service"
|
|
66
|
+
},
|
|
67
|
+
"files": [
|
|
68
|
+
{
|
|
69
|
+
"source": "files/requirements.txt",
|
|
70
|
+
"target": "requirements.txt"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"validationChecks": [
|
|
74
|
+
{
|
|
75
|
+
"type": "file-exists",
|
|
76
|
+
"path": "app.py"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "python-compile",
|
|
80
|
+
"path": "app.py"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "http-start",
|
|
84
|
+
"command": [
|
|
85
|
+
"python3",
|
|
86
|
+
"app.py"
|
|
87
|
+
],
|
|
88
|
+
"port": "{{port}}",
|
|
89
|
+
"path": "/health",
|
|
90
|
+
"expect": "\"agent\""
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"contextHints": {
|
|
94
|
+
"commands": [
|
|
95
|
+
"python3 app.py"
|
|
96
|
+
],
|
|
97
|
+
"entrypoints": [
|
|
98
|
+
"app.py",
|
|
99
|
+
"agent.config.json"
|
|
100
|
+
],
|
|
101
|
+
"preview": {
|
|
102
|
+
"port": "{{port}}",
|
|
103
|
+
"path": "/health"
|
|
104
|
+
},
|
|
105
|
+
"extensionPoints": [
|
|
106
|
+
"agent.config.json",
|
|
107
|
+
"sdk-config.json",
|
|
108
|
+
"queue-config.json",
|
|
109
|
+
"database-config.json"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"keywords": [
|
|
113
|
+
"python agent",
|
|
114
|
+
"pydanticai",
|
|
115
|
+
"crewai",
|
|
116
|
+
"autogen",
|
|
117
|
+
"agno",
|
|
118
|
+
"llamaindex",
|
|
119
|
+
"agentkit",
|
|
120
|
+
"python chatbot",
|
|
121
|
+
"python assistant",
|
|
122
|
+
"unsloth",
|
|
123
|
+
"qlora"
|
|
124
|
+
],
|
|
125
|
+
"tieredKeywords": {
|
|
126
|
+
"tier1": [
|
|
127
|
+
"python agent",
|
|
128
|
+
"pydanticai",
|
|
129
|
+
"crewai",
|
|
130
|
+
"autogen",
|
|
131
|
+
"agno",
|
|
132
|
+
"llamaindex",
|
|
133
|
+
"python chatbot",
|
|
134
|
+
"python assistant",
|
|
135
|
+
"unsloth"
|
|
136
|
+
],
|
|
137
|
+
"tier2": [
|
|
138
|
+
"agentkit",
|
|
139
|
+
"qlora"
|
|
140
|
+
],
|
|
141
|
+
"archetypes": [
|
|
142
|
+
"custom gpt",
|
|
143
|
+
"train a gpt",
|
|
144
|
+
"fine-tune gpt",
|
|
145
|
+
"document ocr",
|
|
146
|
+
"ocr pipeline",
|
|
147
|
+
"text extraction",
|
|
148
|
+
"pdf parser",
|
|
149
|
+
"document parser",
|
|
150
|
+
"image upscaler",
|
|
151
|
+
"super resolution",
|
|
152
|
+
"image enhancer",
|
|
153
|
+
"upscale image",
|
|
154
|
+
"sentiment analysis",
|
|
155
|
+
"sentiment analyzer",
|
|
156
|
+
"opinion mining"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "agent-service-rust",
|
|
3
|
+
"description": "Rust AI agent service starter for durable workers and infra-heavy agent runtimes.",
|
|
4
|
+
"tags": [
|
|
5
|
+
"ai",
|
|
6
|
+
"agent",
|
|
7
|
+
"rust",
|
|
8
|
+
"service"
|
|
9
|
+
],
|
|
10
|
+
"taxonomy": {
|
|
11
|
+
"language": "rust",
|
|
12
|
+
"runtime": "rust",
|
|
13
|
+
"surface": "agent-service"
|
|
14
|
+
},
|
|
15
|
+
"slots": {
|
|
16
|
+
"database": {
|
|
17
|
+
"options": [
|
|
18
|
+
"database:sqlite",
|
|
19
|
+
"database:postgres",
|
|
20
|
+
"database:mongodb",
|
|
21
|
+
"database:convex"
|
|
22
|
+
],
|
|
23
|
+
"default": "database:sqlite"
|
|
24
|
+
},
|
|
25
|
+
"sdk": {
|
|
26
|
+
"options": [
|
|
27
|
+
"sdk:none",
|
|
28
|
+
"sdk:coinbase-cdp",
|
|
29
|
+
"sdk:solana-web3",
|
|
30
|
+
"sdk:evm-wallet"
|
|
31
|
+
],
|
|
32
|
+
"default": "sdk:none"
|
|
33
|
+
},
|
|
34
|
+
"auth": {
|
|
35
|
+
"options": [
|
|
36
|
+
"auth:none",
|
|
37
|
+
"auth:better-auth",
|
|
38
|
+
"auth:clerk",
|
|
39
|
+
"auth:supabase-auth"
|
|
40
|
+
],
|
|
41
|
+
"default": "auth:none"
|
|
42
|
+
},
|
|
43
|
+
"payments": {
|
|
44
|
+
"options": [
|
|
45
|
+
"payments:none",
|
|
46
|
+
"payments:stripe",
|
|
47
|
+
"payments:coinbase-commerce"
|
|
48
|
+
],
|
|
49
|
+
"default": "payments:none"
|
|
50
|
+
},
|
|
51
|
+
"queue": {
|
|
52
|
+
"options": [
|
|
53
|
+
"queue:none",
|
|
54
|
+
"queue:bullmq",
|
|
55
|
+
"queue:trigger-dev"
|
|
56
|
+
],
|
|
57
|
+
"default": "queue:none"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"defaults": {
|
|
61
|
+
"projectType": "agent-service",
|
|
62
|
+
"serviceName": "starter-foundry-agent-rust",
|
|
63
|
+
"port": 4194,
|
|
64
|
+
"agentLibrary": "rig",
|
|
65
|
+
"agentSurface": "service"
|
|
66
|
+
},
|
|
67
|
+
"validationChecks": [
|
|
68
|
+
{
|
|
69
|
+
"type": "file-exists",
|
|
70
|
+
"path": "Cargo.toml"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "http-start",
|
|
74
|
+
"command": [
|
|
75
|
+
"cargo",
|
|
76
|
+
"run",
|
|
77
|
+
"--quiet"
|
|
78
|
+
],
|
|
79
|
+
"port": "{{port}}",
|
|
80
|
+
"path": "/health",
|
|
81
|
+
"expect": "\"agent\""
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"contextHints": {
|
|
85
|
+
"commands": [
|
|
86
|
+
"cargo run",
|
|
87
|
+
"cargo check"
|
|
88
|
+
],
|
|
89
|
+
"entrypoints": [
|
|
90
|
+
"src/main.rs",
|
|
91
|
+
"Cargo.toml",
|
|
92
|
+
"agent.config.json"
|
|
93
|
+
],
|
|
94
|
+
"preview": {
|
|
95
|
+
"port": "{{port}}",
|
|
96
|
+
"path": "/health"
|
|
97
|
+
},
|
|
98
|
+
"extensionPoints": [
|
|
99
|
+
"agent.config.json",
|
|
100
|
+
"sdk-config.json",
|
|
101
|
+
"queue-config.json",
|
|
102
|
+
"database-config.json"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"keywords": [
|
|
106
|
+
"rust agent",
|
|
107
|
+
"rig",
|
|
108
|
+
"cargo agent",
|
|
109
|
+
"autonomous rust"
|
|
110
|
+
],
|
|
111
|
+
"tieredKeywords": {
|
|
112
|
+
"tier1": [
|
|
113
|
+
"rust agent",
|
|
114
|
+
"cargo agent",
|
|
115
|
+
"autonomous rust",
|
|
116
|
+
"rig",
|
|
117
|
+
"rust ai agent"
|
|
118
|
+
],
|
|
119
|
+
"tier2": [
|
|
120
|
+
"rig"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|