@nexusclawhq/cli 0.3.56 → 0.3.58

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 (104) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +16 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +34 -0
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/effective-agent-manifest.d.ts +103 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/effective-agent-manifest.js +128 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/effective-agent-manifest.js.map +1 -0
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.d.ts +1 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js +6 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +2 -0
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.d.ts +1 -0
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +13 -2
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -0
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -0
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
  19. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +92 -0
  20. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +92 -7
  21. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +184 -0
  23. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +92 -0
  24. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +95 -10
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  26. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/starter-scenario.d.ts +30 -0
  27. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/starter-scenario.js +103 -0
  28. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/starter-scenario.js.map +1 -0
  29. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/trial-contact.d.ts +9 -0
  30. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/trial-contact.js +33 -0
  31. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/trial-contact.js.map +1 -0
  32. package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +4 -0
  33. package/dist/nexus-cli/src/cli.js +0 -0
  34. package/dist/nexus-cli/src/cli.test.js +5 -3
  35. package/dist/nexus-cli/src/cli.test.js.map +1 -1
  36. package/dist/nexus-cli/src/commands/ai/help.test.js +4 -4
  37. package/dist/nexus-cli/src/commands/commands.test.js +2 -2
  38. package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
  39. package/dist/nexus-cli/src/commands/employee/candidate.js +13 -1
  40. package/dist/nexus-cli/src/commands/employee/candidate.js.map +1 -1
  41. package/dist/nexus-cli/src/commands/employee/candidate.test.js +79 -0
  42. package/dist/nexus-cli/src/commands/employee/candidate.test.js.map +1 -1
  43. package/dist/nexus-cli/src/commands/generate/project.js +32 -0
  44. package/dist/nexus-cli/src/commands/generate/project.js.map +1 -1
  45. package/dist/nexus-cli/src/commands/generate/project.test.js +25 -0
  46. package/dist/nexus-cli/src/commands/generate/project.test.js.map +1 -1
  47. package/dist/nexus-cli/src/commands/workforce/cognition.js +14 -0
  48. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
  49. package/dist/nexus-cli/src/commands/workforce/observe.js +11 -0
  50. package/dist/nexus-cli/src/commands/workforce/observe.js.map +1 -1
  51. package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +5 -5
  52. package/dist/nexus-cli/src/contracts/command-contract.registry.js +12 -0
  53. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  54. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  55. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  56. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +4 -4
  57. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  58. package/dist/nexus-cli/src/contracts/workforce-contracts.js +3 -0
  59. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
  60. package/dist/nexus-cli/src/services/api-client.d.ts +12 -0
  61. package/dist/nexus-cli/src/services/api-client.js +9 -0
  62. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  63. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  64. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  65. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +13 -0
  66. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +23 -0
  67. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
  68. package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +4 -0
  69. package/dist/nexus-cli/src/services/workforce-observe-remote.js +10 -0
  70. package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -1
  71. package/dist/nexus-cli/src/services/workforce-remote-operations.d.ts +11 -0
  72. package/dist/nexus-cli/src/services/workforce-remote-operations.js +8 -0
  73. package/dist/nexus-cli/src/services/workforce-remote-operations.js.map +1 -1
  74. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  75. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  76. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  77. package/dist/nexus-cli/src/services/workspace-contract.js +15 -10
  78. package/dist/nexus-cli/src/services/workspace-contract.js.map +1 -1
  79. package/dist/nexus-cli/src/services/workspace-contract.test.js +16 -0
  80. package/dist/nexus-cli/src/services/workspace-contract.test.js.map +1 -1
  81. package/dist/nexus-cli/src/templates/project/templates/base-crm/nexus-project.json.tpl +2 -1
  82. package/dist/nexus-cli/src/templates/project/templates/base-crm/nexus-project.yaml.tpl +1 -0
  83. package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/nexus-project.json.tpl +2 -1
  84. package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/nexus-project.yaml.tpl +1 -0
  85. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-project.json.tpl +2 -1
  86. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-project.yaml.tpl +1 -0
  87. package/dist/nexus-cli/src/templates/project/templates/empty/nexus-project.json.tpl +2 -1
  88. package/dist/nexus-cli/src/templates/project/templates/empty/nexus-project.yaml.tpl +1 -0
  89. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/README.md.tpl +8 -1
  90. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/nexus-project.json.tpl +2 -1
  91. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/nexus-project.yaml.tpl +1 -0
  92. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/scripts/init-bundle.mjs +0 -1
  93. package/dist/nexus-cli/src/templates/project/templates/industry-education/nexus-project.json.tpl +2 -1
  94. package/dist/nexus-cli/src/templates/project/templates/industry-education/nexus-project.yaml.tpl +1 -0
  95. package/dist/nexus-cli/src/templates/project/templates/industry-finance/nexus-project.json.tpl +2 -1
  96. package/dist/nexus-cli/src/templates/project/templates/industry-finance/nexus-project.yaml.tpl +1 -0
  97. package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/nexus-project.json.tpl +2 -1
  98. package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/nexus-project.yaml.tpl +1 -0
  99. package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/nexus-project.json.tpl +2 -1
  100. package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/nexus-project.yaml.tpl +1 -0
  101. package/dist/nexus-cli/src/templates/project/templates/industry-retail/nexus-project.json.tpl +2 -1
  102. package/dist/nexus-cli/src/templates/project/templates/industry-retail/nexus-project.yaml.tpl +1 -0
  103. package/dist/tsconfig.tsbuildinfo +1 -1
  104. package/package.json +2 -2
@@ -6713,6 +6713,9 @@ declare const _default: {
6713
6713
  tierLabel: string;
6714
6714
  temperatureLabel: string;
6715
6715
  maxTokensLabel: string;
6716
+ executionBudgetLabel: string;
6717
+ stepBudgetLabel: string;
6718
+ budgetHint: string;
6716
6719
  responseFormatText: string;
6717
6720
  tier1: string;
6718
6721
  tier2: string;
@@ -6983,6 +6986,7 @@ declare const _default: {
6983
6986
  legacyMigrationTitle: string;
6984
6987
  legacyMigrationDesc: string;
6985
6988
  legacyTrustTitle: string;
6989
+ legacyTrustUnverified: string;
6986
6990
  };
6987
6991
  cognitiveForm: {
6988
6992
  candidateOnlyTitle: string;
@@ -7058,16 +7062,44 @@ declare const _default: {
7058
7062
  a3LockedDesc: string;
7059
7063
  a3LockedBadge: string;
7060
7064
  contextPolicyReadonlyTitle: string;
7065
+ totalInputTokenBudgetLabel: string;
7066
+ minimumMemoryTrustLabel: string;
7067
+ maximumLegacyMemoryTokensLabel: string;
7068
+ contextConflictPolicyLabel: string;
7069
+ tokenizerPolicyVersionLabel: string;
7070
+ sourceBudgetsLabel: string;
7071
+ contextConflictPolicy: {
7072
+ live_state_wins_and_record: string;
7073
+ exclude_and_review: string;
7074
+ };
7075
+ sourceBudget: {
7076
+ worldState: string;
7077
+ publishedKnowledgeAndSop: string;
7078
+ controlledMemory: string;
7079
+ verifiedExemplars: string;
7080
+ };
7061
7081
  memoryPolicyTitle: string;
7062
7082
  memoryEnabledLabel: string;
7063
7083
  activationModeLabel: string;
7084
+ activationMode: {
7085
+ human_review: string;
7086
+ narrow_policy_approval: string;
7087
+ };
7064
7088
  allowedCategoriesLabel: string;
7089
+ memoryCategory: {
7090
+ customer_fact: string;
7091
+ customer_preference: string;
7092
+ commitment: string;
7093
+ risk_signal: string;
7094
+ episodic_summary: string;
7095
+ };
7065
7096
  requireFinalEvaluationLabel: string;
7066
7097
  defaultTtlDaysLabel: string;
7067
7098
  maximumTtlDaysLabel: string;
7068
7099
  allowLegacyReadThroughLabel: string;
7069
7100
  restrictedSensitivityLabel: string;
7070
7101
  restrictedSensitivityTip: string;
7102
+ restrictedSensitivityFixedValue: string;
7071
7103
  };
7072
7104
  builderSectionRail: string;
7073
7105
  builderSelectTopic: string;
@@ -12731,6 +12763,29 @@ declare const _default: {
12731
12763
  };
12732
12764
  trialConsoleUi: {
12733
12765
  demoAccess: {
12766
+ customerTrial: {
12767
+ activation: {
12768
+ QUEUED: string;
12769
+ RETRYING: string;
12770
+ SENT: string;
12771
+ FAILED: string;
12772
+ ACTIVATED: string;
12773
+ UNKNOWN: string;
12774
+ };
12775
+ baselineNotice: string;
12776
+ result: string;
12777
+ pending: string;
12778
+ plan: string;
12779
+ seats: string;
12780
+ days: string;
12781
+ approvalNotice: string;
12782
+ activationNotice: string;
12783
+ expires: string;
12784
+ };
12785
+ tabs: {
12786
+ requests: string;
12787
+ resources: string;
12788
+ };
12734
12789
  page: {
12735
12790
  title: string;
12736
12791
  subtitle: string;
@@ -12835,6 +12890,15 @@ declare const _default: {
12835
12890
  decisionReasonLabel: string;
12836
12891
  };
12837
12892
  options: {
12893
+ accessPublic: string;
12894
+ accessPrivate: string;
12895
+ accessInternal: string;
12896
+ routePublicDemo: string;
12897
+ routePrivateDemo: string;
12898
+ routeMaterialOnly: string;
12899
+ invitationMagicLink: string;
12900
+ invitationOtp: string;
12901
+ poolPrivatePresales: string;
12838
12902
  poolPublicDemo: string;
12839
12903
  poolInternal: string;
12840
12904
  unknownPool: string;
@@ -21022,6 +21086,21 @@ declare const _default: {
21022
21086
  };
21023
21087
  };
21024
21088
  tryForFree: {
21089
+ usernameCheck: string;
21090
+ usernameAvailable: string;
21091
+ usernameCheckFailed: string;
21092
+ phoneRequired: string;
21093
+ phoneInvalid: string;
21094
+ phoneHint: string;
21095
+ phoneCountryLabel: string;
21096
+ phoneNationalPlaceholder: string;
21097
+ jobTitleRequired: string;
21098
+ usernameLabel: string;
21099
+ usernameHint: string;
21100
+ usernameInvalid: string;
21101
+ usernameTaken: string;
21102
+ usernameApprovalConflict: string;
21103
+ usernameApprovalInvalid: string;
21025
21104
  submitSucceeded: string;
21026
21105
  submitFailed: string;
21027
21106
  subtitle: string;
@@ -21038,10 +21117,23 @@ declare const _default: {
21038
21117
  jobTitleLabel: string;
21039
21118
  companyTypeLabel: string;
21040
21119
  industryLabel: string;
21120
+ industryReadyGroup: string;
21121
+ industryGeneralGroup: string;
21041
21122
  industryEnterprise: string;
21042
21123
  industryEducation: string;
21043
21124
  industryLifeSciences: string;
21044
21125
  industryRetail: string;
21126
+ industryManufacturing: string;
21127
+ industryFinancialServices: string;
21128
+ industryHealthcare: string;
21129
+ industryTechnology: string;
21130
+ industryProfessionalServices: string;
21131
+ industryLogistics: string;
21132
+ industryRealEstateConstruction: string;
21133
+ industryEnergy: string;
21134
+ industryGovernmentPublicSector: string;
21135
+ industryMediaEntertainment: string;
21136
+ industryOtherOrUnsure: string;
21045
21137
  scenarioLabel: string;
21046
21138
  scenarioPlaceholder: string;
21047
21139
  submit: string;
@@ -6732,7 +6732,10 @@ const messages = {
6732
6732
  providerPlaceholder: "Provider identifier",
6733
6733
  tierLabel: "Model Tier",
6734
6734
  temperatureLabel: "Temperature ({value})",
6735
- maxTokensLabel: "Max Tokens",
6735
+ maxTokensLabel: "Output tokens per call",
6736
+ executionBudgetLabel: "Execution budget (input + output tokens)",
6737
+ stepBudgetLabel: "Step budget (input + output tokens)",
6738
+ budgetHint: "Saved resource budgets apply to subsequent executions without publishing employee behavior. The effective step budget cannot exceed the execution budget; Smart Cap and provider limits still apply.",
6736
6739
  responseFormatText: "Text",
6737
6740
  tier1: "Tier 1 (Economy)",
6738
6741
  tier2: "Tier 2 (Standard)",
@@ -7003,6 +7006,7 @@ const messages = {
7003
7006
  legacyMigrationTitle: "Legacy Memory Migration Status",
7004
7007
  legacyMigrationDesc: "LegacyMigrationStatusV1 is provided by the backend migration projection and is not inferred on the frontend.",
7005
7008
  legacyTrustTitle: "Legacy Data Trust",
7009
+ legacyTrustUnverified: "Unverified (migration compatibility data only)",
7006
7010
  },
7007
7011
  cognitiveForm: {
7008
7012
  candidateOnlyTitle: "Updates candidate only",
@@ -7078,16 +7082,44 @@ const messages = {
7078
7082
  a3LockedDesc: "A3_bounded_execute belongs to P0+ and may only open after the Phase 12 release gate and candidate evaluation pass; currently read-only.",
7079
7083
  a3LockedBadge: "P0+ gate locked",
7080
7084
  contextPolicyReadonlyTitle: "Context policy (read-only)",
7085
+ totalInputTokenBudgetLabel: "Total input token budget",
7086
+ minimumMemoryTrustLabel: "Minimum memory trust",
7087
+ maximumLegacyMemoryTokensLabel: "Maximum legacy memory tokens",
7088
+ contextConflictPolicyLabel: "Context conflict policy",
7089
+ tokenizerPolicyVersionLabel: "Tokenizer policy version",
7090
+ sourceBudgetsLabel: "Source token budgets",
7091
+ contextConflictPolicy: {
7092
+ live_state_wins_and_record: "Live state wins; record the conflict",
7093
+ exclude_and_review: "Exclude conflicting content for review",
7094
+ },
7095
+ sourceBudget: {
7096
+ worldState: "Live business state",
7097
+ publishedKnowledgeAndSop: "Published knowledge & SOPs",
7098
+ controlledMemory: "Controlled memory",
7099
+ verifiedExemplars: "Verified exemplars",
7100
+ },
7081
7101
  memoryPolicyTitle: "Memory policy",
7082
7102
  memoryEnabledLabel: "Enable controlled memory",
7083
7103
  activationModeLabel: "Activation mode",
7104
+ activationMode: {
7105
+ human_review: "Activate after human review",
7106
+ narrow_policy_approval: "Auto-approve under narrow policy",
7107
+ },
7084
7108
  allowedCategoriesLabel: "Allowed categories",
7109
+ memoryCategory: {
7110
+ customer_fact: "Customer fact",
7111
+ customer_preference: "Customer preference",
7112
+ commitment: "Commitment",
7113
+ risk_signal: "Risk signal",
7114
+ episodic_summary: "Episodic summary",
7115
+ },
7085
7116
  requireFinalEvaluationLabel: "Require final evaluation",
7086
7117
  defaultTtlDaysLabel: "Default TTL (days)",
7087
7118
  maximumTtlDaysLabel: "Maximum TTL (days)",
7088
7119
  allowLegacyReadThroughLabel: "Allow legacy read-through",
7089
7120
  restrictedSensitivityLabel: "Restricted sensitivity forces human",
7090
- restrictedSensitivityTip: "restrictedSensitivityRequiresHuman is a fixed constant true and is not editable.",
7121
+ restrictedSensitivityTip: "Restricted-sensitivity memories always require human review; this rule is not editable.",
7122
+ restrictedSensitivityFixedValue: "Fixed: human review required",
7091
7123
  },
7092
7124
  builderSectionRail: "AI employee internal navigation",
7093
7125
  builderSelectTopic: "Select a topic",
@@ -12762,9 +12794,25 @@ const messages = {
12762
12794
  },
12763
12795
  trialConsoleUi: {
12764
12796
  demoAccess: {
12797
+ customerTrial: {
12798
+ activation: { QUEUED: "Activation email queued", RETRYING: "Email delivery retrying", SENT: "Activation email sent", FAILED: "Activation email failed", ACTIVATED: "Account activated", UNKNOWN: "Activation status unknown" },
12799
+ baselineNotice: "Workspace created; baseline initialization runs in the background.",
12800
+ result: "Trial provisioning",
12801
+ pending: "Awaiting approval",
12802
+ plan: "Trial plan",
12803
+ seats: "Trial seats",
12804
+ days: "Trial days",
12805
+ approvalNotice: "Approval creates an isolated customer workspace and administrator, applies plan quotas, and requests an account activation email.",
12806
+ activationNotice: "Activation email requested. The customer sets a password through the email. Check account notification records for delivery results.",
12807
+ expires: "Expires: {date}",
12808
+ },
12809
+ tabs: {
12810
+ requests: "Requests",
12811
+ resources: "Environment resources",
12812
+ },
12765
12813
  page: {
12766
12814
  title: "Demo Access",
12767
- subtitle: "Controlled demo provisioning console: request queue, approval decisions, environment pools, and assignment actions are all consolidated on one page.",
12815
+ subtitle: "Approve customer trials and provision isolated workspaces. Manage demo pools separately under Environment resources.",
12768
12816
  refresh: "Refresh",
12769
12817
  loadError: "Failed to load Demo Access data",
12770
12818
  },
@@ -12775,9 +12823,9 @@ const messages = {
12775
12823
  invitations: "Invitations",
12776
12824
  },
12777
12825
  queue: {
12778
- title: "Demo Request Queue",
12779
- description: "Only the minimal manual flow is supported for now: once the review decision is recorded, proceed to environment assignment.",
12780
- empty: "No pending demo requests",
12826
+ title: "Customer trial applications",
12827
+ description: "Approval creates an isolated customer workspace, trial subscription and administrator, and requests an activation email.",
12828
+ empty: "No pending trial applications",
12781
12829
  },
12782
12830
  poolCard: {
12783
12831
  title: "Environment Pools",
@@ -12856,7 +12904,7 @@ const messages = {
12856
12904
  nextExecution: "Next Run",
12857
12905
  },
12858
12906
  reviewModal: {
12859
- title: "Review Demo Request",
12907
+ title: "Review customer trial",
12860
12908
  decisionLabel: "Decision",
12861
12909
  decisionApprove: "Approve",
12862
12910
  decisionReject: "Reject",
@@ -12866,6 +12914,15 @@ const messages = {
12866
12914
  decisionReasonLabel: "Review Notes",
12867
12915
  },
12868
12916
  options: {
12917
+ accessPublic: "Public",
12918
+ accessPrivate: "Private",
12919
+ accessInternal: "Internal",
12920
+ routePublicDemo: "Public demo",
12921
+ routePrivateDemo: "Private demo",
12922
+ routeMaterialOnly: "Materials only",
12923
+ invitationMagicLink: "Magic link",
12924
+ invitationOtp: "One-time passcode",
12925
+ poolPrivatePresales: "Private presales pool",
12869
12926
  poolPublicDemo: "Public Demo Pool",
12870
12927
  poolInternal: "Internal Pool",
12871
12928
  unknownPool: "Unknown Pool",
@@ -21068,6 +21125,21 @@ const messages = {
21068
21125
  },
21069
21126
  },
21070
21127
  tryForFree: {
21128
+ usernameCheck: "Check availability",
21129
+ usernameAvailable: "This username is currently available. It is not reserved and will be checked again at submission and provisioning.",
21130
+ usernameCheckFailed: "Unable to check the username right now. Please try again.",
21131
+ phoneRequired: "Enter your mobile number",
21132
+ phoneInvalid: "Enter a valid mobile number for the selected country or region, without a country calling code or extension",
21133
+ phoneHint: "Select your country or region, then enter your mobile number without its international calling code.",
21134
+ phoneCountryLabel: "Country/region calling code",
21135
+ phoneNationalPlaceholder: "Mobile number",
21136
+ jobTitleRequired: "Enter your job title (1–120 characters, not blank)",
21137
+ usernameLabel: "Login username",
21138
+ usernameHint: "Defaults to your work email and can be changed. Use an available email-format username. Mail still goes to your work email.",
21139
+ usernameInvalid: "Enter an email-format username (3–80 characters: letters, numbers, dots, underscores, @ and hyphens; start with a letter or number).",
21140
+ usernameTaken: "This login username is taken. Choose another username; you can keep the same work email.",
21141
+ usernameApprovalConflict: "The requested username is taken. Ask the customer to resubmit with another username. No workspace was provisioned.",
21142
+ usernameApprovalInvalid: "A valid customer-confirmed username is missing. Ask the customer to resubmit. No workspace was provisioned.",
21071
21143
  submitSucceeded: "Trial request submitted",
21072
21144
  submitFailed: "Failed to submit the trial request. Please try again later.",
21073
21145
  subtitle: "After you submit a trial request, a product consultant will contact you and provision a suitable demo environment.",
@@ -21084,10 +21156,23 @@ const messages = {
21084
21156
  jobTitleLabel: "Job Title",
21085
21157
  companyTypeLabel: "Team Size",
21086
21158
  industryLabel: "Industry of Interest",
21159
+ industryReadyGroup: "Available industry templates",
21160
+ industryGeneralGroup: "Other industries (matched by a consultant)",
21087
21161
  industryEnterprise: "Enterprise Services",
21088
21162
  industryEducation: "Education",
21089
21163
  industryLifeSciences: "Life Sciences",
21090
21164
  industryRetail: "Retail / Channels / Delivery",
21165
+ industryManufacturing: "Manufacturing",
21166
+ industryFinancialServices: "Financial Services / Insurance",
21167
+ industryHealthcare: "Healthcare",
21168
+ industryTechnology: "Technology / Software",
21169
+ industryProfessionalServices: "Professional Services",
21170
+ industryLogistics: "Logistics & Supply Chain",
21171
+ industryRealEstateConstruction: "Real Estate / Construction",
21172
+ industryEnergy: "Energy",
21173
+ industryGovernmentPublicSector: "Government / Public Sector",
21174
+ industryMediaEntertainment: "Media & Entertainment",
21175
+ industryOtherOrUnsure: "Other / Not sure yet",
21091
21176
  scenarioLabel: "What would you like to explore first?",
21092
21177
  scenarioPlaceholder: "For example: lead management, customer service, AI automation, reporting dashboards, permissions, or approvals",
21093
21178
  submit: "Submit Trial Request",