@officexapp/vidfarm-devcli 0.21.61 → 0.21.63
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/.agents/skills/dollarplatoon-skill/SKILL.md +163 -1174
- package/.agents/skills/dollarplatoon-skill/SOURCE.md +62 -0
- package/.agents/skills/dollarplatoon-skill/skill/clients.md +234 -0
- package/.agents/skills/dollarplatoon-skill/skill/feeds.md +326 -0
- package/.agents/skills/dollarplatoon-skill/skill/gigs.md +395 -0
- package/.agents/skills/dollarplatoon-skill/skill/gigworkers.md +324 -0
- package/.agents/skills/dollarplatoon-skill/skill/orders.md +573 -0
- package/.agents/skills/dollarplatoon-skill/skill/payouts.md +234 -0
- package/.agents/skills/dollarplatoon-skill/skill/platform.md +174 -0
- package/.agents/skills/dollarplatoon-skill/skill/prices.md +75 -0
- package/.agents/skills/dollarplatoon-skill/skill/pricing-and-tags.md +255 -0
- package/.agents/skills/dollarplatoon-skill/skill/proofs.md +555 -0
- package/.agents/skills/dollarplatoon-skill/skill/queue.md +404 -0
- package/.agents/skills/dollarplatoon-skill/skill/quickstart.md +191 -0
- package/.agents/skills/dollarplatoon-skill/skill/staging.md +178 -0
- package/.agents/skills/dollarplatoon-skill/skill/tasks.md +588 -0
- package/.agents/skills/dollarplatoon-skill/skill/web-pages.md +586 -0
- package/.agents/skills/vidfarm/SKILL.md +3 -3
- package/.agents/skills/vidfarm/references/core-workflows.md +39 -0
- package/SKILL.director.md +42 -3
- package/SKILL.md +3 -1
- package/clipper.md +20 -0
- package/dist/src/cli.js +50 -6
- package/dist/src/devcli/delivery-seal.js +119 -0
- package/dist/src/devcli/marketplace-console.js +1253 -0
- package/dist/src/devcli/marketplace-gigs.js +162 -16
- package/marketplace.md +275 -1
- package/package.json +28 -3
- package/public/assets/homepage-client-app.js +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@officexapp/vidfarm-devcli",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.63",
|
|
4
4
|
"description": "Local bridge for the Vidfarm Trackpad Editor. `vidfarm serve <template_id>` boots the FULL editor on localhost (disk-backed records/storage, free in-process render); edit composition.html on disk (Claude Code, Codex, etc.) and the browser live-morphs it.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"dist/src/devcli/consult.js",
|
|
23
23
|
"dist/src/devcli/cost-mode.js",
|
|
24
24
|
"dist/src/devcli/dedupe-local.js",
|
|
25
|
+
"dist/src/devcli/delivery-seal.js",
|
|
25
26
|
"dist/src/devcli/doctor.js",
|
|
26
27
|
"dist/src/devcli/experiments.js",
|
|
27
28
|
"dist/src/devcli/handoff.js",
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
"dist/src/devcli/interaction-mode.js",
|
|
31
32
|
"dist/src/devcli/local-backend.js",
|
|
32
33
|
"dist/src/devcli/marketplace-gigs.js",
|
|
34
|
+
"dist/src/devcli/marketplace-console.js",
|
|
33
35
|
"dist/src/devcli/local-frontend-server.js",
|
|
34
36
|
"dist/src/devcli/local-render.js",
|
|
35
37
|
"dist/src/devcli/plate-key.js",
|
|
@@ -106,7 +108,12 @@
|
|
|
106
108
|
"fonts:specimens": "node scripts/render-font-specimens.mjs",
|
|
107
109
|
"operator:template-artifact": "node scripts/platform-operator-template-artifact.mjs",
|
|
108
110
|
"bootstrap:staging-templates": "tsx scripts/bootstrap-staging-template-releases.ts",
|
|
111
|
+
"seed:staging-shops": "dotenv -e .env.staging -- env -u AWS_PROFILE tsx scripts/seed-marketplace-shops.ts",
|
|
112
|
+
"seed:povs": "dotenv -e .env.staging -- env -u AWS_PROFILE tsx scripts/seed-shop-povs.ts",
|
|
113
|
+
"seed:reviews": "dotenv -e .env.staging -- env -u AWS_PROFILE tsx scripts/seed-shop-reviews.ts",
|
|
114
|
+
"reset:marketplace": "dotenv -e .env.staging -- env -u AWS_PROFILE tsx scripts/reset-marketplace-staging.ts",
|
|
109
115
|
"migrate:sqlite-to-dynamodb": "tsx scripts/migrate-sqlite-to-dynamodb.ts",
|
|
116
|
+
"onboard": "node scripts/onboard-customer.mjs",
|
|
110
117
|
"deploy:prod": "bash scripts/deploy-prod.sh",
|
|
111
118
|
"deploy:staging": "bash scripts/deploy-staging.sh",
|
|
112
119
|
"build": "npm run build:frontend && npm run build:hyperframes-editor && npm run build:serve-shells && node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsc -p tsconfig.json",
|
|
@@ -132,7 +139,7 @@
|
|
|
132
139
|
"test:consult": "node --import tsx --test test/consult.test.ts",
|
|
133
140
|
"test:agent-imagegen": "node --import tsx --test test/agent-imagegen.test.ts",
|
|
134
141
|
"test:social-meta": "node --import tsx --test test/social-meta.test.ts",
|
|
135
|
-
"check:skills": "node scripts/sync-skill-version.mjs --check && node scripts/build-director-skill-rollup.mjs --check && node scripts/check-skill-routes.mjs && node scripts/check-skill-nav.mjs",
|
|
142
|
+
"check:skills": "node scripts/sync-skill-version.mjs --check && node scripts/build-director-skill-rollup.mjs --check && node scripts/check-skill-routes.mjs && node scripts/check-skill-nav.mjs && node scripts/relock-dollarplatoon-skill.mjs --check",
|
|
136
143
|
"benchmark:editor-chat": "node --import tsx scripts/benchmark-editor-chat-harness.mjs",
|
|
137
144
|
"cdk:deploy:prod-serverless": "npm run build && dotenv -e .env.production -- npx aws-cdk deploy --app 'node dist/infra/cdk/bin/vidfarm-prod.js'",
|
|
138
145
|
"cdk:synth:staging-serverless": "npm run build && dotenv -e .env.staging -- npx aws-cdk synth --app 'node dist/infra/cdk/bin/vidfarm-serverless-staging.js'",
|
|
@@ -144,7 +151,23 @@
|
|
|
144
151
|
"pack:devcli": "npm run build && node scripts/check-devcli-pack-safe.mjs && node scripts/build-devcli-package.mjs",
|
|
145
152
|
"pack:devcli:fast": "node scripts/check-devcli-pack-safe.mjs && node scripts/build-devcli-package.mjs",
|
|
146
153
|
"test:render-routing": "node --import tsx --test test/render-routing.test.ts",
|
|
147
|
-
"test:
|
|
154
|
+
"test:onboarding": "node --import tsx --test test/onboarding.test.ts",
|
|
155
|
+
"test:dp-invites": "node --import tsx --test test/dollarplatoon-invites.test.ts",
|
|
156
|
+
"test:shared-folder": "node --import tsx --test test/shared-folder.test.ts",
|
|
157
|
+
"test:gatcha": "node --import tsx --test test/gatcha-packs.test.ts",
|
|
158
|
+
"test:shop": "node --import tsx --test test/marketplace-shop.test.ts",
|
|
159
|
+
"test:order": "node --import tsx --test test/order-page.test.ts",
|
|
160
|
+
"test:vendor-order": "node --import tsx --test test/vendor-order-page.test.ts",
|
|
161
|
+
"test:order-decision": "node --import tsx --test test/order-decision.test.ts",
|
|
162
|
+
"test:reviews": "node --import tsx --test test/shop-reviews.test.ts",
|
|
163
|
+
"test:marketplace-api": "node --import tsx --test test/marketplace-api.test.ts",
|
|
164
|
+
"test:notifications": "node --import tsx --test test/marketplace-notifications.test.ts",
|
|
165
|
+
"test:delivery": "node --import tsx --test test/delivery-items.test.ts",
|
|
166
|
+
"test:dporders": "node --import tsx --test test/dp-order-fee.test.ts",
|
|
167
|
+
"test:dp-orders-live": "node --import tsx --test test/dp-orders-are-live.test.ts",
|
|
168
|
+
"test:dp-base-url": "node --import tsx --test test/dp-api-base-url.test.ts",
|
|
169
|
+
"test:lambda-env": "node --import tsx --test test/lambda-env-budget.test.ts",
|
|
170
|
+
"test:stage-table": "node --import tsx --test test/deployment-stage-table.test.ts"
|
|
148
171
|
},
|
|
149
172
|
"dependencies": {
|
|
150
173
|
"@ai-sdk/google": "^3.0.79",
|
|
@@ -174,12 +197,14 @@
|
|
|
174
197
|
"ai": "^6.0.191",
|
|
175
198
|
"dotenv": "^16.5.0",
|
|
176
199
|
"esbuild": "^0.28.1",
|
|
200
|
+
"ethers": "^6.17.0",
|
|
177
201
|
"ffmpeg-static": "^5.3.0",
|
|
178
202
|
"fontkit": "^2.0.4",
|
|
179
203
|
"hono": "^4.8.3",
|
|
180
204
|
"hyperframes": "0.8.2",
|
|
181
205
|
"linkedom": "^0.18.12",
|
|
182
206
|
"puppeteer": "25.8.0",
|
|
207
|
+
"qrcode-generator": "^1.4.4",
|
|
183
208
|
"react": "^18.3.1",
|
|
184
209
|
"react-dom": "^18.3.1",
|
|
185
210
|
"sharp": "^0.34.5",
|