@askexenow/exe-os 0.9.297 → 0.9.299
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/deploy/compose/.env.customer.example +6 -1
- package/deploy/compose/.env.example +6 -1
- package/deploy/compose/docker-compose.yml +24 -5
- package/deploy/compose/generate-env.ts +20 -2
- package/deploy/compose/setup.sh +10 -1
- package/deploy/stack-manifests/v0.9.json +7 -7
- package/dist/active-agent-3JXJQ2GZ.js +27 -0
- package/dist/active-agent-XK54VI3S.js +28 -0
- package/dist/agentic-ontology-BPJOT2H2.js +25 -0
- package/dist/backfill-metadata-OTLLYTX4.js +600 -0
- package/dist/behaviors-BGEUHF7D.js +46 -0
- package/dist/bin/agentic-ontology-backfill.js +5 -5
- package/dist/bin/agentic-reflection-backfill.js +6 -6
- package/dist/bin/agentic-semantic-label.js +5 -5
- package/dist/bin/backfill-conversations.js +4 -4
- package/dist/bin/backfill-responses.js +4 -4
- package/dist/bin/backfill-vectors.js +5 -5
- package/dist/bin/bulk-sync-postgres.js +7 -7
- package/dist/bin/cc-doctor.js +5 -4
- package/dist/bin/cleanup-stale-review-tasks.js +9 -9
- package/dist/bin/cli.js +15 -15
- package/dist/bin/exe-agent-config.js +2 -2
- package/dist/bin/exe-agent.js +13 -13
- package/dist/bin/exe-assign.js +5 -5
- package/dist/bin/exe-boot.js +32 -17
- package/dist/bin/exe-call.js +4 -4
- package/dist/bin/exe-cloud.js +7 -7
- package/dist/bin/exe-dispatch.js +9 -9
- package/dist/bin/exe-doctor.js +2 -2
- package/dist/bin/exe-export-behaviors.js +7 -7
- package/dist/bin/exe-forget.js +6 -6
- package/dist/bin/exe-gateway.js +7 -7
- package/dist/bin/exe-healthcheck.js +5 -4
- package/dist/bin/exe-heartbeat.js +9 -9
- package/dist/bin/exe-kill.js +12 -12
- package/dist/bin/exe-launch-agent.js +25 -16
- package/dist/bin/exe-new-employee.js +6 -6
- package/dist/bin/exe-pending-messages.js +10 -10
- package/dist/bin/exe-pending-notifications.js +9 -9
- package/dist/bin/exe-pending-reviews.js +9 -9
- package/dist/bin/exe-rename.js +4 -4
- package/dist/bin/exe-review.js +11 -11
- package/dist/bin/exe-search.js +5 -5
- package/dist/bin/exe-session-cleanup.js +14 -14
- package/dist/bin/exe-settings.js +8 -8
- package/dist/bin/exe-start-codex.js +11 -11
- package/dist/bin/exe-start-opencode.js +8 -8
- package/dist/bin/exe-status.js +10 -10
- package/dist/bin/exe-team.js +3 -3
- package/dist/bin/git-sweep.js +10 -10
- package/dist/bin/graph-backfill.js +4 -4
- package/dist/bin/graph-export.js +5 -5
- package/dist/bin/import-history.js +7 -7
- package/dist/bin/install-launchd.js +10 -124
- package/dist/bin/install.js +21 -12
- package/dist/bin/intercom-check.js +4 -4
- package/dist/bin/mcp-sessions.js +2 -2
- package/dist/bin/orchestration-metrics.js +4 -4
- package/dist/bin/postgres-agentic-reflection-backfill.js +2 -2
- package/dist/bin/postgres-agentic-semantic-backfill.js +1 -1
- package/dist/bin/scan-tasks.js +9 -9
- package/dist/bin/setup.js +1 -1
- package/dist/bin/shard-migrate.js +4 -4
- package/dist/bin/stack-update.js +27 -3
- package/dist/capability-cards-KR7BOS2H.js +89 -0
- package/dist/capacity-monitor-CQFYTU45.js +51 -0
- package/dist/catchup-brief-HNT2CYJQ.js +175 -0
- package/dist/cc-binary-detect-4B25R3TO.js +15 -0
- package/dist/chunk-2DQIQXHX.js +204 -0
- package/dist/chunk-2DWYR2LJ.js +395 -0
- package/dist/chunk-2MSLUPJA.js +70 -0
- package/dist/chunk-2P5KBHJH.js +362 -0
- package/dist/chunk-2QGG6GG3.js +4388 -0
- package/dist/chunk-2XR6OX3M.js +181 -0
- package/dist/chunk-3REXR56D.js +98 -0
- package/dist/chunk-4FEZF2HJ.js +184 -0
- package/dist/chunk-54PQ35JV.js +244 -0
- package/dist/chunk-5ALR7GCX.js +33 -0
- package/dist/chunk-5GJ5MHC3.js +1094 -0
- package/dist/chunk-5IIJUSVD.js +240 -0
- package/dist/chunk-5XM7CTLK.js +199 -0
- package/dist/chunk-6GQMQJE2.js +331 -0
- package/dist/chunk-7C4K7HSF.js +262 -0
- package/dist/chunk-AAFTYJ5R.js +185 -0
- package/dist/chunk-ANIZN35L.js +284 -0
- package/dist/chunk-AOXVDJ7W.js +150 -0
- package/dist/chunk-AR3HN5SA.js +76 -0
- package/dist/chunk-BFFM7FF4.js +214 -0
- package/dist/chunk-CVJYNRYF.js +50 -0
- package/dist/chunk-CXEY5CE2.js +81 -0
- package/dist/chunk-CY4IRJ2I.js +381 -0
- package/dist/chunk-DBNTPP7Q.js +1079 -0
- package/dist/chunk-DTLYO26W.js +402 -0
- package/dist/chunk-EESPF5VS.js +1350 -0
- package/dist/chunk-EN4D3BCA.js +2135 -0
- package/dist/chunk-EYDBWKYI.js +304 -0
- package/dist/chunk-FCSS3YHS.js +348 -0
- package/dist/chunk-G4VSF4DA.js +630 -0
- package/dist/chunk-GEF6EHCW.js +197 -0
- package/dist/chunk-GXDV35ZN.js +735 -0
- package/dist/chunk-HJWT6TFU.js +97 -0
- package/dist/chunk-HQD3IPZA.js +14597 -0
- package/dist/chunk-I3IW6AAX.js +3342 -0
- package/dist/chunk-I4JYP7CK.js +535 -0
- package/dist/chunk-J2VWNIYC.js +167 -0
- package/dist/chunk-JK5OLEM6.js +227 -0
- package/dist/chunk-JVMP77TZ.js +1186 -0
- package/dist/chunk-KJ5DAVIP.js +122 -0
- package/dist/chunk-KPP2AYJV.js +333 -0
- package/dist/chunk-L2WWAOQF.js +455 -0
- package/dist/chunk-L3STXXCO.js +731 -0
- package/dist/chunk-LMX434DW.js +38 -0
- package/dist/chunk-LP4NNUZN.js +58 -0
- package/dist/chunk-MN7Q23PF.js +157 -0
- package/dist/chunk-O4QLYWMC.js +668 -0
- package/dist/chunk-OP5W524C.js +85 -0
- package/dist/chunk-OQ336FHE.js +836 -0
- package/dist/chunk-P7WAPK6X.js +54 -0
- package/dist/chunk-PLM4JJHE.js +128 -0
- package/dist/chunk-POTMDICN.js +1352 -0
- package/dist/chunk-POZYABJT.js +567 -0
- package/dist/chunk-PQG2IQNN.js +280 -0
- package/dist/chunk-PUGKVPCC.js +210 -0
- package/dist/chunk-QE6AI57N.js +1158 -0
- package/dist/chunk-QNCZDDVW.js +448 -0
- package/dist/chunk-QZIYE2QV.js +456 -0
- package/dist/chunk-RXOHALES.js +345 -0
- package/dist/chunk-SGUSCL3H.js +129 -0
- package/dist/chunk-SWOGQD57.js +85 -0
- package/dist/chunk-SZLIO4SL.js +128 -0
- package/dist/chunk-T2USDSC2.js +221 -0
- package/dist/chunk-UKE7MZVO.js +382 -0
- package/dist/chunk-VSRJPOZD.js +290 -0
- package/dist/chunk-WCQ3Y5LB.js +2162 -0
- package/dist/chunk-WHBT6M3P.js +30 -0
- package/dist/chunk-WR6ANODF.js +57 -0
- package/dist/chunk-X7ADWEZ7.js +171 -0
- package/dist/chunk-Y4QZXMCD.js +123 -0
- package/dist/chunk-Y4WA4CUW.js +377 -0
- package/dist/chunk-YUOUHUAJ.js +127 -0
- package/dist/chunk-YXC3OWWW.js +128 -0
- package/dist/co-activation-EN7HT734.js +74 -0
- package/dist/co-occurrence-TRPHUCSC.js +95 -0
- package/dist/core-memory-TVMGLIJ7.js +110 -0
- package/dist/crdt-sync-WOMERQIS.js +33 -0
- package/dist/crm-webhook-Q5Z74FDJ.js +10 -0
- package/dist/cto-delegation-gate-NEMNMLXB.js +280 -0
- package/dist/daemon-orchestration-RYDUCL24.js +143 -0
- package/dist/db-backup-Z3E3LHZK.js +43 -0
- package/dist/doc-graph-extractor-TSCKGSB5.js +133 -0
- package/dist/dreaming-42LRG6AO.js +34 -0
- package/dist/exe-drift-SJ6OTCQV.js +70 -0
- package/dist/exe-export-SRDDONTU.js +77 -0
- package/dist/exe-import-PWHXRFLN.js +80 -0
- package/dist/exe-key-GH6ITI5C.js +673 -0
- package/dist/exe-snapshot-RVLH5PJZ.js +338 -0
- package/dist/fast-db-init-CM4XPET2.js +7 -0
- package/dist/gateway/index.js +14 -14
- package/dist/git-staleness-7EFCUGT2.js +112 -0
- package/dist/git-task-sweep-6DR24G3Y.js +42 -0
- package/dist/global-procedures-NXLOLU7Y.js +22 -0
- package/dist/graph-auto-extract-5F3PLBCK.js +183 -0
- package/dist/hooks/bug-report-worker.js +11 -11
- package/dist/hooks/codex-stop-task-finalizer.js +11 -11
- package/dist/hooks/commit-complete.js +11 -11
- package/dist/hooks/error-recall.js +10 -7
- package/dist/hooks/exe-heartbeat-hook.js +3 -3
- package/dist/hooks/ingest.js +6 -6
- package/dist/hooks/instructions-loaded.js +4 -4
- package/dist/hooks/manifest.json +19 -19
- package/dist/hooks/notification.js +4 -4
- package/dist/hooks/post-compact.js +10 -10
- package/dist/hooks/post-tool-combined.js +5 -5
- package/dist/hooks/pre-compact.js +11 -11
- package/dist/hooks/pre-tool-use.js +14 -14
- package/dist/hooks/prompt-submit.js +26 -22
- package/dist/hooks/session-end.js +15 -15
- package/dist/hooks/session-start.js +12 -12
- package/dist/hooks/stop.js +14 -14
- package/dist/hooks/subagent-stop.js +10 -10
- package/dist/hooks/summary-worker.js +14 -14
- package/dist/index.js +19 -19
- package/dist/installer-5WBAZKSI.js +344 -0
- package/dist/installer-ENK2QYTC.js +298 -0
- package/dist/installer-TUO7KCRN.js +40 -0
- package/dist/lib/cloud-sync.js +7 -7
- package/dist/lib/consolidation.js +5 -5
- package/dist/lib/database.js +4 -2
- package/dist/lib/db-read-worker-client.js +121 -0
- package/dist/lib/db-read-worker.js +73 -0
- package/dist/lib/db.js +4 -2
- package/dist/lib/employee-templates.js +4 -4
- package/dist/lib/employees.js +2 -2
- package/dist/lib/exe-daemon.js +110 -87
- package/dist/lib/hybrid-search.js +5 -5
- package/dist/lib/identity.js +2 -2
- package/dist/lib/messaging.js +9 -9
- package/dist/lib/reminders.js +3 -3
- package/dist/lib/schedules.js +5 -5
- package/dist/lib/session-registry.js +4 -4
- package/dist/lib/skill-learning.js +6 -6
- package/dist/lib/store.js +4 -4
- package/dist/lib/task-router.js +3 -3
- package/dist/lib/tasks.js +10 -10
- package/dist/lib/tmux-routing.js +8 -8
- package/dist/lib/token-spend.js +3 -3
- package/dist/mcp/register-tools.js +56 -55
- package/dist/mcp/server.js +58 -57
- package/dist/mcp/tools/complete-reminder.js +4 -4
- package/dist/mcp/tools/create-reminder.js +4 -4
- package/dist/mcp/tools/create-task.js +12 -12
- package/dist/mcp/tools/deactivate-behavior.js +7 -7
- package/dist/mcp/tools/list-reminders.js +4 -4
- package/dist/mcp/tools/list-tasks.js +12 -12
- package/dist/mcp/tools/send-message.js +11 -11
- package/dist/mcp/tools/update-task.js +11 -11
- package/dist/mcp-http-config-FA6LWCTD.js +31 -0
- package/dist/memory-cards-4QRWCJ54.js +180 -0
- package/dist/memory-graph-extractor-HCS4XTQK.js +22 -0
- package/dist/memory-poisoning-defense-7I4LY4VL.js +224 -0
- package/dist/memory-reflection-ZSSO6RFR.js +244 -0
- package/dist/notifications-VQJCTOMC.js +47 -0
- package/dist/orchestration-events-UFRQWTRS.js +27 -0
- package/dist/orchestrator-ZSSTRMDC.js +35 -0
- package/dist/pipeline-router-U7WWUVKV.js +15 -0
- package/dist/plan-limits-KVFTHSQU.js +28 -0
- package/dist/project-boot-KOGUVIQ4.js +299 -0
- package/dist/projection-worker-OMUSXRHO.js +1084 -0
- package/dist/prospective-memory-PC72YWLY.js +232 -0
- package/dist/reranker-E3MOR2MC.js +19 -0
- package/dist/retrieval-health-OEHPZH65.js +12 -0
- package/dist/review-polling-4GWZSSSQ.js +126 -0
- package/dist/runtime/index.js +11 -11
- package/dist/session-events-A3L5KUHB.js +38 -0
- package/dist/session-kill-telemetry-UFJY57N2.js +31 -0
- package/dist/session-scope-5MT6U7CR.js +88 -0
- package/dist/setup-wizard-NZE2I7M5.js +12 -0
- package/dist/skill-refinement-Q6USTB35.js +159 -0
- package/dist/steward-gate-XOYAMKNY.js +15 -0
- package/dist/task-enforcement-MQ4TKLAN.js +506 -0
- package/dist/task-scope-AWFGZWPM.js +37 -0
- package/dist/tasks-crud-LMPAYXKS.js +79 -0
- package/dist/tasks-notify-6DZOY3MH.js +40 -0
- package/dist/tasks-review-TMBMXNUJ.js +49 -0
- package/dist/telemetry-upload-C2PKRA26.js +741 -0
- package/dist/token-budget-HOOQPFKR.js +86 -0
- package/dist/tool-telemetry-EJVBIKOS.js +17 -0
- package/dist/tui/App.js +16 -16
- package/dist/tui-data-6HIDQFN7.js +260 -0
- package/dist/wiki-acl-DOBVII5N.js +111 -0
- package/dist/worker-gate-ZH5PK25Z.js +21 -0
- package/dist/workflow-engine-SGU6WUWF.js +28 -0
- package/dist/worktree-NRQVJ2M4.js +28 -0
- package/dist/worktree-sweep-FBEHEPZO.js +21 -0
- package/package.json +1 -1
- package/release-notes.json +88 -88
|
@@ -20,10 +20,15 @@ REDIS_PASSWORD=CHANGEME_REDIS_PASSWORD
|
|
|
20
20
|
# --- GoTrue (shared auth) ---
|
|
21
21
|
GOTRUE_JWT_SECRET=CHANGEME_GOTRUE_JWT_SECRET
|
|
22
22
|
GOTRUE_API_PORT=9999
|
|
23
|
-
|
|
23
|
+
# Bug dc99d78e: SITE_URL = auth gateway (not crm) so email links + GoTrue's
|
|
24
|
+
# default redirect honor the originating product's ?redirect= via SPA /confirm.
|
|
25
|
+
GOTRUE_SITE_URL=https://auth.CHANGEME_DOMAIN
|
|
24
26
|
GOTRUE_EXTERNAL_URL=https://auth.CHANGEME_DOMAIN
|
|
25
27
|
# SSO redirect allow-list (bug 66f8e10a) — app origins for unified SSO.
|
|
26
28
|
GOTRUE_URI_ALLOW_LIST=https://crm.CHANGEME_DOMAIN,https://wiki.CHANGEME_DOMAIN,https://erp.CHANGEME_DOMAIN
|
|
29
|
+
# Bug 0327b017: parent-domain session cookie → shared across all subdomains.
|
|
30
|
+
GOTRUE_COOKIE_DOMAIN=.CHANGEME_DOMAIN
|
|
31
|
+
GOTRUE_COOKIE_KEY=exe-auth
|
|
27
32
|
GOTRUE_DISABLE_SIGNUP=true
|
|
28
33
|
GOTRUE_MAILER_AUTOCONFIRM=false
|
|
29
34
|
# Auth-email From address — customer domain, not askexe.com (bug 133c9d5b).
|
|
@@ -46,10 +46,15 @@ BACKUP_RETENTION_DAYS=7
|
|
|
46
46
|
# --- GoTrue (shared auth) ---
|
|
47
47
|
GOTRUE_JWT_SECRET=CHANGEME_GOTRUE_JWT_SECRET
|
|
48
48
|
GOTRUE_API_PORT=9999
|
|
49
|
-
|
|
49
|
+
# Bug dc99d78e: SITE_URL = auth gateway (not crm) so email links + GoTrue's
|
|
50
|
+
# default redirect honor the originating product's ?redirect= via SPA /confirm.
|
|
51
|
+
GOTRUE_SITE_URL=https://auth.CHANGEME_DOMAIN
|
|
50
52
|
GOTRUE_EXTERNAL_URL=https://auth.CHANGEME_DOMAIN
|
|
51
53
|
# SSO redirect allow-list (bug 66f8e10a) — app origins for unified SSO.
|
|
52
54
|
GOTRUE_URI_ALLOW_LIST=https://crm.CHANGEME_DOMAIN,https://wiki.CHANGEME_DOMAIN,https://erp.CHANGEME_DOMAIN
|
|
55
|
+
# Bug 0327b017: parent-domain session cookie → shared across all subdomains.
|
|
56
|
+
GOTRUE_COOKIE_DOMAIN=.CHANGEME_DOMAIN
|
|
57
|
+
GOTRUE_COOKIE_KEY=exe-auth
|
|
53
58
|
GOTRUE_DISABLE_SIGNUP=true
|
|
54
59
|
GOTRUE_MAILER_AUTOCONFIRM=false
|
|
55
60
|
# From address for auth emails — customer domain, not askexe.com (bug 133c9d5b).
|
|
@@ -159,15 +159,34 @@ services:
|
|
|
159
159
|
GOTRUE_DB_DRIVER: postgres
|
|
160
160
|
GOTRUE_DB_DATABASE_URL: postgres://${POSTGRES_USER:-exe}:${POSTGRES_PASSWORD:?POSTGRES_PASSWORD is required}@exe-db:5432/${POSTGRES_DB:-exedb}?sslmode=disable&search_path=auth
|
|
161
161
|
# Bug ae113b23: never fall back to a hardcoded domain here.
|
|
162
|
-
# GOTRUE_SITE_URL must be set in .env by generate-env.ts
|
|
163
|
-
#
|
|
164
|
-
#
|
|
165
|
-
#
|
|
166
|
-
|
|
162
|
+
# GOTRUE_SITE_URL must be set in .env by generate-env.ts. An empty/missing
|
|
163
|
+
# value is intentionally rejected at runtime so misconfigured stacks fail
|
|
164
|
+
# loudly rather than silently redirect auth flows to crm.askexe.com.
|
|
165
|
+
#
|
|
166
|
+
# Bug dc99d78e: SITE_URL is now https://auth.<domain> (the auth gateway),
|
|
167
|
+
# NOT crm.<domain>. GoTrue builds email confirm/reset/magic-link URLs and
|
|
168
|
+
# its post-action default redirect against SITE_URL — pointing it at the
|
|
169
|
+
# auth gateway means those links land on the SPA's /confirm handler, which
|
|
170
|
+
# then honors the originating product's ?redirect= (allow-listed) instead
|
|
171
|
+
# of always bouncing to CRM. Per-product origins are authorized via
|
|
172
|
+
# GOTRUE_URI_ALLOW_LIST below, so ?redirect_to=https://wiki.<domain> works.
|
|
173
|
+
GOTRUE_SITE_URL: ${GOTRUE_SITE_URL:?GOTRUE_SITE_URL is required — set to https://auth.<your-domain> in .env}
|
|
167
174
|
GOTRUE_URI_ALLOW_LIST: ${GOTRUE_URI_ALLOW_LIST:-}
|
|
175
|
+
# Bug 0327b017: scope the GoTrue session cookie to the PARENT apex domain
|
|
176
|
+
# (".<domain>", e.g. ".hygo.co") so the session is shared across the
|
|
177
|
+
# crm/wiki/erp/auth subdomains → true single sign-on. Without this the
|
|
178
|
+
# cookie defaults to the issuing host (auth.<domain>) and every other
|
|
179
|
+
# subdomain re-prompts for login. Templated from $DOMAIN — no hardcoding.
|
|
180
|
+
GOTRUE_COOKIE_KEY: ${GOTRUE_COOKIE_KEY:-exe-auth}
|
|
181
|
+
GOTRUE_COOKIE_DOMAIN: ${GOTRUE_COOKIE_DOMAIN:-.${DOMAIN}}
|
|
168
182
|
GOTRUE_JWT_SECRET: ${GOTRUE_JWT_SECRET:?GOTRUE_JWT_SECRET is required}
|
|
169
183
|
GOTRUE_JWT_EXP: ${GOTRUE_JWT_EXP:-3600}
|
|
170
184
|
GOTRUE_JWT_DEFAULT_GROUP_NAME: authenticated
|
|
185
|
+
# Bug 80a15e36: GoTrue defaults the JWT `aud` claim to an empty string
|
|
186
|
+
# unless GOTRUE_JWT_AUD is set. Apps (crm/wiki/erp) validating the audience
|
|
187
|
+
# reject empty-aud tokens. "authenticated" is GoTrue's standard audience and
|
|
188
|
+
# matches GOTRUE_JWT_DEFAULT_GROUP_NAME above.
|
|
189
|
+
GOTRUE_JWT_AUD: ${GOTRUE_JWT_AUD:-authenticated}
|
|
171
190
|
# No hardcoded askexe.com fallback — GOTRUE_EXTERNAL_URL is set per-customer
|
|
172
191
|
# in .env (https://auth.<domain>) and must be present (bug 47965144 class).
|
|
173
192
|
API_EXTERNAL_URL: ${GOTRUE_EXTERNAL_URL:?GOTRUE_EXTERNAL_URL is required — set to https://auth.<your-domain> in .env}
|
|
@@ -74,11 +74,22 @@ export function generateEnv(options: GenerateEnvOptions): string {
|
|
|
74
74
|
"# --- GoTrue (shared auth) ---",
|
|
75
75
|
`GOTRUE_JWT_SECRET=${randomSecret(RANDOM_SECRET_48)}`,
|
|
76
76
|
"GOTRUE_API_PORT=9999",
|
|
77
|
-
|
|
77
|
+
"# Bug dc99d78e: SITE_URL points at the auth gateway (not crm). GoTrue builds",
|
|
78
|
+
"# email confirm/reset links + its post-action default redirect against",
|
|
79
|
+
"# SITE_URL; landing on auth.<domain>/confirm lets the SPA honor the",
|
|
80
|
+
"# originating product's ?redirect= (allow-listed) instead of forcing CRM.",
|
|
81
|
+
`GOTRUE_SITE_URL=https://auth.${normalizedDomain}`,
|
|
78
82
|
`GOTRUE_EXTERNAL_URL=https://auth.${normalizedDomain}`,
|
|
79
83
|
"# SSO redirect allow-list (bug 66f8e10a): app origins the gateway may bounce",
|
|
80
84
|
"# users back to via ?redirect=. Required for unified SSO across crm/wiki/erp.",
|
|
81
85
|
`GOTRUE_URI_ALLOW_LIST=https://crm.${normalizedDomain},https://wiki.${normalizedDomain},https://erp.${normalizedDomain}`,
|
|
86
|
+
"# Bug 0327b017: scope the session cookie to the PARENT apex domain so it is",
|
|
87
|
+
"# shared across crm/wiki/erp/auth subdomains → true SSO (no re-login).",
|
|
88
|
+
`GOTRUE_COOKIE_DOMAIN=.${normalizedDomain}`,
|
|
89
|
+
"GOTRUE_COOKIE_KEY=exe-auth",
|
|
90
|
+
"# Bug 80a15e36: pin the JWT audience so issued tokens carry aud=authenticated",
|
|
91
|
+
"# (GoTrue defaults aud to empty); apps validating aud reject empty-aud tokens.",
|
|
92
|
+
"GOTRUE_JWT_AUD=authenticated",
|
|
82
93
|
"GOTRUE_DISABLE_SIGNUP=true",
|
|
83
94
|
"GOTRUE_MAILER_AUTOCONFIRM=false",
|
|
84
95
|
"# Auth emails (confirm/reset/magic-link) send From this customer-domain",
|
|
@@ -250,10 +261,17 @@ export function generateExampleEnv(): string {
|
|
|
250
261
|
"# --- GoTrue (shared auth) ---",
|
|
251
262
|
"GOTRUE_JWT_SECRET=CHANGEME_GOTRUE_JWT_SECRET",
|
|
252
263
|
"GOTRUE_API_PORT=9999",
|
|
253
|
-
"
|
|
264
|
+
"# Bug dc99d78e: SITE_URL = auth gateway (not crm) so email links + default",
|
|
265
|
+
"# redirect honor the originating product's ?redirect= via the SPA /confirm.",
|
|
266
|
+
"GOTRUE_SITE_URL=https://auth.CHANGEME_DOMAIN",
|
|
254
267
|
"GOTRUE_EXTERNAL_URL=https://auth.CHANGEME_DOMAIN",
|
|
255
268
|
"# SSO redirect allow-list (bug 66f8e10a) — app origins for unified SSO.",
|
|
256
269
|
"GOTRUE_URI_ALLOW_LIST=https://crm.CHANGEME_DOMAIN,https://wiki.CHANGEME_DOMAIN,https://erp.CHANGEME_DOMAIN",
|
|
270
|
+
"# Bug 0327b017: parent-domain cookie → session shared across all subdomains.",
|
|
271
|
+
"GOTRUE_COOKIE_DOMAIN=.CHANGEME_DOMAIN",
|
|
272
|
+
"GOTRUE_COOKIE_KEY=exe-auth",
|
|
273
|
+
"# Bug 80a15e36: JWT audience pinned to authenticated (default is empty).",
|
|
274
|
+
"GOTRUE_JWT_AUD=authenticated",
|
|
257
275
|
"GOTRUE_DISABLE_SIGNUP=true",
|
|
258
276
|
"GOTRUE_MAILER_AUTOCONFIRM=false",
|
|
259
277
|
"# From address for auth emails — customer domain, not askexe.com (bug 133c9d5b).",
|
package/deploy/compose/setup.sh
CHANGED
|
@@ -64,8 +64,17 @@ CLICKHOUSE_USER=exe
|
|
|
64
64
|
CLICKHOUSE_PASSWORD=$(gen 32)
|
|
65
65
|
REDIS_PASSWORD=$(gen 32)
|
|
66
66
|
GOTRUE_JWT_SECRET=$(gen 48)
|
|
67
|
-
|
|
67
|
+
# Bug dc99d78e: SITE_URL = auth gateway (not crm) so email links + GoTrue's
|
|
68
|
+
# default redirect honor the originating product's ?redirect= via SPA /confirm.
|
|
69
|
+
GOTRUE_SITE_URL=https://auth.${DOMAIN}
|
|
68
70
|
GOTRUE_EXTERNAL_URL=https://auth.${DOMAIN}
|
|
71
|
+
# SSO redirect allow-list (bug 66f8e10a): app origins the gateway may bounce
|
|
72
|
+
# users back to via ?redirect=. Required for unified SSO across crm/wiki/erp.
|
|
73
|
+
GOTRUE_URI_ALLOW_LIST=https://crm.${DOMAIN},https://wiki.${DOMAIN},https://erp.${DOMAIN}
|
|
74
|
+
# Bug 0327b017: scope the session cookie to the PARENT apex domain so it is
|
|
75
|
+
# shared across crm/wiki/erp/auth subdomains → true SSO (no re-login).
|
|
76
|
+
GOTRUE_COOKIE_DOMAIN=.${DOMAIN}
|
|
77
|
+
GOTRUE_COOKIE_KEY=exe-auth
|
|
69
78
|
# Invite-only by default; never autoconfirm without an SMTP round-trip (bug 36c04fe3).
|
|
70
79
|
# Configure SMTP_HOST below and keep MAILER_AUTOCONFIRM=false to verify email ownership.
|
|
71
80
|
GOTRUE_DISABLE_SIGNUP=true
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"breakingChanges": [],
|
|
1347
1347
|
"services": {
|
|
1348
1348
|
"exe-os": {
|
|
1349
|
-
"image": "update.askexe.com/askexe/exe-os:v0.9.
|
|
1349
|
+
"image": "update.askexe.com/askexe/exe-os:v0.9.297@sha256:9fb38b3972202c410bb03d437a7fbaaf34a474f123285f45cbd9ceb039d276c1",
|
|
1350
1350
|
"env": "EXE_OS_IMAGE_TAG",
|
|
1351
1351
|
"composeService": "exe-os",
|
|
1352
1352
|
"healthUrl": "http://127.0.0.1:8765/health",
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
"description": "Exe OS Daemon \u2014 memory, orchestration, MCP server"
|
|
1356
1356
|
},
|
|
1357
1357
|
"crm": {
|
|
1358
|
-
"image": "update.askexe.com/askexe/exe-crm:v0.9.
|
|
1358
|
+
"image": "update.askexe.com/askexe/exe-crm:v0.9.49@sha256:656512528d2cecc7c0424f917a9b3d0a999f91b160c7b7e7e05778dd8b1319cc",
|
|
1359
1359
|
"env": "CRM_IMAGE_TAG",
|
|
1360
1360
|
"composeService": "exe-crm",
|
|
1361
1361
|
"healthUrl": "http://127.0.0.1:3000/healthz",
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
"description": "Customer Relationship Management"
|
|
1365
1365
|
},
|
|
1366
1366
|
"wiki": {
|
|
1367
|
-
"image": "update.askexe.com/askexe/exe-wiki:v0.9.
|
|
1367
|
+
"image": "update.askexe.com/askexe/exe-wiki:v0.9.24@sha256:3acf72b992d34ce1e802b075cef8e4e1dd5e4b5681a4681398545f1f7e13e331",
|
|
1368
1368
|
"env": "WIKI_IMAGE_TAG",
|
|
1369
1369
|
"composeService": "exe-wiki",
|
|
1370
1370
|
"healthUrl": "http://127.0.0.1:3001/api/ping",
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"description": "Knowledge Base & Documentation"
|
|
1374
1374
|
},
|
|
1375
1375
|
"erp": {
|
|
1376
|
-
"image": "update.askexe.com/askexe/exe-erp:v0.2.
|
|
1376
|
+
"image": "update.askexe.com/askexe/exe-erp:v0.2.2@sha256:00fecc790ff848bfd4b7d87f42f859edfeb6090a7ca26bf2359dc6cb96767afb",
|
|
1377
1377
|
"env": "ERP_IMAGE_TAG",
|
|
1378
1378
|
"composeService": "exe-erp",
|
|
1379
1379
|
"healthUrl": "http://127.0.0.1:8069/api/method/ping",
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"description": "Enterprise Resource Planning"
|
|
1383
1383
|
},
|
|
1384
1384
|
"gateway": {
|
|
1385
|
-
"image": "update.askexe.com/askexe/exe-gateway:v0.9.
|
|
1385
|
+
"image": "update.askexe.com/askexe/exe-gateway:v0.9.22@sha256:4d0b545699f2a38d1b6bbc2f81e4360e96d2b27e9b565da9fcd0ba1eac82f7c8",
|
|
1386
1386
|
"env": "GATEWAY_IMAGE_TAG",
|
|
1387
1387
|
"composeService": "exe-gateway",
|
|
1388
1388
|
"healthUrl": "http://127.0.0.1:3100/health",
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
"description": "WhatsApp, Telegram & API Gateway"
|
|
1392
1392
|
},
|
|
1393
1393
|
"monitorAgent": {
|
|
1394
|
-
"image": "update.askexe.com/askexe/exe-monitor-agent:v0.9.
|
|
1394
|
+
"image": "update.askexe.com/askexe/exe-monitor-agent:v0.9.5@sha256:d442170bb0d7411beb4195e7888377cee2013a0c2adb194d4e44cdab41886d2d",
|
|
1395
1395
|
"env": "MONITOR_AGENT_IMAGE_TAG",
|
|
1396
1396
|
"composeService": "exe-monitor-agent",
|
|
1397
1397
|
"required": false,
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
"description": "System Monitoring Agent"
|
|
1400
1400
|
},
|
|
1401
1401
|
"monitorHub": {
|
|
1402
|
-
"image": "update.askexe.com/askexe/exe-monitor-hub:v0.9.
|
|
1402
|
+
"image": "update.askexe.com/askexe/exe-monitor-hub:v0.9.5@sha256:e9a406d1be7efe59cec38db1ace4beef728afa713781675cb30d33fe06b2ed08",
|
|
1403
1403
|
"env": "MONITOR_HUB_IMAGE_TAG",
|
|
1404
1404
|
"composeService": "exe-monitor-hub",
|
|
1405
1405
|
"healthUrl": "http://127.0.0.1:8090/api/health",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import {
|
|
2
|
+
cleanupSessionMarkers,
|
|
3
|
+
clearActiveAgent,
|
|
4
|
+
getActiveAgent,
|
|
5
|
+
getAllActiveAgents,
|
|
6
|
+
resolveActiveAgentFromTmuxSession,
|
|
7
|
+
writeActiveAgent
|
|
8
|
+
} from "./chunk-AAFTYJ5R.js";
|
|
9
|
+
import "./chunk-CVYC6DUW.js";
|
|
10
|
+
import "./chunk-GJV3WDWM.js";
|
|
11
|
+
import "./chunk-I3IW6AAX.js";
|
|
12
|
+
import "./chunk-2I23RPSI.js";
|
|
13
|
+
import "./chunk-2DWYR2LJ.js";
|
|
14
|
+
import "./chunk-PNQDP3OA.js";
|
|
15
|
+
import "./chunk-7HLWBYH7.js";
|
|
16
|
+
import "./chunk-FXU7JOXK.js";
|
|
17
|
+
import "./chunk-R36FAN53.js";
|
|
18
|
+
import "./chunk-LYH5HE24.js";
|
|
19
|
+
import "./chunk-MLKGABMK.js";
|
|
20
|
+
export {
|
|
21
|
+
cleanupSessionMarkers,
|
|
22
|
+
clearActiveAgent,
|
|
23
|
+
getActiveAgent,
|
|
24
|
+
getAllActiveAgents,
|
|
25
|
+
resolveActiveAgentFromTmuxSession,
|
|
26
|
+
writeActiveAgent
|
|
27
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import "./chunk-SH45SJQW.js";
|
|
2
|
+
import {
|
|
3
|
+
cleanupSessionMarkers,
|
|
4
|
+
clearActiveAgent,
|
|
5
|
+
getActiveAgent,
|
|
6
|
+
getAllActiveAgents,
|
|
7
|
+
resolveActiveAgentFromTmuxSession,
|
|
8
|
+
writeActiveAgent
|
|
9
|
+
} from "./chunk-AAFTYJ5R.js";
|
|
10
|
+
import "./chunk-CVYC6DUW.js";
|
|
11
|
+
import "./chunk-GJV3WDWM.js";
|
|
12
|
+
import "./chunk-I3IW6AAX.js";
|
|
13
|
+
import "./chunk-2I23RPSI.js";
|
|
14
|
+
import "./chunk-2DWYR2LJ.js";
|
|
15
|
+
import "./chunk-PNQDP3OA.js";
|
|
16
|
+
import "./chunk-7HLWBYH7.js";
|
|
17
|
+
import "./chunk-FXU7JOXK.js";
|
|
18
|
+
import "./chunk-R36FAN53.js";
|
|
19
|
+
import "./chunk-LYH5HE24.js";
|
|
20
|
+
import "./chunk-MLKGABMK.js";
|
|
21
|
+
export {
|
|
22
|
+
cleanupSessionMarkers,
|
|
23
|
+
clearActiveAgent,
|
|
24
|
+
getActiveAgent,
|
|
25
|
+
getAllActiveAgents,
|
|
26
|
+
resolveActiveAgentFromTmuxSession,
|
|
27
|
+
writeActiveAgent
|
|
28
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
clean,
|
|
3
|
+
extractGoalCandidates,
|
|
4
|
+
inferIntention,
|
|
5
|
+
inferOntologyEventType,
|
|
6
|
+
inferOutcome,
|
|
7
|
+
inferSemanticLabel,
|
|
8
|
+
insertOntologyForBatch,
|
|
9
|
+
insertOntologyForMemory,
|
|
10
|
+
ontologyPayload,
|
|
11
|
+
stableId
|
|
12
|
+
} from "./chunk-7C4K7HSF.js";
|
|
13
|
+
import "./chunk-MLKGABMK.js";
|
|
14
|
+
export {
|
|
15
|
+
clean,
|
|
16
|
+
extractGoalCandidates,
|
|
17
|
+
inferIntention,
|
|
18
|
+
inferOntologyEventType,
|
|
19
|
+
inferOutcome,
|
|
20
|
+
inferSemanticLabel,
|
|
21
|
+
insertOntologyForBatch,
|
|
22
|
+
insertOntologyForMemory,
|
|
23
|
+
ontologyPayload,
|
|
24
|
+
stableId
|
|
25
|
+
};
|