@rubytech/create-maxy-code 0.1.404 → 0.1.406

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 (87) hide show
  1. package/dist/__tests__/launchd-plist.test.js +13 -1
  2. package/dist/__tests__/neo4j-darwin-dedicated.test.js +52 -0
  3. package/dist/__tests__/neo4j-datadir.test.js +8 -7
  4. package/dist/__tests__/neo4j-teardown.test.js +17 -1
  5. package/dist/index.js +183 -9
  6. package/dist/launchd-plist.js +21 -0
  7. package/dist/neo4j-darwin-dedicated.js +39 -0
  8. package/dist/neo4j-datadir.js +9 -5
  9. package/dist/neo4j-teardown.js +15 -0
  10. package/dist/uninstall.js +34 -8
  11. package/package.json +1 -1
  12. package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +2 -2
  13. package/payload/platform/plugins/scheduling/PLUGIN.md +2 -0
  14. package/payload/platform/plugins/scheduling/mcp/dist/__tests__/agent-dispatch-manager-grounding.test.d.ts +2 -0
  15. package/payload/platform/plugins/scheduling/mcp/dist/__tests__/agent-dispatch-manager-grounding.test.d.ts.map +1 -0
  16. package/payload/platform/plugins/scheduling/mcp/dist/__tests__/agent-dispatch-manager-grounding.test.js +19 -0
  17. package/payload/platform/plugins/scheduling/mcp/dist/__tests__/agent-dispatch-manager-grounding.test.js.map +1 -0
  18. package/payload/platform/plugins/whatsapp/mcp/dist/__tests__/deliverability-grounding.test.d.ts +2 -0
  19. package/payload/platform/plugins/whatsapp/mcp/dist/__tests__/deliverability-grounding.test.d.ts.map +1 -0
  20. package/payload/platform/plugins/whatsapp/mcp/dist/__tests__/deliverability-grounding.test.js +33 -0
  21. package/payload/platform/plugins/whatsapp/mcp/dist/__tests__/deliverability-grounding.test.js.map +1 -0
  22. package/payload/platform/plugins/whatsapp/references/channels-whatsapp.md +2 -0
  23. package/payload/platform/plugins/whatsapp/skills/manage-whatsapp-config/SKILL.md +5 -1
  24. package/payload/platform/services/claude-session-manager/dist/claude-host-creds.d.ts +8 -7
  25. package/payload/platform/services/claude-session-manager/dist/claude-host-creds.d.ts.map +1 -1
  26. package/payload/platform/services/claude-session-manager/dist/claude-host-creds.js +63 -40
  27. package/payload/platform/services/claude-session-manager/dist/claude-host-creds.js.map +1 -1
  28. package/payload/platform/services/claude-session-manager/dist/claude-keychain-write.d.ts +40 -0
  29. package/payload/platform/services/claude-session-manager/dist/claude-keychain-write.d.ts.map +1 -0
  30. package/payload/platform/services/claude-session-manager/dist/claude-keychain-write.js +159 -0
  31. package/payload/platform/services/claude-session-manager/dist/claude-keychain-write.js.map +1 -0
  32. package/payload/platform/services/claude-session-manager/dist/connector-availability.d.ts +36 -0
  33. package/payload/platform/services/claude-session-manager/dist/connector-availability.d.ts.map +1 -0
  34. package/payload/platform/services/claude-session-manager/dist/connector-availability.js +76 -0
  35. package/payload/platform/services/claude-session-manager/dist/connector-availability.js.map +1 -0
  36. package/payload/platform/services/claude-session-manager/dist/rc-daemon.d.ts +2 -1
  37. package/payload/platform/services/claude-session-manager/dist/rc-daemon.d.ts.map +1 -1
  38. package/payload/platform/services/claude-session-manager/dist/rc-daemon.js +2 -2
  39. package/payload/platform/services/claude-session-manager/dist/rc-daemon.js.map +1 -1
  40. package/payload/premium-plugins/venture-studio/PLUGIN.md +1 -1
  41. package/payload/premium-plugins/venture-studio/bin/scan-private-data.sh +61 -0
  42. package/payload/premium-plugins/venture-studio/skills/investor-data-room/SKILL.md +31 -32
  43. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +5 -5
  44. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/competitor-analysis.md +1 -1
  45. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +2 -2
  46. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +1 -1
  47. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +38 -26
  48. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +2 -2
  49. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +6 -6
  50. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/strategy-frameworks.md +1 -1
  51. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +17 -18
  52. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +156 -234
  53. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +13 -13
  54. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/strategy-red-team.md +1 -1
  55. package/payload/server/public/assets/{AdminLoginScreens-BzErD9Zo.js → AdminLoginScreens-D36zz_SY.js} +1 -1
  56. package/payload/server/public/assets/{AdminShell-BihejKg_.js → AdminShell-DH6Lcj-d.js} +1 -1
  57. package/payload/server/public/assets/{Checkbox-Ds004CBE.js → Checkbox-54KtArF3.js} +1 -1
  58. package/payload/server/public/assets/{Transcript-CgaMQKgY.js → Transcript-BCpiXt4J.js} +1 -1
  59. package/payload/server/public/assets/{admin-BSuRtMws.js → admin-C0FCHcJj.js} +1 -1
  60. package/payload/server/public/assets/{browser-BO2eR_YY.js → browser-bKeZ5iLx.js} +1 -1
  61. package/payload/server/public/assets/{calendar-12QuR_oh.js → calendar-BDPBArFA.js} +1 -1
  62. package/payload/server/public/assets/chat-Cp_1ebzU.js +1 -0
  63. package/payload/server/public/assets/chevron-left-S7Nk-se6.js +1 -0
  64. package/payload/server/public/assets/data-BshlTgIW.js +1 -0
  65. package/payload/server/public/assets/{graph-CDOJZepc.js → graph-Dvru9CW9.js} +1 -1
  66. package/payload/server/public/assets/{graph-labels-6HKBjyXX.js → graph-labels-DLhR6Rit.js} +1 -1
  67. package/payload/server/public/assets/{maximize-2-DWmyXX8h.js → maximize-2-CyPKq7HZ.js} +1 -1
  68. package/payload/server/public/assets/{operator-D-s7jVnf.js → operator-Ql5iQXB-.js} +1 -1
  69. package/payload/server/public/assets/page-ClJOW2fk.js +32 -0
  70. package/payload/server/public/assets/{page-rDhp8G9q.js → page-YsTtZsn6.js} +1 -1
  71. package/payload/server/public/assets/{public-zK67N3z2.js → public-BlDxwcmS.js} +1 -1
  72. package/payload/server/public/assets/{rotate-ccw-BzBJxqBN.js → rotate-ccw-DSynJPZX.js} +1 -1
  73. package/payload/server/public/assets/{useSubAccountSwitcher-B-GuP1jj.css → useSubAccountSwitcher-CJelLQK-.css} +1 -1
  74. package/payload/server/public/browser.html +4 -4
  75. package/payload/server/public/calendar.html +5 -5
  76. package/payload/server/public/chat.html +9 -9
  77. package/payload/server/public/data.html +8 -8
  78. package/payload/server/public/graph.html +9 -9
  79. package/payload/server/public/index.html +11 -11
  80. package/payload/server/public/operator.html +11 -11
  81. package/payload/server/public/public.html +9 -9
  82. package/payload/server/server.js +82 -63
  83. package/payload/server/public/assets/chat-Qpyg5t65.js +0 -1
  84. package/payload/server/public/assets/chevron-left-DBUeR2CX.js +0 -1
  85. package/payload/server/public/assets/data-Ch5bne41.js +0 -1
  86. package/payload/server/public/assets/page-BcxrdxYL.js +0 -32
  87. /package/payload/server/public/assets/{useSubAccountSwitcher-Bg0RH3Gk.js → useSubAccountSwitcher-DGKQxXDD.js} +0 -0
@@ -4,7 +4,7 @@ Public-facing documents (business plan, prospectus, deck, term sheet, anything t
4
4
 
5
5
  ## Patterns that must NOT appear in public docs
6
6
 
7
- - **Comparison to baseline / prior version.** *"The loss has grown from -£282.6k to -£323.1k because…"*, *"Total opex (M0 customer-success hire adds £40,500 vs the M10 model worksheet baseline)"*.
7
+ - **Comparison to baseline / prior version.** *"The loss has grown from -£300k to -£340k because…"*, *"Total opex (the M0 hire adds £45k vs the model worksheet baseline)"*.
8
8
  - **Process commentary.** *"Numbers below use the model's published figures pending the reconciled rebuild"*, *"reconciliation pending"*, *"open item, not actioned here"*, *"see Section X critical note and Section Y contingency levers for the reconciliation paths"*.
9
9
  - **Internal cross-references to scaffolding.** *"see Section 12.3 critical note"*, *"see Section 12.6 contingency levers"* when the linked content itself is process-talk rather than substance.
10
10
  - **Discrepancy resolution narratives.** *"The earlier '£0.01 vs £0.001 nominal' note is resolved by treating the £4,500 as share premium"*.
@@ -16,7 +16,7 @@ Public-facing documents (business plan, prospectus, deck, term sheet, anything t
16
16
  ## What IS acceptable in a public-facing document
17
17
 
18
18
  - The current position, stated as a fact.
19
- - A footnote citing a source (Companies House, IBISWorld, ICO, etc.) when the figure derives from public data.
19
+ - A footnote citing a source (Companies House, Gartner, ICO, etc.) when the figure derives from public data.
20
20
  - A pointer to a public appendix (titled documents only; not internal-section READMEs).
21
21
  - Conditions on a forecast figure that an investor needs to know (e.g. "assuming Round 2 closes at M9-M10").
22
22
 
@@ -24,10 +24,10 @@ Public-facing documents (business plan, prospectus, deck, term sheet, anything t
24
24
 
25
25
  | Internal version (working doc) | Public version (business plan) |
26
26
  |---|---|
27
- | Total operating expenses ~£649,100 (M0 customer-success hire adds £40,500 vs the M10 model worksheet baseline). | Total operating expenses ~£649,100. |
28
- | Year-1 P&L loss has grown from -£282.6k to -£323.1k because the customer-success hire is brought forward from M10 to M0. | Year-1 P&L loss is approximately £323k against revenue of £356k. |
29
- | Cash crosses zero at M8–M9 if Round 2 does not close; the model worksheet's M11 £34k cash low arrives roughly two months earlier under the M0 CS hire structure. | The raise is sized to deliver the Round 2 gating milestones; Round 2 closes at M9 to M10. |
27
+ | Total operating expenses ~£640k (the M0 hire adds £45k vs the model worksheet baseline). | Total operating expenses ~£640k. |
28
+ | Year-1 P&L loss has grown from -£300k to -£340k because the customer-success hire is brought forward from M10 to M0. | Year-1 P&L loss is approximately £340k against revenue of £360k. |
29
+ | Cash crosses zero at M8–M9 if Round 2 does not close; the model worksheet's M11 £40k cash low arrives roughly two months earlier under the M0 CS hire structure. | The raise is sized to deliver the Round 2 gating milestones; Round 2 closes at M9 to M10. |
30
30
 
31
31
  ## Recurrence is a P0 violation
32
32
 
33
- In the reference project this rule was violated three times in one session (initial draft used a dated internal design reference; appendix table referenced internal-only documents alongside externally-shareable ones; M0 customer-success hire updates added "model worksheet baseline" comparisons). The pattern: every time the founder adds content or asks for an update, the temptation is to include "what changed and why" alongside the new value. The temptation must be resisted; the public document carries only the new value. The "what changed and why" goes in a sibling internal document if it needs to live somewhere.
33
+ This rule is easily violated (a draft that uses a dated internal design reference; an appendix table that lists internal-only documents alongside externally-shareable ones; an update that adds "model worksheet baseline" comparisons). The pattern: every time the founder adds content or asks for an update, the temptation is to include "what changed and why" alongside the new value. The temptation must be resisted; the public document carries only the new value. The "what changed and why" goes in a sibling internal document if it needs to live somewhere.
@@ -14,7 +14,7 @@ Pick the lens that answers the live question; don't run all four for completenes
14
14
  Each lens pulls in external facts — market growth, regulatory change, supplier concentration, competitor moves, market sizes for adjacencies. Every such fact is a **sourced claim**, routed through the `research-assistant` specialist with `deep-research`. Mark unsourced inputs `source pending — route to research-assistant`. A PESTLE bullet asserting a regulation that doesn't exist, or a Five Forces claim about supplier power with no evidence, is worse than no analysis.
15
15
 
16
16
  ## SWOT
17
- Four quadrants. **Strengths / Weaknesses** are internal and present; **Opportunities / Threats** are external and forward. Discipline: each entry must be specific and, if external, sourced. "Strong team" is filler; "founder shipped the same substrate at prior company" is a strength. Use SWOT to *summarise* after deeper analysis, then derive 2–3 strategic moves from the interactions (e.g. Strength × Opportunity).
17
+ Four quadrants. **Strengths / Weaknesses** are internal and present; **Opportunities / Threats** are external and forward. Discipline: each entry must be specific and, if external, sourced. "Strong team" is filler; "founder shipped the same category of product at a prior company" is a strength. Use SWOT to *summarise* after deeper analysis, then derive 2–3 strategic moves from the interactions (e.g. Strength × Opportunity).
18
18
 
19
19
  ## PESTLE
20
20
  Six external factors: **Political, Economic, Social, Technological, Legal, Environmental.** For each, state the factor, whether it's a tailwind or headwind, and the sourced evidence. Most factors won't move the business — name the two or three that do and why. The Legal factor connects to the data room's compliance section (business-plan §10) and, for legal artefacts, to the `legal-essentials` skill.
@@ -1,6 +1,6 @@
1
1
  # Term sheet template
2
2
 
3
- A4-portrait, 6-to-8-page formal term sheet, same render pipeline as the business plan (Playwright + img2pdf + qpdf). Lives at `html/prospectus/term_sheet.html`. The reference project produces a 7-page artefact: cover + 5 content pages + signatures.
3
+ A4-portrait, 6-to-8-page formal term sheet, same render pipeline as the business plan (Playwright + img2pdf + qpdf). Lives at `html/prospectus/term_sheet.html`. A typical build is a 7-page artefact: cover + 5 content pages + signatures.
4
4
 
5
5
  ## Page-by-page structure
6
6
 
@@ -8,7 +8,7 @@ A4-portrait, 6-to-8-page formal term sheet, same render pipeline as the business
8
8
  |---|---|---|
9
9
  | 1 | Cover + preamble | Issuer (full Companies-House-filed legal name), document title, "Non-binding — confidentiality and exclusivity bind", preamble (round purpose, recipient self-cert reminder), introductory parties table (Issuer, Founders list, Investors, round size, minimum cheque, minimum aggregate, target first close) |
10
10
  | 2 | Share economics & use of proceeds | Instrument (ordinary £0.001 or £0.01 nominal, ranking *pari passu*), pre-money / post-money / dilution, issue price (computed from pre-money ÷ pre-investment shares), Round Share count, use of proceeds split, long-stop date, funds-expected timing |
11
- | 3 | Cap table on closing | Holder / Role / Shares / % table; founders subtotal; Round Shares row; total = 100% / 625,000 |
11
+ | 3 | Cap table on closing | Holder / Role / Shares / % table; founders subtotal; Round Shares row; total = 100% |
12
12
  | 4 | Governance & shareholder protections | Board composition (director-designate per IN01), information rights (≥5% threshold), pre-emption, drag-along / tag-along, share-transfer good-leaver / bad-leaver, SEIS/EIS posture, confidentiality (binding), exclusivity (binding) |
13
13
  | 5 | Closing terms | Governing law (English), expenses (each party bears own), founder IP assignment (deed at first close, no licence-back, no royalty), conditions to closing, long-form documentation timeline |
14
14
  | 6 | Signatures | Company block (director-designate per IN01) + Investor block (name / entity / commitment / signature line) |
@@ -18,35 +18,34 @@ A4-portrait, 6-to-8-page formal term sheet, same render pipeline as the business
18
18
 
19
19
  ## Cap table reconciliation
20
20
 
21
- The cap table on closing **must reconcile against the IN01 + the Round 1 dilution model exactly**. The pattern from the reference project:
21
+ The cap table on closing **must reconcile against the IN01 + the Round 1 dilution model exactly**. The reconciliation pattern:
22
22
 
23
23
  | Step | Source |
24
24
  |---|---|
25
- | Pre-investment shares (e.g. 500,000) | IN01 statement of capital |
25
+ | Pre-investment shares (e.g. 1,000,000) | IN01 statement of capital |
26
26
  | Per-founder pre-investment % | IN01 cap table |
27
- | Dilution % | (Round size / post-money) = 350 / 1,750 = 20% in the reference project |
27
+ | Dilution % | Round size / post-money (e.g. £500k / £2.5m = 20%) |
28
28
  | Post-investment % per founder | Pre-investment % × (1 − dilution%) |
29
29
  | Post-investment shares per founder | Pre-investment shares × (1 − dilution%) — note this only works if all founders dilute pro rata |
30
30
  | Round Shares | New investor's post-investment % × total post-investment shares |
31
31
  | Total post-closing shares | Pre-investment shares ÷ (1 − dilution%) |
32
32
 
33
- Reference project numbers (pre 500k, dilution 20%):
34
- - Joel 24.90% / 124,50019.92% / 124,500 (no change in shares; dilution is via issuance of new shares)
35
- - Adam 24.90% / 124,50019.92% / 124,500
36
- - Alex 20.00% / 100,000 → 16.00% / 100,000
37
- - Jamie 15.16% / 75,81312.13% / 75,813
38
- - BackleyBlack 8.75% / 43,7497.00% / 43,749
39
- - Stewart Smalley 6.29% / 31,438 → 5.03% / 31,438
40
- - Founders subtotal 500,000 / 80.00%
41
- - New investors (Round 1) 125,000 / 20.00%
42
- - Total post-closing 625,000 / 100.00%
33
+ Worked example (illustrative pre-investment 1,000,000 shares, dilution 20%):
34
+ - Founder A 30.00% / 300,00024.00% / 300,000 (no change in shares; dilution is via issuance of new shares)
35
+ - Founder B 30.00% / 300,00024.00% / 300,000
36
+ - Founder C 20.00% / 200,000 → 16.00% / 200,000
37
+ - Founder D 12.00% / 120,0009.60% / 120,000
38
+ - Founder E 8.00% / 80,0006.40% / 80,000
39
+ - Founders subtotal 1,000,000 / 80.00%
40
+ - New investors (Round 1) 250,000 / 20.00%
41
+ - Total post-closing 1,250,000 / 100.00%
43
42
 
44
- Issue price = pre-money / pre-investment shares = £1,400,000 / 500,000 = **£2.80 per Round Share** (£0.001 nominal + £2.799 share premium in the reference project where nominal was £0.001; or £0.01 nominal + £2.79 premium if the term sheet sets nominal at £0.01).
43
+ Issue price = pre-money / pre-investment shares = £2,000,000 / 1,000,000 = **£2.00 per Round Share** (£0.01 nominal + £1.99 share premium; or £0.001 nominal + £1.999 premium if the term sheet sets nominal at £0.001).
45
44
 
46
45
  ## Doctrine
47
46
 
48
47
  - **Issuer name is the IN01-filed legal entity.** Stale term sheets that reference a marketing or trading entity instead of the filed company are defects. The Companies House number on every page header should match the IN01.
49
- - **Founder list reads exactly as the cap table.** Six holders on the cap table = six in the founder list. No phantom founders. Strategic shareholders (e.g. an investing LLP) ride in by entity name, not by their constituent individuals.
48
+ - **Founder list reads exactly as the cap table.** Every holder on the cap table appears in the founder list. No phantom founders. Strategic shareholders (e.g. an investing LLP) ride in by entity name, not by their constituent individuals.
50
49
  - **Sole director on IN01 is the director-designate on the term sheet's signature page.** A term sheet that names two directors when IN01 named one needs reconciling before issue.
51
50
  - **SEIS/EIS posture is post-funding obligation, never closing contingency.** Never assured prior to distribution; no representation as to qualifying status. Forms no part of consideration.
52
51
  - **Confidentiality + exclusivity bind; everything else is non-binding** until subscription & shareholders' agreement.
@@ -82,7 +81,7 @@ Same `render-pdf.mjs` pattern as the business plan; viewport 794×1123 (A4 portr
82
81
  |---|---|
83
82
  | Issuer name mismatch (marketing vs filed) | Use the IN01 legal name verbatim on every page header |
84
83
  | Founder list includes individuals also represented by an LLP holding | Use the LLP holding only; do not double-count |
85
- | Issue price stated without showing the calculation | `£2.80 = £1.4m ÷ 500,000 pre-shares` in the issue-price row |
84
+ | Issue price stated without showing the calculation | `£2.00 = £2m ÷ 1,000,000 pre-shares` in the issue-price row |
86
85
  | Cap-table % rounding doesn't sum to 100% | Compute % as `shares / total` and verify the sum; never hand-enter % rows |
87
86
  | SEIS/EIS implied as confirmed | "Pursuing SEIS/EIS Advance Assurance from HMRC is a post-funding obligation … not a closing contingency … no representation as to qualifying status" |
88
87
  | Director-designate doesn't match IN01 | Read the IN01 PDF; the proposed director on IN01 is the director-designate |