@zigrivers/scaffold 3.11.0 → 3.13.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 +6 -5
- package/content/knowledge/core/automated-review-tooling.md +137 -140
- package/content/knowledge/core/multi-model-research-dispatch.md +27 -16
- package/content/knowledge/core/multi-model-review-dispatch.md +47 -6
- package/content/skills/multi-model-dispatch/SKILL.md +20 -22
- package/content/tools/post-implementation-review.md +71 -26
- package/content/tools/review-code.md +37 -11
- package/content/tools/review-pr.md +65 -23
- package/dist/cli/commands/build.test.js +1 -0
- package/dist/cli/commands/build.test.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +88 -77
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/init.test.js +30 -0
- package/dist/cli/commands/init.test.js.map +1 -1
- package/dist/cli/commands/knowledge.test.js +1 -0
- package/dist/cli/commands/knowledge.test.js.map +1 -1
- package/dist/cli/commands/run.test.js +1 -0
- package/dist/cli/commands/run.test.js.map +1 -1
- package/dist/cli/commands/skip.test.js +1 -0
- package/dist/cli/commands/skip.test.js.map +1 -1
- package/dist/cli/output/auto.d.ts +19 -6
- package/dist/cli/output/auto.d.ts.map +1 -1
- package/dist/cli/output/auto.js +10 -6
- package/dist/cli/output/auto.js.map +1 -1
- package/dist/cli/output/context.d.ts +23 -5
- package/dist/cli/output/context.d.ts.map +1 -1
- package/dist/cli/output/context.js.map +1 -1
- package/dist/cli/output/context.test.js +585 -0
- package/dist/cli/output/context.test.js.map +1 -1
- package/dist/cli/output/error-display.test.js +1 -0
- package/dist/cli/output/error-display.test.js.map +1 -1
- package/dist/cli/output/interactive.d.ts +19 -6
- package/dist/cli/output/interactive.d.ts.map +1 -1
- package/dist/cli/output/interactive.js +165 -59
- package/dist/cli/output/interactive.js.map +1 -1
- package/dist/cli/output/json.d.ts +19 -6
- package/dist/cli/output/json.d.ts.map +1 -1
- package/dist/cli/output/json.js +10 -6
- package/dist/cli/output/json.js.map +1 -1
- package/dist/core/assembly/overlay-state-resolver.test.js +1 -0
- package/dist/core/assembly/overlay-state-resolver.test.js.map +1 -1
- package/dist/e2e/game-pipeline.test.js +1 -0
- package/dist/e2e/game-pipeline.test.js.map +1 -1
- package/dist/e2e/init.test.js +1 -0
- package/dist/e2e/init.test.js.map +1 -1
- package/dist/e2e/project-type-overlays.test.js +1 -0
- package/dist/e2e/project-type-overlays.test.js.map +1 -1
- package/dist/wizard/copy/backend.d.ts +3 -0
- package/dist/wizard/copy/backend.d.ts.map +1 -0
- package/dist/wizard/copy/backend.js +49 -0
- package/dist/wizard/copy/backend.js.map +1 -0
- package/dist/wizard/copy/browser-extension.d.ts +3 -0
- package/dist/wizard/copy/browser-extension.d.ts.map +1 -0
- package/dist/wizard/copy/browser-extension.js +35 -0
- package/dist/wizard/copy/browser-extension.js.map +1 -0
- package/dist/wizard/copy/cli.d.ts +3 -0
- package/dist/wizard/copy/cli.d.ts.map +1 -0
- package/dist/wizard/copy/cli.js +40 -0
- package/dist/wizard/copy/cli.js.map +1 -0
- package/dist/wizard/copy/core.d.ts +3 -0
- package/dist/wizard/copy/core.d.ts.map +1 -0
- package/dist/wizard/copy/core.js +52 -0
- package/dist/wizard/copy/core.js.map +1 -0
- package/dist/wizard/copy/data-pipeline.d.ts +3 -0
- package/dist/wizard/copy/data-pipeline.d.ts.map +1 -0
- package/dist/wizard/copy/data-pipeline.js +66 -0
- package/dist/wizard/copy/data-pipeline.js.map +1 -0
- package/dist/wizard/copy/game.d.ts +3 -0
- package/dist/wizard/copy/game.d.ts.map +1 -0
- package/dist/wizard/copy/game.js +115 -0
- package/dist/wizard/copy/game.js.map +1 -0
- package/dist/wizard/copy/index.d.ts +8 -0
- package/dist/wizard/copy/index.d.ts.map +1 -0
- package/dist/wizard/copy/index.js +32 -0
- package/dist/wizard/copy/index.js.map +1 -0
- package/dist/wizard/copy/library.d.ts +3 -0
- package/dist/wizard/copy/library.d.ts.map +1 -0
- package/dist/wizard/copy/library.js +44 -0
- package/dist/wizard/copy/library.js.map +1 -0
- package/dist/wizard/copy/ml.d.ts +3 -0
- package/dist/wizard/copy/ml.d.ts.map +1 -0
- package/dist/wizard/copy/ml.js +45 -0
- package/dist/wizard/copy/ml.js.map +1 -0
- package/dist/wizard/copy/mobile-app.d.ts +3 -0
- package/dist/wizard/copy/mobile-app.d.ts.map +1 -0
- package/dist/wizard/copy/mobile-app.js +45 -0
- package/dist/wizard/copy/mobile-app.js.map +1 -0
- package/dist/wizard/copy/types.d.ts +60 -0
- package/dist/wizard/copy/types.d.ts.map +1 -0
- package/dist/wizard/copy/types.js +2 -0
- package/dist/wizard/copy/types.js.map +1 -0
- package/dist/wizard/copy/types.test-d.d.ts +2 -0
- package/dist/wizard/copy/types.test-d.d.ts.map +1 -0
- package/dist/wizard/copy/types.test-d.js +36 -0
- package/dist/wizard/copy/types.test-d.js.map +1 -0
- package/dist/wizard/copy/web-app.d.ts +3 -0
- package/dist/wizard/copy/web-app.d.ts.map +1 -0
- package/dist/wizard/copy/web-app.js +46 -0
- package/dist/wizard/copy/web-app.js.map +1 -0
- package/dist/wizard/questions.d.ts.map +1 -1
- package/dist/wizard/questions.js +87 -53
- package/dist/wizard/questions.js.map +1 -1
- package/dist/wizard/questions.test.js +3 -2
- package/dist/wizard/questions.test.js.map +1 -1
- package/dist/wizard/wizard.test.js +70 -0
- package/dist/wizard/wizard.test.js.map +1 -1
- package/package.json +1 -1
- package/skills/multi-model-dispatch/SKILL.md +20 -22
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export const backendCopy = {
|
|
2
|
+
apiStyle: {
|
|
3
|
+
short: 'The primary protocol or interface style for the API.',
|
|
4
|
+
long: 'Determines route generation, serialization format, and client-SDK shape.',
|
|
5
|
+
options: {
|
|
6
|
+
rest: { label: 'REST', short: 'Resource-oriented HTTP endpoints with JSON payloads.' },
|
|
7
|
+
graphql: { label: 'GraphQL', short: 'Single endpoint with a typed query language.' },
|
|
8
|
+
grpc: { label: 'gRPC', short: 'Binary protocol using Protocol Buffers — ideal for service-to-service.' },
|
|
9
|
+
trpc: { label: 'tRPC', short: 'End-to-end typesafe RPC for TypeScript stacks.' },
|
|
10
|
+
none: { label: 'None', short: 'No external API — background worker or internal service.' },
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
dataStore: {
|
|
14
|
+
short: 'The type(s) of database the service will use.',
|
|
15
|
+
long: 'You can select more than one. Each choice adds connection setup and migration scaffolding.',
|
|
16
|
+
options: {
|
|
17
|
+
relational: { label: 'Relational', short: 'SQL database (Postgres, MySQL, SQLite, etc.).' },
|
|
18
|
+
document: { label: 'Document', short: 'Schema-flexible store (MongoDB, DynamoDB, etc.).' },
|
|
19
|
+
'key-value': { label: 'Key-value', short: 'Fast lookup store (Redis, Memcached, etc.).' },
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
authMechanism: {
|
|
23
|
+
short: 'How callers authenticate with the service.',
|
|
24
|
+
options: {
|
|
25
|
+
none: { label: 'None', short: 'No auth — open access.' },
|
|
26
|
+
jwt: { label: 'JWT', short: 'Stateless JSON Web Tokens verified per request.' },
|
|
27
|
+
session: { label: 'Session', short: 'Server-side sessions with a session store.' },
|
|
28
|
+
oauth: { label: 'OAuth', short: 'Delegated auth via an OAuth 2.0 provider.' },
|
|
29
|
+
apikey: { label: 'API key', short: 'Static keys passed in a header or query param.' },
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
asyncMessaging: {
|
|
33
|
+
short: 'How the service handles work outside the request cycle.',
|
|
34
|
+
options: {
|
|
35
|
+
none: { label: 'None', short: 'All work is synchronous within the request.' },
|
|
36
|
+
queue: { label: 'Queue', short: 'Job queue for background task processing.' },
|
|
37
|
+
'event-driven': { label: 'Event-driven', short: 'Publish/subscribe event bus for decoupled communication.' },
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
deployTarget: {
|
|
41
|
+
short: 'Where the service will be hosted.',
|
|
42
|
+
options: {
|
|
43
|
+
serverless: { label: 'Serverless', short: 'Functions that spin up per request.' },
|
|
44
|
+
container: { label: 'Container', short: 'Docker container in a managed cluster.' },
|
|
45
|
+
'long-running': { label: 'Long-running', short: 'Traditional always-on server process.' },
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=backend.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backend.js","sourceRoot":"","sources":["../../../src/wizard/copy/backend.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,WAAW,GAAgB;IACtC,QAAQ,EAAE;QACR,KAAK,EAAE,sDAAsD;QAC7D,IAAI,EAAE,0EAA0E;QAChF,OAAO,EAAE;YACP,IAAI,EAAK,EAAE,KAAK,EAAE,MAAM,EAAK,KAAK,EAAE,sDAAsD,EAAE;YAC5F,OAAO,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,8CAA8C,EAAE;YACpF,IAAI,EAAK,EAAE,KAAK,EAAE,MAAM,EAAK,KAAK,EAAE,wEAAwE,EAAE;YAC9G,IAAI,EAAK,EAAE,KAAK,EAAE,MAAM,EAAK,KAAK,EAAE,gDAAgD,EAAE;YACtF,IAAI,EAAK,EAAE,KAAK,EAAE,MAAM,EAAK,KAAK,EAAE,0DAA0D,EAAE;SACjG;KACF;IACD,SAAS,EAAE;QACT,KAAK,EAAE,+CAA+C;QACtD,IAAI,EAAE,4FAA4F;QAClG,OAAO,EAAE;YACP,UAAU,EAAE,EAAE,KAAK,EAAE,YAAY,EAAG,KAAK,EAAE,+CAA+C,EAAE;YAC5F,QAAQ,EAAI,EAAE,KAAK,EAAE,UAAU,EAAK,KAAK,EAAE,kDAAkD,EAAE;YAC/F,WAAW,EAAG,EAAE,KAAK,EAAE,WAAW,EAAI,KAAK,EAAE,6CAA6C,EAAE;SAC7F;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE,4CAA4C;QACnD,OAAO,EAAE;YACP,IAAI,EAAK,EAAE,KAAK,EAAE,MAAM,EAAK,KAAK,EAAE,wBAAwB,EAAE;YAC9D,GAAG,EAAM,EAAE,KAAK,EAAE,KAAK,EAAM,KAAK,EAAE,iDAAiD,EAAE;YACvF,OAAO,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,4CAA4C,EAAE;YAClF,KAAK,EAAI,EAAE,KAAK,EAAE,OAAO,EAAI,KAAK,EAAE,2CAA2C,EAAE;YACjF,MAAM,EAAG,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,gDAAgD,EAAE;SACvF;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE,yDAAyD;QAChE,OAAO,EAAE;YACP,IAAI,EAAW,EAAE,KAAK,EAAE,MAAM,EAAW,KAAK,EAAE,6CAA6C,EAAE;YAC/F,KAAK,EAAU,EAAE,KAAK,EAAE,OAAO,EAAU,KAAK,EAAE,2CAA2C,EAAE;YAC7F,cAAc,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,0DAA0D,EAAE;SAC7G;KACF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE;YACP,UAAU,EAAM,EAAE,KAAK,EAAE,YAAY,EAAK,KAAK,EAAE,qCAAqC,EAAE;YACxF,SAAS,EAAO,EAAE,KAAK,EAAE,WAAW,EAAM,KAAK,EAAE,wCAAwC,EAAE;YAC3F,cAAc,EAAE,EAAE,KAAK,EAAE,cAAc,EAAG,KAAK,EAAE,uCAAuC,EAAE;SAC3F;KACF;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browser-extension.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/browser-extension.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAEtD,eAAO,MAAM,oBAAoB,EAAE,oBAiClC,CAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export const browserExtensionCopy = {
|
|
2
|
+
manifestVersion: {
|
|
3
|
+
short: 'Which Chrome extension manifest version to target.',
|
|
4
|
+
long: 'Manifest V3 is required for new Chrome Web Store submissions. '
|
|
5
|
+
+ 'V2 is legacy and only relevant for existing extensions.',
|
|
6
|
+
options: {
|
|
7
|
+
'2': {
|
|
8
|
+
label: 'Manifest V2',
|
|
9
|
+
short: 'Legacy format — still supported in some browsers but deprecated in Chrome.',
|
|
10
|
+
},
|
|
11
|
+
'3': {
|
|
12
|
+
label: 'Manifest V3',
|
|
13
|
+
short: 'Current standard — required for new Chrome Web Store listings.',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
uiSurfaces: {
|
|
18
|
+
short: 'Where the extension shows its UI.',
|
|
19
|
+
long: 'You can select multiple surfaces. Each one adds a dedicated entry point and HTML page.',
|
|
20
|
+
options: {
|
|
21
|
+
popup: { label: 'Popup', short: 'Small panel that opens when clicking the toolbar icon.' },
|
|
22
|
+
options: { label: 'Options', short: 'Full settings page accessible from the extension menu.' },
|
|
23
|
+
newtab: { label: 'New Tab', short: 'Replaces the browser\'s new-tab page with a custom one.' },
|
|
24
|
+
devtools: { label: 'DevTools', short: 'Adds a panel to Chrome DevTools for developer workflows.' },
|
|
25
|
+
sidepanel: { label: 'Side Panel', short: 'Persistent panel docked to the side of the browser window.' },
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
hasContentScript: {
|
|
29
|
+
short: 'Inject scripts into web pages to read or modify their content.',
|
|
30
|
+
},
|
|
31
|
+
hasBackgroundWorker: {
|
|
32
|
+
short: 'Run a service worker in the background for events, alarms, and cross-tab coordination.',
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=browser-extension.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browser-extension.js","sourceRoot":"","sources":["../../../src/wizard/copy/browser-extension.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,oBAAoB,GAAyB;IACxD,eAAe,EAAE;QACf,KAAK,EAAE,oDAAoD;QAC3D,IAAI,EAAE,gEAAgE;cAClE,yDAAyD;QAC7D,OAAO,EAAE;YACP,GAAG,EAAE;gBACH,KAAK,EAAE,aAAa;gBACpB,KAAK,EAAE,4EAA4E;aACpF;YACD,GAAG,EAAE;gBACH,KAAK,EAAE,aAAa;gBACpB,KAAK,EAAE,gEAAgE;aACxE;SACF;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE,mCAAmC;QAC1C,IAAI,EAAE,wFAAwF;QAC9F,OAAO,EAAE;YACP,KAAK,EAAM,EAAE,KAAK,EAAE,OAAO,EAAO,KAAK,EAAE,wDAAwD,EAAE;YACnG,OAAO,EAAI,EAAE,KAAK,EAAE,SAAS,EAAK,KAAK,EAAE,wDAAwD,EAAE;YACnG,MAAM,EAAK,EAAE,KAAK,EAAE,SAAS,EAAK,KAAK,EAAE,yDAAyD,EAAE;YACpG,QAAQ,EAAG,EAAE,KAAK,EAAE,UAAU,EAAI,KAAK,EAAE,0DAA0D,EAAE;YACrG,SAAS,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,4DAA4D,EAAE;SACxG;KACF;IACD,gBAAgB,EAAE;QAChB,KAAK,EAAE,gEAAgE;KACxE;IACD,mBAAmB,EAAE;QACnB,KAAK,EAAE,wFAAwF;KAChG;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/cli.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEzC,eAAO,MAAM,OAAO,EAAE,OAsCrB,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export const cliCopy = {
|
|
2
|
+
interactivity: {
|
|
3
|
+
short: 'How users interact with the tool.',
|
|
4
|
+
long: 'Args-only is best for scripting; interactive suits human-first workflows; hybrid supports both.',
|
|
5
|
+
options: {
|
|
6
|
+
'args-only': { label: 'Args only', short: 'All input via flags and arguments — ideal for scripts and CI.' },
|
|
7
|
+
'interactive': { label: 'Interactive', short: 'Prompts and menus guide the user through each step.' },
|
|
8
|
+
'hybrid': {
|
|
9
|
+
label: 'Hybrid',
|
|
10
|
+
short: 'Interactive when run by a human, flags-only when piped or scripted.',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
},
|
|
14
|
+
distributionChannels: {
|
|
15
|
+
short: 'How users will install the CLI.',
|
|
16
|
+
long: 'You can select more than one. Each channel adds packaging and release automation.',
|
|
17
|
+
options: {
|
|
18
|
+
'package-manager': {
|
|
19
|
+
label: 'Package manager (npm/yarn/pnpm)',
|
|
20
|
+
short: 'Published to a JS registry and installed via npm or similar.',
|
|
21
|
+
},
|
|
22
|
+
'system-package-manager': {
|
|
23
|
+
label: 'System package manager (Homebrew/apt)',
|
|
24
|
+
short: 'Distributed through OS-level package managers.',
|
|
25
|
+
},
|
|
26
|
+
'standalone-binary': {
|
|
27
|
+
label: 'Standalone binary',
|
|
28
|
+
short: 'Single executable with no runtime dependencies.',
|
|
29
|
+
},
|
|
30
|
+
'container': {
|
|
31
|
+
label: 'Container (Docker)',
|
|
32
|
+
short: 'Packaged as a Docker image for isolated execution.',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
hasStructuredOutput: {
|
|
37
|
+
short: 'Emit machine-readable output (JSON/YAML) alongside human text.',
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=cli.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../../../src/wizard/copy/cli.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,OAAO,GAAY;IAC9B,aAAa,EAAE;QACb,KAAK,EAAE,mCAAmC;QAC1C,IAAI,EAAE,iGAAiG;QACvG,OAAO,EAAE;YACP,WAAW,EAAI,EAAE,KAAK,EAAE,WAAW,EAAI,KAAK,EAAE,+DAA+D,EAAE;YAC/G,aAAa,EAAG,EAAE,KAAK,EAAE,aAAa,EAAG,KAAK,EAAE,qDAAqD,EAAE;YACvG,QAAQ,EAAE;gBACR,KAAK,EAAE,QAAQ;gBACf,KAAK,EAAE,qEAAqE;aAC7E;SACF;KACF;IACD,oBAAoB,EAAE;QACpB,KAAK,EAAE,iCAAiC;QACxC,IAAI,EAAE,mFAAmF;QACzF,OAAO,EAAE;YACP,iBAAiB,EAAE;gBACjB,KAAK,EAAE,iCAAiC;gBACxC,KAAK,EAAE,8DAA8D;aACtE;YACD,wBAAwB,EAAE;gBACxB,KAAK,EAAE,uCAAuC;gBAC9C,KAAK,EAAE,gDAAgD;aACxD;YACD,mBAAmB,EAAE;gBACnB,KAAK,EAAE,mBAAmB;gBAC1B,KAAK,EAAE,iDAAiD;aACzD;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,oBAAoB;gBAC3B,KAAK,EAAE,oDAAoD;aAC5D;SACF;KACF;IACD,mBAAmB,EAAE;QACnB,KAAK,EAAE,gEAAgE;KACxE;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/core.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAE1C,eAAO,MAAM,QAAQ,EAAE,QAkDtB,CAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export const coreCopy = {
|
|
2
|
+
projectType: {
|
|
3
|
+
short: 'Picks the question set and scaffolding template for the rest of init.',
|
|
4
|
+
long: 'Each type unlocks follow-up questions tailored to that domain.',
|
|
5
|
+
options: {
|
|
6
|
+
'web-app': { label: 'Web app', short: 'Browser-rendered app served over HTTP.' },
|
|
7
|
+
'backend': { label: 'Backend service', short: 'API or service with no built-in UI.' },
|
|
8
|
+
'cli': { label: 'CLI tool', short: 'Command-line program run from a terminal.' },
|
|
9
|
+
'library': { label: 'Library / package', short: 'Reusable code published for other projects.' },
|
|
10
|
+
'mobile-app': {
|
|
11
|
+
label: 'Mobile app',
|
|
12
|
+
short: 'Native or cross-platform app for phones and tablets.',
|
|
13
|
+
},
|
|
14
|
+
'data-pipeline': {
|
|
15
|
+
label: 'Data pipeline',
|
|
16
|
+
short: 'ETL or streaming system that moves and transforms data.',
|
|
17
|
+
},
|
|
18
|
+
'ml': {
|
|
19
|
+
label: 'ML project',
|
|
20
|
+
short: 'Machine-learning training, inference, or both.',
|
|
21
|
+
},
|
|
22
|
+
'browser-extension': {
|
|
23
|
+
label: 'Browser extension',
|
|
24
|
+
short: 'Add-on that runs inside Chrome, Firefox, or similar.',
|
|
25
|
+
},
|
|
26
|
+
'game': { label: 'Game', short: 'Interactive entertainment with a game loop.' },
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
methodology: {
|
|
30
|
+
short: 'Controls how thorough the scaffolding process is.',
|
|
31
|
+
long: 'Deep produces comprehensive docs; MVP skips optional steps; Custom lets you toggle each step.',
|
|
32
|
+
},
|
|
33
|
+
depth: {
|
|
34
|
+
short: 'Sets the default detail level (1 = minimal, 5 = comprehensive) for all steps.',
|
|
35
|
+
},
|
|
36
|
+
codexAdapter: {
|
|
37
|
+
short: 'Generates an OpenAI Codex adapter alongside the Claude Code output.',
|
|
38
|
+
},
|
|
39
|
+
geminiAdapter: {
|
|
40
|
+
short: 'Generates a Google Gemini adapter alongside the Claude Code output.',
|
|
41
|
+
},
|
|
42
|
+
webTrait: {
|
|
43
|
+
short: 'Adds web-platform questions (rendering strategy, deploy target, etc.).',
|
|
44
|
+
},
|
|
45
|
+
mobileTrait: {
|
|
46
|
+
short: 'Adds mobile-platform questions (iOS/Android, offline support, etc.).',
|
|
47
|
+
},
|
|
48
|
+
advancedGameGate: {
|
|
49
|
+
short: 'Unlocks advanced game-design questions (economy, modding, NPC AI, etc.).',
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.js","sourceRoot":"","sources":["../../../src/wizard/copy/core.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,WAAW,EAAE;QACX,KAAK,EAAE,uEAAuE;QAC9E,IAAI,EAAE,gEAAgE;QACtE,OAAO,EAAE;YACP,SAAS,EAAY,EAAE,KAAK,EAAE,SAAS,EAAa,KAAK,EAAE,wCAAwC,EAAE;YACrG,SAAS,EAAY,EAAE,KAAK,EAAE,iBAAiB,EAAK,KAAK,EAAE,qCAAqC,EAAE;YAClG,KAAK,EAAgB,EAAE,KAAK,EAAE,UAAU,EAAY,KAAK,EAAE,2CAA2C,EAAE;YACxG,SAAS,EAAY,EAAE,KAAK,EAAE,mBAAmB,EAAG,KAAK,EAAE,6CAA6C,EAAE;YAC1G,YAAY,EAAE;gBACZ,KAAK,EAAE,YAAY;gBACnB,KAAK,EAAE,sDAAsD;aAC9D;YACD,eAAe,EAAE;gBACf,KAAK,EAAE,eAAe;gBACtB,KAAK,EAAE,yDAAyD;aACjE;YACD,IAAI,EAAE;gBACJ,KAAK,EAAE,YAAY;gBACnB,KAAK,EAAE,gDAAgD;aACxD;YACD,mBAAmB,EAAE;gBACnB,KAAK,EAAE,mBAAmB;gBAC1B,KAAK,EAAE,sDAAsD;aAC9D;YACD,MAAM,EAAe,EAAE,KAAK,EAAE,MAAM,EAAgB,KAAK,EAAE,6CAA6C,EAAE;SAC3G;KACF;IACD,WAAW,EAAE;QACX,KAAK,EAAE,mDAAmD;QAC1D,IAAI,EAAE,+FAA+F;KACtG;IACD,KAAK,EAAE;QACL,KAAK,EAAE,+EAA+E;KACvF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE,qEAAqE;KAC7E;IACD,aAAa,EAAE;QACb,KAAK,EAAE,qEAAqE;KAC7E;IACD,QAAQ,EAAE;QACR,KAAK,EAAE,wEAAwE;KAChF;IACD,WAAW,EAAE;QACX,KAAK,EAAE,sEAAsE;KAC9E;IACD,gBAAgB,EAAE;QAChB,KAAK,EAAE,0EAA0E;KAClF;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-pipeline.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/data-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAElD,eAAO,MAAM,gBAAgB,EAAE,gBAgE9B,CAAA"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export const dataPipelineCopy = {
|
|
2
|
+
processingModel: {
|
|
3
|
+
short: 'How data moves through the pipeline.',
|
|
4
|
+
long: 'Batch processes data in scheduled chunks; streaming handles records as they arrive; '
|
|
5
|
+
+ 'hybrid uses both depending on the stage.',
|
|
6
|
+
options: {
|
|
7
|
+
batch: { label: 'Batch', short: 'Processes data in scheduled chunks (hourly, daily, etc.).' },
|
|
8
|
+
streaming: { label: 'Streaming', short: 'Processes records continuously as they arrive.' },
|
|
9
|
+
hybrid: { label: 'Hybrid', short: 'Combines batch and streaming stages in the same pipeline.' },
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
orchestration: {
|
|
13
|
+
short: 'How pipeline steps are coordinated and triggered.',
|
|
14
|
+
long: 'None is fine for a single script; DAG-based manages complex task dependencies; '
|
|
15
|
+
+ 'event-driven reacts to data arrivals; scheduled runs on a fixed timer.',
|
|
16
|
+
options: {
|
|
17
|
+
none: {
|
|
18
|
+
label: 'None',
|
|
19
|
+
short: 'Simple script or single-step pipeline — no orchestrator needed.',
|
|
20
|
+
},
|
|
21
|
+
'dag-based': {
|
|
22
|
+
label: 'DAG-based',
|
|
23
|
+
short: 'Directed acyclic graph of tasks with dependency tracking (e.g. Airflow, Dagster).',
|
|
24
|
+
},
|
|
25
|
+
'event-driven': {
|
|
26
|
+
label: 'Event-driven',
|
|
27
|
+
short: 'Steps trigger automatically when new data arrives.',
|
|
28
|
+
},
|
|
29
|
+
scheduled: { label: 'Scheduled', short: 'Runs on a fixed cron-like schedule.' },
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
dataQualityStrategy: {
|
|
33
|
+
short: 'How the pipeline validates and monitors data correctness.',
|
|
34
|
+
long: 'Validation checks rows at ingestion; testing adds assertion suites; '
|
|
35
|
+
+ 'observability tracks drift and anomalies over time.',
|
|
36
|
+
options: {
|
|
37
|
+
none: { label: 'None', short: 'No automated data quality checks.' },
|
|
38
|
+
validation: { label: 'Validation', short: 'Schema and constraint checks on incoming data.' },
|
|
39
|
+
testing: {
|
|
40
|
+
label: 'Testing',
|
|
41
|
+
short: 'Assertion suites that run against data between stages (e.g. Great Expectations).',
|
|
42
|
+
},
|
|
43
|
+
observability: { label: 'Observability', short: 'Ongoing monitoring for drift, anomalies, and freshness.' },
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
schemaManagement: {
|
|
47
|
+
short: 'How data schemas are tracked and evolved.',
|
|
48
|
+
long: 'A schema registry stores versioned schemas centrally; '
|
|
49
|
+
+ 'contracts define producer/consumer agreements.',
|
|
50
|
+
options: {
|
|
51
|
+
none: { label: 'None', short: 'Schemas are implicit or managed manually.' },
|
|
52
|
+
'schema-registry': {
|
|
53
|
+
label: 'Schema registry',
|
|
54
|
+
short: 'Centralized store for versioned schemas (e.g. Confluent Schema Registry).',
|
|
55
|
+
},
|
|
56
|
+
contracts: {
|
|
57
|
+
label: 'Contracts',
|
|
58
|
+
short: 'Explicit producer/consumer schema agreements enforced at boundaries.',
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
hasDataCatalog: {
|
|
63
|
+
short: 'Maintain a searchable catalog of datasets, lineage, and metadata.',
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
//# sourceMappingURL=data-pipeline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-pipeline.js","sourceRoot":"","sources":["../../../src/wizard/copy/data-pipeline.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAqB;IAChD,eAAe,EAAE;QACf,KAAK,EAAE,sCAAsC;QAC7C,IAAI,EAAE,sFAAsF;cACxF,0CAA0C;QAC9C,OAAO,EAAE;YACP,KAAK,EAAM,EAAE,KAAK,EAAE,OAAO,EAAM,KAAK,EAAE,2DAA2D,EAAE;YACrG,SAAS,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,gDAAgD,EAAE;YAC1F,MAAM,EAAK,EAAE,KAAK,EAAE,QAAQ,EAAK,KAAK,EAAE,2DAA2D,EAAE;SACtG;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE,mDAAmD;QAC1D,IAAI,EAAE,iFAAiF;cACnF,wEAAwE;QAC5E,OAAO,EAAE;YACP,IAAI,EAAE;gBACJ,KAAK,EAAE,MAAM;gBACb,KAAK,EAAE,iEAAiE;aACzE;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,WAAW;gBAClB,KAAK,EAAE,mFAAmF;aAC3F;YACD,cAAc,EAAE;gBACd,KAAK,EAAE,cAAc;gBACrB,KAAK,EAAE,oDAAoD;aAC5D;YACD,SAAS,EAAO,EAAE,KAAK,EAAE,WAAW,EAAK,KAAK,EAAE,qCAAqC,EAAE;SACxF;KACF;IACD,mBAAmB,EAAE;QACnB,KAAK,EAAE,2DAA2D;QAClE,IAAI,EAAE,sEAAsE;cACxE,qDAAqD;QACzD,OAAO,EAAE;YACP,IAAI,EAAW,EAAE,KAAK,EAAE,MAAM,EAAW,KAAK,EAAE,mCAAmC,EAAE;YACrF,UAAU,EAAK,EAAE,KAAK,EAAE,YAAY,EAAK,KAAK,EAAE,gDAAgD,EAAE;YAClG,OAAO,EAAE;gBACP,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,kFAAkF;aAC1F;YACD,aAAa,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,yDAAyD,EAAE;SAC5G;KACF;IACD,gBAAgB,EAAE;QAChB,KAAK,EAAE,2CAA2C;QAClD,IAAI,EAAE,wDAAwD;cAC1D,gDAAgD;QACpD,OAAO,EAAE;YACP,IAAI,EAAe,EAAE,KAAK,EAAE,MAAM,EAAa,KAAK,EAAE,2CAA2C,EAAE;YACnG,iBAAiB,EAAE;gBACjB,KAAK,EAAE,iBAAiB;gBACxB,KAAK,EAAE,2EAA2E;aACnF;YACD,SAAS,EAAE;gBACT,KAAK,EAAE,WAAW;gBAClB,KAAK,EAAE,sEAAsE;aAC9E;SACF;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE,mEAAmE;KAC3E;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"game.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/game.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAE1C,eAAO,MAAM,QAAQ,EAAE,QAiHtB,CAAA"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
export const gameCopy = {
|
|
2
|
+
engine: {
|
|
3
|
+
short: 'The game engine or framework powering the project.',
|
|
4
|
+
long: 'Each engine has different strengths — Unity for broad platform support, '
|
|
5
|
+
+ 'Unreal for high-fidelity 3D, Godot for open-source flexibility.',
|
|
6
|
+
options: {
|
|
7
|
+
unity: { label: 'Unity', short: 'Cross-platform engine with C# scripting — strong 2D and 3D support.' },
|
|
8
|
+
unreal: { label: 'Unreal', short: 'High-fidelity 3D engine with C++ and Blueprints visual scripting.' },
|
|
9
|
+
godot: { label: 'Godot', short: 'Open-source engine with GDScript — lightweight and beginner-friendly.' },
|
|
10
|
+
custom: { label: 'Custom', short: 'A custom or niche engine — you\'ll configure the toolchain yourself.' },
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
multiplayerMode: {
|
|
14
|
+
short: 'Whether and how multiple players interact.',
|
|
15
|
+
long: 'Local shares one device or LAN; online connects over the internet; hybrid supports both.',
|
|
16
|
+
options: {
|
|
17
|
+
none: { label: 'None', short: 'Single-player only — no multiplayer features.' },
|
|
18
|
+
local: { label: 'Local', short: 'Same-device or LAN multiplayer (couch co-op, split screen).' },
|
|
19
|
+
online: { label: 'Online', short: 'Internet-based multiplayer with server infrastructure.' },
|
|
20
|
+
hybrid: { label: 'Hybrid', short: 'Supports both local and online multiplayer.' },
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
narrative: {
|
|
24
|
+
short: 'How much story and dialogue the game includes.',
|
|
25
|
+
long: 'Light means flavor text and brief cutscenes; '
|
|
26
|
+
+ 'heavy means branching dialogue, quest logs, and narrative systems.',
|
|
27
|
+
options: {
|
|
28
|
+
none: { label: 'None', short: 'No story — gameplay-driven experience.' },
|
|
29
|
+
light: { label: 'Light', short: 'Flavor text, brief cutscenes, or contextual lore.' },
|
|
30
|
+
heavy: { label: 'Heavy', short: 'Branching dialogue, quest systems, and deep narrative.' },
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
contentStructure: {
|
|
34
|
+
short: 'How game content is organized and delivered to the player.',
|
|
35
|
+
options: {
|
|
36
|
+
discrete: { label: 'Discrete levels', short: 'Self-contained stages or levels loaded one at a time.' },
|
|
37
|
+
'open-world': { label: 'Open world', short: 'Large continuous world the player explores freely.' },
|
|
38
|
+
procedural: {
|
|
39
|
+
label: 'Procedural',
|
|
40
|
+
short: 'Content generated algorithmically at runtime.',
|
|
41
|
+
},
|
|
42
|
+
endless: {
|
|
43
|
+
label: 'Endless',
|
|
44
|
+
short: 'Infinite or repeating gameplay with increasing difficulty.',
|
|
45
|
+
},
|
|
46
|
+
'mission-based': { label: 'Mission-based', short: 'Structured objectives within a larger game world.' },
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
economy: {
|
|
50
|
+
short: 'Whether the game has an in-game economy or monetization.',
|
|
51
|
+
long: 'Progression uses earned currency for upgrades; monetized adds real-money purchases; both combines the two.',
|
|
52
|
+
options: {
|
|
53
|
+
none: { label: 'None', short: 'No in-game currency or economy.' },
|
|
54
|
+
progression: { label: 'Progression', short: 'Earned currency and rewards for player upgrades.' },
|
|
55
|
+
monetized: { label: 'Monetized', short: 'Real-money transactions (in-app purchases, DLC).' },
|
|
56
|
+
both: { label: 'Both', short: 'Earned progression plus real-money purchases.' },
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
onlineServices: {
|
|
60
|
+
short: 'Backend services the game connects to.',
|
|
61
|
+
long: 'Select any that apply. Each adds integration scaffolding for the corresponding service.',
|
|
62
|
+
options: {
|
|
63
|
+
leaderboards: { label: 'Leaderboards', short: 'Global or friends-list score rankings.' },
|
|
64
|
+
accounts: { label: 'Accounts', short: 'Player identity, profiles, and authentication.' },
|
|
65
|
+
matchmaking: { label: 'Matchmaking', short: 'Automated pairing of players for online sessions.' },
|
|
66
|
+
'live-ops': {
|
|
67
|
+
label: 'Live Ops',
|
|
68
|
+
short: 'Seasonal events, daily challenges, and remote content updates.',
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
persistence: {
|
|
73
|
+
short: 'What player data is saved between sessions.',
|
|
74
|
+
long: 'Settings-only saves preferences; profile adds player identity; '
|
|
75
|
+
+ 'progression tracks unlocks and progress; cloud syncs across devices.',
|
|
76
|
+
options: {
|
|
77
|
+
none: { label: 'None', short: 'Nothing persists — each session starts fresh.' },
|
|
78
|
+
'settings-only': { label: 'Settings only', short: 'Only user preferences (volume, controls) are saved.' },
|
|
79
|
+
profile: { label: 'Profile', short: 'Player name, avatar, and basic identity data.' },
|
|
80
|
+
progression: { label: 'Progression', short: 'Save files, unlocked content, and player progress.' },
|
|
81
|
+
cloud: { label: 'Cloud', short: 'Progress synced to the cloud for cross-device play.' },
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
targetPlatforms: {
|
|
85
|
+
short: 'Which platforms the game will ship on.',
|
|
86
|
+
long: 'Select all target platforms. Each adds platform-specific build configuration and SDK setup.',
|
|
87
|
+
options: {
|
|
88
|
+
pc: { label: 'PC', short: 'Windows, macOS, or Linux desktop.' },
|
|
89
|
+
web: { label: 'Web', short: 'Browser-based via WebGL or WebGPU.' },
|
|
90
|
+
ios: { label: 'iOS', short: 'iPhone and iPad via the App Store.' },
|
|
91
|
+
android: { label: 'Android', short: 'Android phones and tablets via Google Play.' },
|
|
92
|
+
ps5: { label: 'PlayStation 5', short: 'Sony PS5 — requires a developer license.' },
|
|
93
|
+
xbox: { label: 'Xbox', short: 'Xbox Series X|S — requires ID@Xbox or a publisher.' },
|
|
94
|
+
switch: { label: 'Nintendo Switch', short: 'Nintendo Switch — requires a developer agreement.' },
|
|
95
|
+
vr: { label: 'VR', short: 'Virtual reality headsets (Meta Quest, PCVR, etc.).' },
|
|
96
|
+
ar: { label: 'AR', short: 'Augmented reality devices (ARKit, ARCore, HoloLens).' },
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
supportedLocales: {
|
|
100
|
+
short: 'Locale codes for languages the game will support (e.g. "en", "ja", "fr-FR").',
|
|
101
|
+
},
|
|
102
|
+
hasModding: {
|
|
103
|
+
short: 'Expose modding APIs so players can create and share custom content.',
|
|
104
|
+
},
|
|
105
|
+
npcAiComplexity: {
|
|
106
|
+
short: 'How sophisticated NPC behavior needs to be.',
|
|
107
|
+
long: 'Simple covers basic state machines; complex adds behavior trees, pathfinding, and dynamic decision-making.',
|
|
108
|
+
options: {
|
|
109
|
+
none: { label: 'None', short: 'No NPCs or no autonomous behavior needed.' },
|
|
110
|
+
simple: { label: 'Simple', short: 'Basic state machines and scripted behavior patterns.' },
|
|
111
|
+
complex: { label: 'Complex', short: 'Behavior trees, advanced pathfinding, and dynamic decision-making.' },
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
};
|
|
115
|
+
//# sourceMappingURL=game.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"game.js","sourceRoot":"","sources":["../../../src/wizard/copy/game.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ProjectType } from '../../types/index.js';
|
|
2
|
+
import type { SelectOption } from '../../cli/output/context.js';
|
|
3
|
+
import type { OptionCopy, ProjectCopyMap } from './types.js';
|
|
4
|
+
import { coreCopy } from './core.js';
|
|
5
|
+
export declare function getCopyForType<T extends ProjectType>(type: T): ProjectCopyMap[T];
|
|
6
|
+
export declare function optionsFromCopy<T extends string>(copy: Record<T, OptionCopy> | undefined, values: readonly T[]): SelectOption[];
|
|
7
|
+
export { coreCopy };
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAuBpC,wBAAgB,cAAc,CAAC,CAAC,SAAS,WAAW,EAAE,IAAI,EAAE,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAEhF;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,EAC9C,IAAI,EAAE,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,SAAS,EACvC,MAAM,EAAE,SAAS,CAAC,EAAE,GACnB,YAAY,EAAE,CAOhB;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { coreCopy } from './core.js';
|
|
2
|
+
import { webAppCopy } from './web-app.js';
|
|
3
|
+
import { backendCopy } from './backend.js';
|
|
4
|
+
import { cliCopy } from './cli.js';
|
|
5
|
+
import { libraryCopy } from './library.js';
|
|
6
|
+
import { mobileAppCopy } from './mobile-app.js';
|
|
7
|
+
import { dataPipelineCopy } from './data-pipeline.js';
|
|
8
|
+
import { mlCopy } from './ml.js';
|
|
9
|
+
import { browserExtensionCopy } from './browser-extension.js';
|
|
10
|
+
import { gameCopy } from './game.js';
|
|
11
|
+
const PROJECT_COPY = {
|
|
12
|
+
'web-app': webAppCopy,
|
|
13
|
+
'backend': backendCopy,
|
|
14
|
+
'cli': cliCopy,
|
|
15
|
+
'library': libraryCopy,
|
|
16
|
+
'mobile-app': mobileAppCopy,
|
|
17
|
+
'data-pipeline': dataPipelineCopy,
|
|
18
|
+
'ml': mlCopy,
|
|
19
|
+
'browser-extension': browserExtensionCopy,
|
|
20
|
+
'game': gameCopy,
|
|
21
|
+
};
|
|
22
|
+
export function getCopyForType(type) {
|
|
23
|
+
return PROJECT_COPY[type];
|
|
24
|
+
}
|
|
25
|
+
export function optionsFromCopy(copy, values) {
|
|
26
|
+
if (!copy) {
|
|
27
|
+
throw new Error('optionsFromCopy called with undefined copy — check that the copy file defines options for this field');
|
|
28
|
+
}
|
|
29
|
+
return values.map(v => ({ value: v, label: copy[v].label, short: copy[v].short }));
|
|
30
|
+
}
|
|
31
|
+
export { coreCopy };
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/wizard/copy/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEpC,MAAM,YAAY,GAAmB;IACnC,SAAS,EAAE,UAAU;IACrB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,YAAY,EAAE,aAAa;IAC3B,eAAe,EAAE,gBAAgB;IACjC,IAAI,EAAE,MAAM;IACZ,mBAAmB,EAAE,oBAAoB;IACzC,MAAM,EAAE,QAAQ;CACjB,CAAA;AAED,MAAM,UAAU,cAAc,CAAwB,IAAO;IAC3D,OAAO,YAAY,CAAC,IAAI,CAAC,CAAA;AAC3B,CAAC;AAED,MAAM,UAAU,eAAe,CAC7B,IAAuC,EACvC,MAAoB;IAEpB,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,MAAM,IAAI,KAAK,CACb,sGAAsG,CACvG,CAAA;IACH,CAAC;IACD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAA;AACpF,CAAC;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/library.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAE7C,eAAO,MAAM,WAAW,EAAE,WA0CzB,CAAA"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export const libraryCopy = {
|
|
2
|
+
visibility: {
|
|
3
|
+
short: 'Who can install and use this library.',
|
|
4
|
+
long: 'Public libraries are published to a registry; internal libraries stay within your organization.',
|
|
5
|
+
options: {
|
|
6
|
+
public: { label: 'Public', short: 'Published to a public registry (npm, PyPI, etc.).' },
|
|
7
|
+
internal: { label: 'Internal', short: 'Private package shared within your organization.' },
|
|
8
|
+
},
|
|
9
|
+
},
|
|
10
|
+
runtimeTarget: {
|
|
11
|
+
short: 'Where the library code will execute.',
|
|
12
|
+
long: 'Determines which APIs are available and how the code is bundled.',
|
|
13
|
+
options: {
|
|
14
|
+
node: { label: 'Node.js', short: 'Runs only in Node.js — can use fs, net, etc.' },
|
|
15
|
+
browser: { label: 'Browser', short: 'Runs only in the browser — can use DOM and Web APIs.' },
|
|
16
|
+
isomorphic: { label: 'Isomorphic', short: 'Works in both Node.js and browsers.' },
|
|
17
|
+
edge: { label: 'Edge runtime', short: 'Targets edge runtimes (Cloudflare Workers, Deno Deploy).' },
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
bundleFormat: {
|
|
21
|
+
short: 'The module format(s) for the published package.',
|
|
22
|
+
long: 'ESM is modern import/export; CJS is require(); dual ships both for maximum compatibility.',
|
|
23
|
+
options: {
|
|
24
|
+
esm: { label: 'ESM only', short: 'ES modules — modern import/export syntax.' },
|
|
25
|
+
cjs: { label: 'CJS only', short: 'CommonJS — require() for legacy Node.js projects.' },
|
|
26
|
+
dual: { label: 'Dual (ESM + CJS)', short: 'Ships both formats for maximum compatibility.' },
|
|
27
|
+
unbundled: { label: 'Unbundled', short: 'Source files published as-is — consumers handle bundling.' },
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
hasTypeDefinitions: {
|
|
31
|
+
short: 'Generate and ship TypeScript type declarations (.d.ts).',
|
|
32
|
+
},
|
|
33
|
+
documentationLevel: {
|
|
34
|
+
short: 'How much documentation to generate.',
|
|
35
|
+
long: 'Public libraries should have at least a README; more docs lower the adoption barrier.',
|
|
36
|
+
options: {
|
|
37
|
+
none: { label: 'None', short: 'No generated docs — code comments only.' },
|
|
38
|
+
readme: { label: 'README', short: 'A single README with usage examples.' },
|
|
39
|
+
'api-docs': { label: 'API reference', short: 'Auto-generated API docs from source comments.' },
|
|
40
|
+
'full-site': { label: 'Documentation site', short: 'Full docs site with guides, examples, and API reference.' },
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=library.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library.js","sourceRoot":"","sources":["../../../src/wizard/copy/library.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,WAAW,GAAgB;IACtC,UAAU,EAAE;QACV,KAAK,EAAE,uCAAuC;QAC9C,IAAI,EAAE,iGAAiG;QACvG,OAAO,EAAE;YACP,MAAM,EAAI,EAAE,KAAK,EAAE,QAAQ,EAAI,KAAK,EAAE,mDAAmD,EAAE;YAC3F,QAAQ,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,kDAAkD,EAAE;SAC3F;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE,sCAAsC;QAC7C,IAAI,EAAE,kEAAkE;QACxE,OAAO,EAAE;YACP,IAAI,EAAQ,EAAE,KAAK,EAAE,SAAS,EAAM,KAAK,EAAE,8CAA8C,EAAE;YAC3F,OAAO,EAAK,EAAE,KAAK,EAAE,SAAS,EAAM,KAAK,EAAE,sDAAsD,EAAE;YACnG,UAAU,EAAE,EAAE,KAAK,EAAE,YAAY,EAAG,KAAK,EAAE,qCAAqC,EAAE;YAClF,IAAI,EAAQ,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,0DAA0D,EAAE;SACzG;KACF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE,iDAAiD;QACxD,IAAI,EAAE,2FAA2F;QACjG,OAAO,EAAE;YACP,GAAG,EAAQ,EAAE,KAAK,EAAE,UAAU,EAAI,KAAK,EAAE,2CAA2C,EAAE;YACtF,GAAG,EAAQ,EAAE,KAAK,EAAE,UAAU,EAAI,KAAK,EAAE,mDAAmD,EAAE;YAC9F,IAAI,EAAO,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,+CAA+C,EAAE;YAChG,SAAS,EAAE,EAAE,KAAK,EAAE,WAAW,EAAI,KAAK,EAAE,2DAA2D,EAAE;SACxG;KACF;IACD,kBAAkB,EAAE;QAClB,KAAK,EAAE,yDAAyD;KACjE;IACD,kBAAkB,EAAE;QAClB,KAAK,EAAE,qCAAqC;QAC5C,IAAI,EAAE,uFAAuF;QAC7F,OAAO,EAAE;YACP,IAAI,EAAQ,EAAE,KAAK,EAAE,MAAM,EAAW,KAAK,EAAE,yCAAyC,EAAE;YACxF,MAAM,EAAM,EAAE,KAAK,EAAE,QAAQ,EAAS,KAAK,EAAE,sCAAsC,EAAE;YACrF,UAAU,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,+CAA+C,EAAE;YAC9F,WAAW,EAAE,EAAE,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,0DAA0D,EAAE;SAChH;KACF;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/ml.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAExC,eAAO,MAAM,MAAM,EAAE,MA2CpB,CAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export const mlCopy = {
|
|
2
|
+
projectPhase: {
|
|
3
|
+
short: 'Which part of the ML lifecycle this project covers.',
|
|
4
|
+
long: 'Training builds the model; inference serves predictions; both includes the full train-to-serve pipeline.',
|
|
5
|
+
options: {
|
|
6
|
+
training: { label: 'Training', short: 'Building and evaluating models — experiment-focused.' },
|
|
7
|
+
inference: { label: 'Inference', short: 'Serving a trained model for predictions in production.' },
|
|
8
|
+
both: { label: 'Both', short: 'Full pipeline from training through production serving.' },
|
|
9
|
+
},
|
|
10
|
+
},
|
|
11
|
+
modelType: {
|
|
12
|
+
short: 'The category of model being used.',
|
|
13
|
+
long: 'Classical ML uses traditional algorithms; deep learning uses neural networks; '
|
|
14
|
+
+ 'LLM covers large language models and foundation models.',
|
|
15
|
+
options: {
|
|
16
|
+
classical: {
|
|
17
|
+
label: 'Classical ML',
|
|
18
|
+
short: 'Traditional algorithms like random forests, SVMs, or gradient boosting.',
|
|
19
|
+
},
|
|
20
|
+
'deep-learning': {
|
|
21
|
+
label: 'Deep learning',
|
|
22
|
+
short: 'Neural networks (CNNs, transformers, etc.) trained on large datasets.',
|
|
23
|
+
},
|
|
24
|
+
llm: {
|
|
25
|
+
label: 'LLM',
|
|
26
|
+
short: 'Large language models — fine-tuning or prompt-engineering foundation models.',
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
servingPattern: {
|
|
31
|
+
short: 'How the model delivers predictions.',
|
|
32
|
+
long: 'Batch scores datasets offline; realtime responds to individual requests; '
|
|
33
|
+
+ 'edge runs on-device for lowest latency.',
|
|
34
|
+
options: {
|
|
35
|
+
none: { label: 'None', short: 'No serving — training and evaluation only.' },
|
|
36
|
+
batch: { label: 'Batch', short: 'Scores large datasets on a schedule (e.g. nightly predictions).' },
|
|
37
|
+
realtime: { label: 'Realtime', short: 'Responds to individual requests via an API endpoint.' },
|
|
38
|
+
edge: { label: 'Edge', short: 'Runs on-device or at the edge for ultra-low latency.' },
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
hasExperimentTracking: {
|
|
42
|
+
short: 'Track hyperparameters, metrics, and artifacts across training runs (e.g. MLflow, W&B).',
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=ml.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ml.js","sourceRoot":"","sources":["../../../src/wizard/copy/ml.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAW;IAC5B,YAAY,EAAE;QACZ,KAAK,EAAE,qDAAqD;QAC5D,IAAI,EAAE,0GAA0G;QAChH,OAAO,EAAE;YACP,QAAQ,EAAG,EAAE,KAAK,EAAE,UAAU,EAAG,KAAK,EAAE,sDAAsD,EAAE;YAChG,SAAS,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,wDAAwD,EAAE;YAClG,IAAI,EAAO,EAAE,KAAK,EAAE,MAAM,EAAO,KAAK,EAAE,yDAAyD,EAAE;SACpG;KACF;IACD,SAAS,EAAE;QACT,KAAK,EAAE,mCAAmC;QAC1C,IAAI,EAAE,gFAAgF;cAClF,yDAAyD;QAC7D,OAAO,EAAE;YACP,SAAS,EAAE;gBACT,KAAK,EAAE,cAAc;gBACrB,KAAK,EAAE,yEAAyE;aACjF;YACD,eAAe,EAAE;gBACf,KAAK,EAAE,eAAe;gBACtB,KAAK,EAAE,uEAAuE;aAC/E;YACD,GAAG,EAAE;gBACH,KAAK,EAAE,KAAK;gBACZ,KAAK,EAAE,8EAA8E;aACtF;SACF;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE,qCAAqC;QAC5C,IAAI,EAAE,2EAA2E;cAC7E,yCAAyC;QAC7C,OAAO,EAAE;YACP,IAAI,EAAM,EAAE,KAAK,EAAE,MAAM,EAAM,KAAK,EAAE,4CAA4C,EAAE;YACpF,KAAK,EAAK,EAAE,KAAK,EAAE,OAAO,EAAK,KAAK,EAAE,iEAAiE,EAAE;YACzG,QAAQ,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,sDAAsD,EAAE;YAC9F,IAAI,EAAM,EAAE,KAAK,EAAE,MAAM,EAAM,KAAK,EAAE,sDAAsD,EAAE;SAC/F;KACF;IACD,qBAAqB,EAAE;QACrB,KAAK,EAAE,wFAAwF;KAChG;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mobile-app.d.ts","sourceRoot":"","sources":["../../../src/wizard/copy/mobile-app.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAE/C,eAAO,MAAM,aAAa,EAAE,aA2C3B,CAAA"}
|