@rubytech/create-maxy 1.0.790 → 1.0.792

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.
@@ -5,12 +5,12 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Graph — Maxy</title>
7
7
  <link rel="icon" href="/favicon.ico">
8
- <script type="module" crossorigin src="/assets/graph-BhSYbaTI.js"></script>
8
+ <script type="module" crossorigin src="/assets/graph-CT4W30GR.js"></script>
9
9
  <link rel="modulepreload" crossorigin href="/assets/chunk-DD-I1_y5.js">
10
10
  <link rel="modulepreload" crossorigin href="/assets/jsx-runtime-Br2bU3EJ.js">
11
11
  <link rel="modulepreload" crossorigin href="/assets/Checkbox-DHsoNPeM.js">
12
12
  <link rel="modulepreload" crossorigin href="/assets/share-2-0IDKUUq9.js">
13
- <link rel="modulepreload" crossorigin href="/assets/page-BfoTzpOo.js">
13
+ <link rel="modulepreload" crossorigin href="/assets/page-Cs2i--Z2.js">
14
14
  <link rel="stylesheet" crossorigin href="/assets/jsx-runtime-lOmSwjvd.css">
15
15
  </head>
16
16
  <body>
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Maxy</title>
7
7
  <link rel="icon" href="/favicon.ico">
8
- <script type="module" crossorigin src="/assets/admin-m3x5VYlZ.js"></script>
8
+ <script type="module" crossorigin src="/assets/admin-CBDpia8P.js"></script>
9
9
  <link rel="modulepreload" crossorigin href="/assets/chunk-DD-I1_y5.js">
10
10
  <link rel="modulepreload" crossorigin href="/assets/jsx-runtime-Br2bU3EJ.js">
11
11
  <link rel="modulepreload" crossorigin href="/assets/preload-helper-qlgyTAkD.js">
@@ -13,7 +13,7 @@
13
13
  <link rel="modulepreload" crossorigin href="/assets/useVoiceRecorder-B1S_t3Hq.js">
14
14
  <link rel="modulepreload" crossorigin href="/assets/share-2-0IDKUUq9.js">
15
15
  <link rel="modulepreload" crossorigin href="/assets/page-DU8F3OGU.js">
16
- <link rel="modulepreload" crossorigin href="/assets/page-BfoTzpOo.js">
16
+ <link rel="modulepreload" crossorigin href="/assets/page-Cs2i--Z2.js">
17
17
  <link rel="stylesheet" crossorigin href="/assets/jsx-runtime-lOmSwjvd.css">
18
18
  <link rel="stylesheet" crossorigin href="/assets/admin-CWMpccrR.css">
19
19
  <link rel="stylesheet" href="/brand-defaults.css">
@@ -49,7 +49,7 @@ import {
49
49
  vncLog,
50
50
  waitForExit,
51
51
  writeChromiumWrapper
52
- } from "./chunk-FEEKJZOY.js";
52
+ } from "./chunk-H5F4S42X.js";
53
53
  import {
54
54
  ACCOUNTS_DIR,
55
55
  GREETING_DIRECTIVE,
@@ -10773,84 +10773,78 @@ import neo4j2 from "neo4j-driver";
10773
10773
 
10774
10774
  // app/lib/graph-labels.ts
10775
10775
  var GRAPH_LABEL_COLOURS = {
10776
- // Business identity
10777
- LocalBusiness: "#2E5090",
10778
- Service: "#3A6BB0",
10779
- PriceSpecification: "#5B8DD0",
10780
- OpeningHoursSpecification: "#7AAFE8",
10776
+ // Business identity — slate-blue family
10777
+ LocalBusiness: "#4F6B8A",
10778
+ Service: "#6B85A0",
10779
+ PriceSpecification: "#8AA0B8",
10780
+ OpeningHoursSpecification: "#A8BACE",
10781
10781
  // External business entity — schema:Organization, written by memory-write
10782
10782
  // as the Supplier label (per platform/plugins/memory/references/schema-base.md).
10783
- // Registry reconciled same shape as Task 626's ReviewAlert fix: label-in-graph
10784
- // advertised it, default-mode 400'd it, registration closes the drift.
10785
- Organization: "#A16207",
10786
- // People
10787
- Person: "#C2410C",
10788
- UserProfile: "#EA580C",
10789
- Preference: "#F97316",
10790
- AdminUser: "#9A3412",
10791
- AccessGrant: "#7C2D12",
10792
- // Knowledge
10793
- KnowledgeDocument: "#16A34A",
10794
- Section: "#22C55E",
10795
- Chunk: "#4ADE80",
10796
- DigitalDocument: "#15803D",
10797
- CreativeWork: "#86EFAC",
10798
- Question: "#A7F3D0",
10799
- FAQPage: "#34D399",
10800
- DefinedTerm: "#10B981",
10801
- Review: "#059669",
10802
- ImageObject: "#6EE7B7",
10803
- // Conversational
10783
+ // Warm tobacco distinct hue from internal-business slates so external
10784
+ // entities are scannable at a glance.
10785
+ Organization: "#8A6B47",
10786
+ // People — terracotta family (warm, human)
10787
+ Person: "#B86E4A",
10788
+ UserProfile: "#D08960",
10789
+ Preference: "#DFA67A",
10790
+ AdminUser: "#8C5230",
10791
+ AccessGrant: "#66381F",
10792
+ // Knowledge — moss family (organic)
10793
+ KnowledgeDocument: "#6E8A5A",
10794
+ Section: "#8AA876",
10795
+ Chunk: "#A6C194",
10796
+ DigitalDocument: "#5A7548",
10797
+ CreativeWork: "#B5C9A2",
10798
+ Question: "#C7D6B5",
10799
+ FAQPage: "#95B385",
10800
+ DefinedTerm: "#76906A",
10801
+ Review: "#3F5A2E",
10802
+ ImageObject: "#A0BB8C",
10803
+ // Conversational — muted plum/lavender family
10804
10804
  //
10805
- // Task 649 palette the four sublabelled conversation/message labels
10806
- // (AdminConversation, PublicConversation, UserMessage, AssistantMessage)
10807
- // are assigned four pairwise-distinguishable hues: indigo / purple /
10808
- // orange / yellow. The Task 633 violet-shade split (darker for admin,
10809
- // lighter for public) was indistinguishable on canvas and in the legend;
10810
- // hue-shift replaces lightness-shift.
10811
- //
10812
- // Constraints honoured:
10813
- // - Pairwise distinct among the four in-family labels.
10814
- // - UserMessage=#F97316 reserved (Person/Preference orange cue)
10815
- // the other three are non-orange.
10816
- // - No collision with Task/Project/Event pinks (#DB2777/#BE185D/#EC4899),
10817
- // Knowledge greens, Workflow cyans, LocalBusiness blues.
10818
- // - Conversation base (#7C3AED) kept as pre-backfill fallback for
10819
- // nodes that pre-date the AdminConversation/PublicConversation split.
10820
- // - Message base reassigned away from old #A78BFA to avoid near-
10821
- // collision with the new PublicConversation=#A855F7; slate signals
10822
- // "legacy/system/tool" — nodes carrying only :Message without a
10823
- // role-sublabel.
10824
- // - Out of family (intentionally not touched): OnboardingState=#8B5CF6
10825
- // sits in the violet neighbourhood; palette reassignment outside
10826
- // the conversation/message family is out of scope for Task 649.
10827
- Conversation: "#7C3AED",
10828
- AdminConversation: "#4338CA",
10829
- PublicConversation: "#A855F7",
10830
- Message: "#64748B",
10831
- UserMessage: "#F97316",
10832
- AssistantMessage: "#FACC15",
10833
- ToolCall: "#C4B5FD",
10834
- // Tasks / projects / events
10835
- Task: "#DB2777",
10836
- Project: "#BE185D",
10837
- Event: "#EC4899",
10838
- // Workflows
10839
- Workflow: "#0891B2",
10840
- WorkflowStep: "#06B6D4",
10841
- WorkflowRun: "#22D3EE",
10842
- StepResult: "#67E8F9",
10843
- // Onboarding
10844
- OnboardingState: "#8B5CF6",
10845
- // Email
10846
- Email: "#65A30D",
10847
- EmailAccount: "#84CC16",
10805
+ // Pairwise-distinctness invariants (carried forward from the Task 649
10806
+ // palette):
10807
+ // - Four sublabelled conversation/message labels (AdminConversation,
10808
+ // PublicConversation, UserMessage, AssistantMessage) are pairwise
10809
+ // distinct on canvas.
10810
+ // - UserMessage matches Preference (Person/family cue: a user-authored
10811
+ // message inherits the person family colour). This is the one
10812
+ // intentional duplicate in the registry — see the
10813
+ // `INTENTIONAL_DUPLICATES` set in `graph-labels.test.ts`.
10814
+ // - Conversation base distinct from both AdminConversation and
10815
+ // PublicConversation so pre-backfill fallback nodes don't
10816
+ // visually collide with the sublabelled split.
10817
+ // - Message base distinct from PublicConversation (the pre-Task-649
10818
+ // `#A78BFA` collision class).
10819
+ Conversation: "#6B5A85",
10820
+ AdminConversation: "#4F4070",
10821
+ PublicConversation: "#8A75A8",
10822
+ Message: "#6B7280",
10823
+ UserMessage: "#DFA67A",
10824
+ AssistantMessage: "#C9A876",
10825
+ ToolCall: "#B5ABCB",
10826
+ // Tasks / projects / events dusty rose family
10827
+ Task: "#B0617A",
10828
+ Project: "#8E4A60",
10829
+ Event: "#C68095",
10830
+ // Workflows — muted teal
10831
+ Workflow: "#3A6F77",
10832
+ WorkflowStep: "#5A8E96",
10833
+ WorkflowRun: "#7AAAB2",
10834
+ StepResult: "#9CC4CB",
10835
+ // Onboarding — muted violet (sits between conversation plum and
10836
+ // workflow teal but shares neither hue)
10837
+ OnboardingState: "#7A5A8A",
10838
+ // Email — muted moss (hue-adjacent to Knowledge but lower-saturation
10839
+ // and warmer; never co-rendered with KnowledgeDocument so visual
10840
+ // confusion doesn't apply, but kept distinguishable for the legend)
10841
+ Email: "#6F7F4A",
10842
+ EmailAccount: "#91A063",
10848
10843
  // Review signals (Task 626 — previously written by review-detector but
10849
10844
  // unregistered here, producing an `unknown label` 400 whenever the
10850
- // filter popover advertised the label. Registry reconciled so every
10851
- // label written anywhere in the codebase has a colour + a 200 from
10852
- // graph-subgraph default mode).
10853
- ReviewAlert: "#DC2626"
10845
+ // filter popover advertised the label. Muted brick still reads as
10846
+ // alert against the cream background but doesn't shout fire-engine red.)
10847
+ ReviewAlert: "#A85C5C"
10854
10848
  };
10855
10849
  var ALL_GRAPH_LABELS = Object.freeze(
10856
10850
  Object.keys(GRAPH_LABEL_COLOURS)