@rubytech/create-maxy-code 0.1.107 → 0.1.108

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.
Files changed (113) hide show
  1. package/package.json +1 -1
  2. package/payload/platform/config/brand.json +1 -0
  3. package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -0
  4. package/payload/platform/plugins/business-assistant/PLUGIN.md +4 -1
  5. package/payload/platform/plugins/docs/references/plugins-guide.md +8 -1
  6. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +8 -0
  7. package/payload/platform/plugins/venture-studio/PLUGIN.md +79 -0
  8. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
  9. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
  10. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
  11. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
  12. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
  13. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
  14. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
  15. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
  16. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
  17. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
  18. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
  19. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
  20. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
  21. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
  22. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
  23. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
  24. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
  25. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
  26. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
  27. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
  28. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
  29. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
  30. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
  31. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
  32. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
  33. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
  34. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
  35. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
  36. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
  37. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
  38. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
  39. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
  40. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
  41. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
  42. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
  43. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
  44. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
  45. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
  46. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
  47. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
  48. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
  49. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
  50. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
  51. package/payload/premium-plugins/.claude-plugin/marketplace.json +4 -4
  52. package/payload/premium-plugins/real-agent/plugins/brochures/skills/property-brochure/references/build.md +4 -5
  53. package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +8 -0
  54. package/payload/premium-plugins/venture-studio/PLUGIN.md +79 -0
  55. package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
  56. package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
  57. package/payload/premium-plugins/venture-studio/skills/investor-data-room/SKILL.md +359 -0
  58. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +61 -0
  59. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +53 -0
  60. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +77 -0
  61. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +38 -0
  62. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +79 -0
  63. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +236 -0
  64. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +33 -0
  65. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +88 -0
  66. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
  67. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
  68. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
  69. package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
  70. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
  71. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
  72. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
  73. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
  74. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
  75. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
  76. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
  77. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
  78. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
  79. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
  80. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
  81. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
  82. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
  83. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
  84. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
  85. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
  86. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
  87. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
  88. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
  89. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
  90. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
  91. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
  92. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
  93. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
  94. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
  95. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
  96. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
  97. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
  98. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
  99. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
  100. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
  101. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
  102. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
  103. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
  104. package/payload/server/{chunk-TZD23CX6.js → chunk-AGFS3TVN.js} +44 -9
  105. package/payload/server/maxy-edge.js +1 -1
  106. package/payload/server/server.js +2 -2
  107. package/payload/premium-plugins/founder-pack/.claude-plugin/plugin.json +0 -8
  108. /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
  109. /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
  110. /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
  111. /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
  112. /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
  113. /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
@@ -2632,7 +2632,8 @@ import { resolve, join } from "path";
2632
2632
  import { existsSync, readFileSync } from "fs";
2633
2633
  var configDirName = ".maxy";
2634
2634
  var commercialMode = false;
2635
- var shipsPremiumBundlesFlag = false;
2635
+ var bundleMode = "none";
2636
+ var bundleAllowlist = [];
2636
2637
  var vncDisplayNum = 99;
2637
2638
  var rfbPortNum = 5900;
2638
2639
  var websockifyPortNum = 6080;
@@ -2652,7 +2653,20 @@ if (platformRoot) {
2652
2653
  }
2653
2654
  if (typeof brand.configDir === "string") configDirName = brand.configDir;
2654
2655
  if (brand.commercialMode === true) commercialMode = true;
2655
- if (brand.shipsPremiumBundles === true) shipsPremiumBundlesFlag = true;
2656
+ if (brand.shipsPremiumBundles === true) {
2657
+ bundleMode = "all";
2658
+ } else if (Array.isArray(brand.shipsPremiumBundles)) {
2659
+ const arr = brand.shipsPremiumBundles;
2660
+ for (const entry of arr) {
2661
+ if (typeof entry !== "string" || entry.length === 0) {
2662
+ throw new Error(
2663
+ `brand.json at ${brandPath} shipsPremiumBundles array contains invalid entry: ${JSON.stringify(entry)}`
2664
+ );
2665
+ }
2666
+ }
2667
+ bundleMode = "allowlist";
2668
+ bundleAllowlist = arr;
2669
+ }
2656
2670
  if (typeof brand.vncDisplay === "number") vncDisplayNum = brand.vncDisplay;
2657
2671
  const brandLabel = configDirName.replace(/^\./, "");
2658
2672
  const required = [
@@ -2676,7 +2690,8 @@ if (platformRoot) {
2676
2690
  var MAXY_DIR = resolve(homedir(), configDirName);
2677
2691
  var BRAND_NAME = configDirName.replace(/^\./, "");
2678
2692
  var COMMERCIAL_MODE = commercialMode;
2679
- var SHIPS_PREMIUM_BUNDLES = shipsPremiumBundlesFlag;
2693
+ var BUNDLE_MODE = bundleMode;
2694
+ var BUNDLE_ALLOWLIST = bundleAllowlist;
2680
2695
  var VNC_DISPLAY = `:${vncDisplayNum}`;
2681
2696
  var RFB_PORT = rfbPortNum;
2682
2697
  var WEBSOCKIFY_PORT = websockifyPortNum;
@@ -3657,8 +3672,24 @@ function readBundleSubPlugins(bundlePath) {
3657
3672
  return subs;
3658
3673
  }
3659
3674
  function walkPremiumBundles() {
3660
- if (!SHIPS_PREMIUM_BUNDLES) return [];
3661
- return walkPremiumBundlesOnDisk();
3675
+ const TAG = "[premium-auto-deliver]";
3676
+ if (BUNDLE_MODE === "none") {
3677
+ console.log(`${TAG} gate brand=${BRAND_NAME} mode=none bundles=[]`);
3678
+ return [];
3679
+ }
3680
+ const onDisk = walkPremiumBundlesOnDisk();
3681
+ if (BUNDLE_MODE === "all") {
3682
+ console.log(`${TAG} gate brand=${BRAND_NAME} mode=all bundles=[${onDisk.map((b) => b.bundle).join(",")}]`);
3683
+ return onDisk;
3684
+ }
3685
+ const allow = new Set(BUNDLE_ALLOWLIST);
3686
+ const kept = onDisk.filter((b) => allow.has(b.bundle));
3687
+ const onDiskNames = new Set(onDisk.map((b) => b.bundle));
3688
+ const missing = BUNDLE_ALLOWLIST.filter((name) => !onDiskNames.has(name));
3689
+ console.log(
3690
+ `${TAG} gate brand=${BRAND_NAME} mode=allowlist bundles=[${kept.map((b) => b.bundle).join(",")}]` + (missing.length > 0 ? ` missing=[${missing.join(",")}]` : "")
3691
+ );
3692
+ return kept;
3662
3693
  }
3663
3694
  function walkPremiumBundlesOnDisk() {
3664
3695
  const stagingRoot = resolve4(PLATFORM_ROOT2, "../premium-plugins");
@@ -3733,7 +3764,7 @@ function autoDeliverPremiumPlugins() {
3733
3764
  }
3734
3765
  }
3735
3766
  }
3736
- function reconcileEnabledPlugins(accountDir, config) {
3767
+ function reconcileEnabledPlugins(accountDir, config, accountId) {
3737
3768
  const TAG = "[premium-auto-deliver]";
3738
3769
  if (!accountDir || !config) return;
3739
3770
  const bundles = walkPremiumBundles();
@@ -3759,7 +3790,9 @@ function reconcileEnabledPlugins(accountDir, config) {
3759
3790
  currentSet.add(sub);
3760
3791
  added.push(sub);
3761
3792
  }
3762
- console.log(`${TAG} brand=${BRAND_NAME} bundles=[${bundleNames.join(",")}] subs=[${allSubs.join(",")}] stamped=${added.length}`);
3793
+ console.log(
3794
+ `${TAG} stamp accountId=${accountId ?? "unknown"} brand=${BRAND_NAME} mode=${BUNDLE_MODE} bundles=[${bundleNames.join(",")}] added=[${added.join(",")}]`
3795
+ );
3763
3796
  if (added.length === 0) return;
3764
3797
  const merged = [...currentSet];
3765
3798
  const configPath = resolve4(accountDir, "account.json");
@@ -3776,11 +3809,13 @@ function reconcileEnabledPlugins(accountDir, config) {
3776
3809
  function cleanupLeakedPremiumSubs(accountDir, config, accountId) {
3777
3810
  const TAG = "[premium-auto-deliver]";
3778
3811
  if (!accountDir || !config) return;
3779
- if (SHIPS_PREMIUM_BUNDLES) return;
3812
+ if (BUNDLE_MODE === "all") return;
3780
3813
  const current = Array.isArray(config.enabledPlugins) ? config.enabledPlugins : [];
3781
3814
  if (current.length === 0) return;
3815
+ const allow = new Set(BUNDLE_ALLOWLIST);
3782
3816
  const leakedNames = /* @__PURE__ */ new Set();
3783
- for (const { subs } of walkPremiumBundlesOnDisk()) {
3817
+ for (const { bundle, subs } of walkPremiumBundlesOnDisk()) {
3818
+ if (BUNDLE_MODE === "allowlist" && allow.has(bundle)) continue;
3784
3819
  for (const sub of subs) leakedNames.add(sub);
3785
3820
  }
3786
3821
  if (leakedNames.size === 0) return;
@@ -19,7 +19,7 @@ import {
19
19
  streamActionEvents,
20
20
  vncLog,
21
21
  websockifyLog
22
- } from "./chunk-TZD23CX6.js";
22
+ } from "./chunk-AGFS3TVN.js";
23
23
  import "./chunk-JRBCOVA4.js";
24
24
  import "./chunk-JSBRDJBE.js";
25
25
 
@@ -61,7 +61,7 @@ import {
61
61
  vncLog,
62
62
  waitForExit,
63
63
  walkPremiumBundles
64
- } from "./chunk-TZD23CX6.js";
64
+ } from "./chunk-AGFS3TVN.js";
65
65
  import {
66
66
  CLOUDFLARE_TASK_DIAGNOSTICS,
67
67
  appendCloudflareSteps,
@@ -14369,7 +14369,7 @@ var bootEntitlement = bootAccountConfig ? resolveEntitlement(
14369
14369
  }
14370
14370
  ) : null;
14371
14371
  autoDeliverPremiumPlugins();
14372
- reconcileEnabledPlugins(bootAccount?.accountDir, bootAccount?.config);
14372
+ reconcileEnabledPlugins(bootAccount?.accountDir, bootAccount?.config, bootAccount?.accountId);
14373
14373
  for (const acct of listValidAccounts()) {
14374
14374
  cleanupLeakedPremiumSubs(acct.accountDir, acct.config, acct.accountId);
14375
14375
  }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "founder-pack",
3
- "description": "founder-pack plugin",
4
- "version": "0.1.0",
5
- "author": {
6
- "name": "Rubytech LLC"
7
- }
8
- }