@astrale-os/cli 1.0.0-beta.32 → 1.0.0-beta.43
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/CHANGELOG.md +928 -0
- package/README.md +53 -43
- package/THIRD-PARTY-NOTICES.md +37 -1
- package/dist/astrale.js +349631 -83669
- package/dist/public/connect-core.js +16 -47
- package/dist/public/keys/index.js +1 -1
- package/dist/types/admin/contract.d.ts +11 -0
- package/dist/types/admin/graph/index.d.ts +1 -0
- package/dist/types/admin/graph/nodes.d.ts +12 -0
- package/dist/types/admin/instance/client.d.ts +2 -0
- package/dist/types/connection/lifetime.d.ts +1 -1
- package/dist/types/errors.d.ts +3 -0
- package/dist/types/lib/proc.d.ts +1 -0
- package/dist/types/lib/update.d.ts +15 -7
- package/package.json +8 -6
- package/studio/client/dist/assets/index-5C1uT6ML.css +2 -0
- package/studio/client/dist/assets/index-C4kNlvwF.js +80 -0
- package/studio/client/dist/assets/schema-studio-BR9d0faB.js +8 -0
- package/studio/client/dist/index.html +13 -2
- package/studio/package.json +2 -1
- package/studio/server/agent/ask.test.ts +7 -1
- package/studio/server/agent/bridge/grant.ts +15 -3
- package/studio/server/agent/prompts/system.test.ts +5 -0
- package/studio/server/agent/prompts/system.ts +19 -4
- package/studio/server/agent/routes.test.ts +39 -1
- package/studio/server/agent/routes.ts +3 -0
- package/studio/server/agent/run/coordinator.test.ts +7 -1
- package/studio/server/agent/run/preparation.ts +1 -0
- package/studio/server/agent/run/transcript.test.ts +47 -2
- package/studio/server/agent/run/transcript.ts +32 -3
- package/studio/server/api/documents.test.ts +31 -0
- package/studio/server/api/documents.ts +35 -1
- package/studio/server/api-agent-loadout.test.ts +7 -1
- package/studio/server/api.test.ts +7 -1
- package/studio/server/cache.ts +4 -4
- package/studio/server/detect.ts +9 -12
- package/studio/server/domain.test.ts +83 -3
- package/studio/server/domain.ts +205 -27
- package/studio/server/handoff/service.ts +1 -1
- package/studio/server/index.ts +5 -8
- package/studio/server/introspect/extractor.ts +111 -17
- package/studio/server/introspect/overlay-tsmorph.test.ts +9 -9
- package/studio/server/introspect/overlay.ts +1 -1
- package/studio/server/introspect/runtime.ts +9 -1
- package/studio/server/introspect/source-overlay/spans.ts +2 -5
- package/studio/server/lifecycle.ts +1 -1
- package/studio/server/state/baseline.test.ts +14 -0
- package/studio/server/state/baseline.ts +16 -2
- package/studio/server/watch.test.ts +2 -1
- package/studio/server/watch.ts +5 -2
- package/studio/server/workspace/create.ts +9 -8
- package/studio/server/workspace-state.ts +4 -6
- package/studio/server/workspace-watch.ts +33 -22
- package/studio/shared/contracts/agent.ts +3 -0
- package/viewer/dist/main.js +12 -12
- package/src/__tests__/fixtures/publication.ts +0 -20
- package/src/admin/.spec/api.d.ts +0 -3
- package/src/admin/.spec/architecture.md +0 -22
- package/src/admin/.spec/icon.svg +0 -3
- package/src/admin/.spec/layout.ts +0 -6
- package/src/admin/__tests__/fixture.ts +0 -25
- package/src/admin/catalog/.spec/api.d.ts +0 -63
- package/src/admin/catalog/.spec/architecture.md +0 -7
- package/src/admin/catalog/.spec/icon.svg +0 -3
- package/src/admin/catalog/.spec/layout.ts +0 -6
- package/src/admin/catalog/__tests__/client.test.ts +0 -245
- package/src/admin/catalog/client.ts +0 -195
- package/src/admin/catalog/index.ts +0 -13
- package/src/admin/catalog/model.ts +0 -41
- package/src/admin/catalog/tsconfig.json +0 -8
- package/src/admin/contract.ts +0 -47
- package/src/admin/graph/.spec/api.d.ts +0 -22
- package/src/admin/graph/.spec/architecture.md +0 -5
- package/src/admin/graph/.spec/icon.svg +0 -3
- package/src/admin/graph/.spec/layout.ts +0 -3
- package/src/admin/graph/index.ts +0 -6
- package/src/admin/graph/nodes.ts +0 -56
- package/src/admin/index.ts +0 -2
- package/src/admin/instance/.spec/api.d.ts +0 -62
- package/src/admin/instance/.spec/architecture.md +0 -10
- package/src/admin/instance/.spec/icon.svg +0 -3
- package/src/admin/instance/.spec/layout.ts +0 -6
- package/src/admin/instance/__tests__/client.test.ts +0 -273
- package/src/admin/instance/client.ts +0 -191
- package/src/admin/instance/index.ts +0 -15
- package/src/admin/instance/model.ts +0 -59
- package/src/admin/instance/tsconfig.json +0 -8
- package/src/commands/__tests__/admin-instance.test.ts +0 -91
- package/src/commands/__tests__/auth-login.test.ts +0 -231
- package/src/commands/__tests__/auth-token.test.ts +0 -223
- package/src/commands/__tests__/call-describe.test.ts +0 -80
- package/src/commands/__tests__/call.test.ts +0 -63
- package/src/commands/__tests__/domain-install-operation.test.ts +0 -145
- package/src/commands/__tests__/domain-install-owned.test.ts +0 -191
- package/src/commands/__tests__/domain-list.test.ts +0 -133
- package/src/commands/__tests__/domain-uninstall.test.ts +0 -53
- package/src/commands/__tests__/install-direct.test.ts +0 -128
- package/src/commands/__tests__/install-identity-override.test.ts +0 -76
- package/src/commands/__tests__/instance-bookmark.test.ts +0 -166
- package/src/commands/__tests__/instance-list-admin.test.ts +0 -26
- package/src/commands/__tests__/instance-list-rows.test.ts +0 -64
- package/src/commands/__tests__/instance-status.test.ts +0 -139
- package/src/commands/__tests__/instance-use.test.ts +0 -67
- package/src/commands/__tests__/introspect-parse.test.ts +0 -100
- package/src/commands/__tests__/logs.test.ts +0 -345
- package/src/commands/__tests__/read-commands.test.ts +0 -377
- package/src/commands/__tests__/setup-plan.test.ts +0 -61
- package/src/commands/__tests__/studio-descriptor.test.ts +0 -22
- package/src/commands/__tests__/token-ttl.test.ts +0 -66
- package/src/commands/__tests__/update.test.ts +0 -95
- package/src/commands/__tests__/view-build.test.ts +0 -58
- package/src/commands/__tests__/view.test.ts +0 -197
- package/src/commands/admin/status.ts +0 -61
- package/src/commands/admin/use.ts +0 -100
- package/src/commands/auth/login.ts +0 -82
- package/src/commands/auth/logout.ts +0 -53
- package/src/commands/auth/status.ts +0 -86
- package/src/commands/auth/token.ts +0 -174
- package/src/commands/browser.ts +0 -236
- package/src/commands/call-describe.ts +0 -123
- package/src/commands/call.ts +0 -230
- package/src/commands/domain/install.ts +0 -575
- package/src/commands/domain/list.ts +0 -155
- package/src/commands/domain/publish.ts +0 -136
- package/src/commands/domain/uninstall.ts +0 -128
- package/src/commands/get.ts +0 -69
- package/src/commands/identity/__tests__/register.test.ts +0 -93
- package/src/commands/identity/create.ts +0 -35
- package/src/commands/identity/delete.ts +0 -24
- package/src/commands/identity/export.ts +0 -46
- package/src/commands/identity/import.ts +0 -61
- package/src/commands/identity/list.ts +0 -56
- package/src/commands/identity/register.ts +0 -195
- package/src/commands/identity/sync.ts +0 -38
- package/src/commands/identity/unsync.ts +0 -34
- package/src/commands/identity/use.ts +0 -24
- package/src/commands/identity/whoami.ts +0 -34
- package/src/commands/idp/add.ts +0 -150
- package/src/commands/idp/list.ts +0 -57
- package/src/commands/idp/refresh.ts +0 -38
- package/src/commands/idp/remove.ts +0 -36
- package/src/commands/idp/show.ts +0 -29
- package/src/commands/instance/active.ts +0 -73
- package/src/commands/instance/bookmark.ts +0 -101
- package/src/commands/instance/create.ts +0 -61
- package/src/commands/instance/delete.ts +0 -69
- package/src/commands/instance/forget.ts +0 -26
- package/src/commands/instance/list.ts +0 -197
- package/src/commands/instance/status.ts +0 -92
- package/src/commands/instance/use.ts +0 -263
- package/src/commands/introspect.ts +0 -129
- package/src/commands/logs.ts +0 -371
- package/src/commands/mutate.ts +0 -122
- package/src/commands/query.ts +0 -142
- package/src/commands/session/analyze.ts +0 -72
- package/src/commands/session/list.ts +0 -36
- package/src/commands/setup.ts +0 -54
- package/src/commands/status.ts +0 -60
- package/src/commands/studio.ts +0 -434
- package/src/commands/token.ts +0 -121
- package/src/commands/ui/__tests__/commands.test.ts +0 -152
- package/src/commands/ui/add.ts +0 -51
- package/src/commands/ui/doctor.ts +0 -21
- package/src/commands/ui/init.ts +0 -38
- package/src/commands/ui/list.ts +0 -26
- package/src/commands/ui/preset-apply.ts +0 -19
- package/src/commands/ui/preset-list.ts +0 -12
- package/src/commands/ui/shared.ts +0 -25
- package/src/commands/update.ts +0 -356
- package/src/commands/use.ts +0 -86
- package/src/commands/view-serve.ts +0 -26
- package/src/commands/view.ts +0 -658
- package/src/connect-core.test.ts +0 -38
- package/src/connect-core.ts +0 -42
- package/src/connection/.spec/api.d.ts +0 -110
- package/src/connection/.spec/architecture.md +0 -58
- package/src/connection/.spec/capabilities/connection.ts +0 -13
- package/src/connection/.spec/examples/call.ts +0 -7
- package/src/connection/.spec/flows/command.ts +0 -20
- package/src/connection/.spec/flows/session.ts +0 -62
- package/src/connection/.spec/laws/connection.ts +0 -213
- package/src/connection/.spec/layout.ts +0 -22
- package/src/connection/__tests__/auth.test.ts +0 -129
- package/src/connection/__tests__/ca-fetch.test.ts +0 -60
- package/src/connection/__tests__/call.test.ts +0 -17
- package/src/connection/__tests__/credential.test.ts +0 -254
- package/src/connection/__tests__/errors.test.ts +0 -577
- package/src/connection/__tests__/exchange.test.ts +0 -404
- package/src/connection/__tests__/failure-fixtures.ts +0 -39
- package/src/connection/__tests__/failure-safety.test.ts +0 -75
- package/src/connection/__tests__/fixtures/localhost-cert.pem +0 -19
- package/src/connection/__tests__/fixtures/localhost-key.base64 +0 -1
- package/src/connection/__tests__/managed.test.ts +0 -39
- package/src/connection/__tests__/reasons.test.ts +0 -78
- package/src/connection/__tests__/self.test.ts +0 -71
- package/src/connection/__tests__/session.test.ts +0 -144
- package/src/connection/__tests__/target.test.ts +0 -95
- package/src/connection/auth.ts +0 -265
- package/src/connection/call.ts +0 -7
- package/src/connection/command.ts +0 -67
- package/src/connection/credential.ts +0 -138
- package/src/connection/errors.ts +0 -1
- package/src/connection/exchange.ts +0 -394
- package/src/connection/failure/classify.ts +0 -110
- package/src/connection/failure/index.ts +0 -18
- package/src/connection/failure/model.ts +0 -28
- package/src/connection/failure/render.ts +0 -116
- package/src/connection/index.ts +0 -8
- package/src/connection/lifetime.ts +0 -25
- package/src/connection/reasons.ts +0 -209
- package/src/connection/self.ts +0 -138
- package/src/connection/session.ts +0 -203
- package/src/connection/target.ts +0 -112
- package/src/connection/tsconfig.json +0 -6
- package/src/errors.ts +0 -66
- package/src/graph/.spec/api.d.ts +0 -41
- package/src/graph/.spec/laws/documents.ts +0 -24
- package/src/graph/.spec/laws/projection.ts +0 -13
- package/src/graph/.spec/layout.ts +0 -14
- package/src/graph/__tests__/mutation.test.ts +0 -51
- package/src/graph/__tests__/projection.test.ts +0 -22
- package/src/graph/__tests__/query.test.ts +0 -180
- package/src/graph/class.ts +0 -30
- package/src/graph/index.ts +0 -4
- package/src/graph/mutation.ts +0 -46
- package/src/graph/projection.ts +0 -21
- package/src/graph/query.ts +0 -95
- package/src/graph/tsconfig.json +0 -6
- package/src/identity/.history/ard/bootstrap-root-transfer.md +0 -57
- package/src/identity/.history/ard/domain-mediated-registration.md +0 -36
- package/src/identity/.spec/api.d.ts +0 -124
- package/src/identity/.spec/architecture.md +0 -33
- package/src/identity/.spec/capabilities/identity.ts +0 -7
- package/src/identity/.spec/flows/bootstrap-root.ts +0 -79
- package/src/identity/.spec/flows/domain-mediated-registration.ts +0 -51
- package/src/identity/.spec/flows/import.ts +0 -29
- package/src/identity/.spec/laws/identity.ts +0 -56
- package/src/identity/.spec/layout.ts +0 -13
- package/src/identity/__tests__/fixtures/registry-journey.ts +0 -65
- package/src/identity/__tests__/registration.test.ts +0 -64
- package/src/identity/__tests__/registry.test.ts +0 -74
- package/src/identity/__tests__/transfer.test.ts +0 -198
- package/src/identity/index.ts +0 -23
- package/src/identity/registration.ts +0 -72
- package/src/identity/registry.ts +0 -181
- package/src/identity/transfer.ts +0 -187
- package/src/identity/tsconfig.json +0 -6
- package/src/index.ts +0 -1
- package/src/keys/.spec/api.d.ts +0 -74
- package/src/keys/.spec/architecture.md +0 -13
- package/src/keys/.spec/laws/keys.ts +0 -43
- package/src/keys/.spec/layout.ts +0 -6
- package/src/keys/__tests__/algorithm.test.ts +0 -39
- package/src/keys/__tests__/keys.test.ts +0 -172
- package/src/keys/algorithm.ts +0 -33
- package/src/keys/credential.ts +0 -113
- package/src/keys/index.ts +0 -14
- package/src/keys/pair.ts +0 -219
- package/src/keys/tsconfig.json +0 -6
- package/src/lib/__tests__/admin-target.test.ts +0 -184
- package/src/lib/__tests__/binary.test.ts +0 -70
- package/src/lib/__tests__/browser-retention.test.ts +0 -212
- package/src/lib/__tests__/command-dx.test.ts +0 -102
- package/src/lib/__tests__/concurrency.test.ts +0 -62
- package/src/lib/__tests__/config.test.ts +0 -81
- package/src/lib/__tests__/design.test.ts +0 -99
- package/src/lib/__tests__/domain-publication.test.ts +0 -138
- package/src/lib/__tests__/format.test.ts +0 -22
- package/src/lib/__tests__/idp-session.driver.ts +0 -60
- package/src/lib/__tests__/idp-session.test.ts +0 -404
- package/src/lib/__tests__/idp.test.ts +0 -415
- package/src/lib/__tests__/instance-candidates.test.ts +0 -146
- package/src/lib/__tests__/instance-target.test.ts +0 -213
- package/src/lib/__tests__/instance.test.ts +0 -192
- package/src/lib/__tests__/local-status.test.ts +0 -202
- package/src/lib/__tests__/log-errors.test.ts +0 -64
- package/src/lib/__tests__/log.test.ts +0 -31
- package/src/lib/__tests__/meta.test.ts +0 -55
- package/src/lib/__tests__/output.test.ts +0 -162
- package/src/lib/__tests__/panel.test.ts +0 -40
- package/src/lib/__tests__/port.test.ts +0 -44
- package/src/lib/__tests__/prompt.test.ts +0 -25
- package/src/lib/__tests__/sdk-deps.test.ts +0 -68
- package/src/lib/__tests__/self.test.ts +0 -50
- package/src/lib/__tests__/skills.test.ts +0 -834
- package/src/lib/__tests__/studio-server-deps.test.ts +0 -111
- package/src/lib/__tests__/table.test.ts +0 -53
- package/src/lib/__tests__/update.test.ts +0 -511
- package/src/lib/__tests__/use-target.test.ts +0 -56
- package/src/lib/__tests__/validation.test.ts +0 -34
- package/src/lib/__tests__/view-assets.test.ts +0 -171
- package/src/lib/__tests__/view-external-open-intent.test.ts +0 -150
- package/src/lib/__tests__/view-external-open-origins.test.ts +0 -27
- package/src/lib/__tests__/view-open-intent.test.ts +0 -280
- package/src/lib/__tests__/view-port-allocation.test.ts +0 -82
- package/src/lib/__tests__/view-server.test.ts +0 -91
- package/src/lib/__tests__/view-session.test.ts +0 -100
- package/src/lib/__tests__/view-snapshot.test.ts +0 -77
- package/src/lib/admin-domain.ts +0 -43
- package/src/lib/admin-instance.ts +0 -56
- package/src/lib/admin-target.ts +0 -290
- package/src/lib/binary.ts +0 -127
- package/src/lib/browser-retention.ts +0 -210
- package/src/lib/browser.ts +0 -150
- package/src/lib/ca-fetch.ts +0 -133
- package/src/lib/command-dx.ts +0 -191
- package/src/lib/concurrency.ts +0 -31
- package/src/lib/config.ts +0 -57
- package/src/lib/credential-lifetime.ts +0 -24
- package/src/lib/domain-publication.ts +0 -104
- package/src/lib/failure-debug.ts +0 -26
- package/src/lib/format.ts +0 -4
- package/src/lib/idp-session.ts +0 -156
- package/src/lib/idp.ts +0 -926
- package/src/lib/instance-candidates.ts +0 -49
- package/src/lib/instance-target.ts +0 -197
- package/src/lib/instance.ts +0 -468
- package/src/lib/invocation.ts +0 -11
- package/src/lib/local-status.ts +0 -152
- package/src/lib/log.ts +0 -143
- package/src/lib/login-flow.ts +0 -201
- package/src/lib/meta.ts +0 -90
- package/src/lib/output.ts +0 -238
- package/src/lib/panel.ts +0 -61
- package/src/lib/port.ts +0 -41
- package/src/lib/proc.ts +0 -87
- package/src/lib/prompt.ts +0 -136
- package/src/lib/provision-instance.ts +0 -139
- package/src/lib/sdk-deps.ts +0 -104
- package/src/lib/self.ts +0 -22
- package/src/lib/skills/lock.ts +0 -117
- package/src/lib/skills/sync.ts +0 -878
- package/src/lib/skills.ts +0 -120
- package/src/lib/table.ts +0 -62
- package/src/lib/update.ts +0 -568
- package/src/lib/use-target.ts +0 -24
- package/src/lib/validation.ts +0 -59
- package/src/lib/view/assets.ts +0 -87
- package/src/lib/view/external-open-intent.ts +0 -41
- package/src/lib/view/external-open-origins.ts +0 -37
- package/src/lib/view/host-capabilities.ts +0 -17
- package/src/lib/view/open-intent.ts +0 -67
- package/src/lib/view/port-allocation.ts +0 -19
- package/src/lib/view/resolve.ts +0 -111
- package/src/lib/view/server.ts +0 -259
- package/src/lib/view/session.ts +0 -154
- package/src/lib/view/snapshot.ts +0 -101
- package/src/paths/.spec/api.d.ts +0 -13
- package/src/paths/.spec/architecture.md +0 -5
- package/src/paths/.spec/layout.ts +0 -3
- package/src/paths/index.ts +0 -13
- package/src/program/.spec/api.d.ts +0 -43
- package/src/program/.spec/architecture.md +0 -18
- package/src/program/.spec/laws/program.ts +0 -29
- package/src/program/.spec/layout.ts +0 -14
- package/src/program/__tests__/program.test.ts +0 -556
- package/src/program/argv.ts +0 -14
- package/src/program/build.ts +0 -205
- package/src/program/command.ts +0 -43
- package/src/program/index.ts +0 -3
- package/src/program/options.ts +0 -41
- package/src/program/registry.ts +0 -64
- package/src/program/tsconfig.json +0 -6
- package/src/setup/__tests__/instance-step.test.ts +0 -256
- package/src/setup/__tests__/util.test.ts +0 -29
- package/src/setup/engine.ts +0 -83
- package/src/setup/render.ts +0 -107
- package/src/setup/steps/admin.ts +0 -93
- package/src/setup/steps/agent-browser.ts +0 -81
- package/src/setup/steps/auth.ts +0 -54
- package/src/setup/steps/domain.ts +0 -68
- package/src/setup/steps/index.ts +0 -18
- package/src/setup/steps/instance.ts +0 -206
- package/src/setup/steps/skills-bridge.ts +0 -70
- package/src/setup/steps/skills.ts +0 -61
- package/src/setup/types.ts +0 -61
- package/src/setup/util.ts +0 -34
- package/src/state/.spec/api.d.ts +0 -152
- package/src/state/.spec/architecture.md +0 -45
- package/src/state/.spec/capabilities/state.ts +0 -7
- package/src/state/.spec/flows/identity-update.ts +0 -22
- package/src/state/.spec/laws/state.ts +0 -73
- package/src/state/.spec/layout.ts +0 -15
- package/src/state/__tests__/exchange-credentials.test.ts +0 -341
- package/src/state/__tests__/files.test.ts +0 -136
- package/src/state/__tests__/fixtures/identity-transition.ts +0 -37
- package/src/state/__tests__/fixtures/session-route-process.ts +0 -93
- package/src/state/__tests__/identities.test.ts +0 -142
- package/src/state/__tests__/paths.test.ts +0 -28
- package/src/state/__tests__/session-routes.test.ts +0 -138
- package/src/state/exchange-credentials.ts +0 -250
- package/src/state/files.ts +0 -170
- package/src/state/identities.ts +0 -229
- package/src/state/index.ts +0 -31
- package/src/state/paths.ts +0 -64
- package/src/state/session-routes.ts +0 -34
- package/src/state/tsconfig.json +0 -6
- package/src/telemetry/__tests__/analyze-log.test.ts +0 -38
- package/src/telemetry/__tests__/gate.test.ts +0 -63
- package/src/telemetry/__tests__/recorder.test.ts +0 -111
- package/src/telemetry/__tests__/redact.test.ts +0 -79
- package/src/telemetry/__tests__/retention.test.ts +0 -267
- package/src/telemetry/__tests__/session.test.ts +0 -166
- package/src/telemetry/__tests__/settings.test.ts +0 -102
- package/src/telemetry/__tests__/store-scan.test.ts +0 -128
- package/src/telemetry/__tests__/trigger.test.ts +0 -78
- package/src/telemetry/adapters/__tests__/claude-code.test.ts +0 -89
- package/src/telemetry/adapters/__tests__/codex.test.ts +0 -138
- package/src/telemetry/adapters/__tests__/index.test.ts +0 -88
- package/src/telemetry/adapters/claude-code.ts +0 -90
- package/src/telemetry/adapters/codex.ts +0 -160
- package/src/telemetry/adapters/index.ts +0 -45
- package/src/telemetry/adapters/types.ts +0 -21
- package/src/telemetry/analyze.ts +0 -249
- package/src/telemetry/gate.ts +0 -79
- package/src/telemetry/recorder.ts +0 -68
- package/src/telemetry/redact.ts +0 -53
- package/src/telemetry/retention.ts +0 -176
- package/src/telemetry/session.ts +0 -94
- package/src/telemetry/settings.ts +0 -79
- package/src/telemetry/store.ts +0 -174
- package/src/telemetry/trigger.ts +0 -107
- package/src/telemetry/types.ts +0 -64
- package/src/test-utils.ts +0 -18
- package/src/ui/.spec/api.d.ts +0 -14
- package/src/ui/.spec/architecture.md +0 -14
- package/src/ui/.spec/laws.ts +0 -50
- package/src/ui/.spec/layout.ts +0 -16
- package/src/ui/__tests__/ui.test.ts +0 -1742
- package/src/ui/index.ts +0 -13
- package/src/ui/lock.ts +0 -89
- package/src/ui/model.ts +0 -83
- package/src/ui/operations.ts +0 -1044
- package/src/ui/project.ts +0 -333
- package/src/ui/release.ts +0 -398
- package/src/ui/runner.ts +0 -18
- package/studio/client/dist/assets/index-BFVFs_8x.js +0 -81
- package/studio/client/dist/assets/index-DuB9iUdu.css +0 -2
- package/studio/client/dist/assets/schema-studio-DH6oEWME.js +0 -8
- package/studio/tsconfig.json +0 -24
- package/viewer/tsconfig.json +0 -13
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
import { describe, expect, test } from 'bun:test'
|
|
2
|
-
|
|
3
|
-
import type { AstraleConfig } from '../config'
|
|
4
|
-
import type { InstanceStore } from '../instance'
|
|
5
|
-
|
|
6
|
-
import { AdminInstanceNotFoundError } from '../../admin/instance/model'
|
|
7
|
-
import { AstraleError } from '../../errors'
|
|
8
|
-
import { DEFAULT_CONFIG } from '../config'
|
|
9
|
-
import {
|
|
10
|
-
couldBeConfiguredAdminInstance,
|
|
11
|
-
isManagedInstanceNotFound,
|
|
12
|
-
resolveInstanceTarget,
|
|
13
|
-
} from '../instance-target'
|
|
14
|
-
|
|
15
|
-
const store: InstanceStore = {
|
|
16
|
-
active: 'active-bookmark',
|
|
17
|
-
instances: {
|
|
18
|
-
'active-bookmark': {
|
|
19
|
-
url: 'https://active.example.com/api',
|
|
20
|
-
issuer: 'https://active-issuer.example.com',
|
|
21
|
-
defaultIdentity: 'active-id',
|
|
22
|
-
},
|
|
23
|
-
admin: {
|
|
24
|
-
url: 'https://bookmarked-admin.example.com/api',
|
|
25
|
-
issuer: 'https://bookmarked-admin-issuer.example.com',
|
|
26
|
-
domainIssuer: 'https://bookmarked-admin-domain.example.com',
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
const emptyStore: InstanceStore = {
|
|
32
|
-
active: '',
|
|
33
|
-
instances: {},
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
const directAdminConfig: AstraleConfig = {
|
|
37
|
-
...DEFAULT_CONFIG,
|
|
38
|
-
admin: {
|
|
39
|
-
name: 'admin',
|
|
40
|
-
url: 'https://admin.eu.astrale.ai/api',
|
|
41
|
-
kernelIssuer: 'https://admin.eu.astrale.ai/api',
|
|
42
|
-
domainIssuer: 'https://admin.beta.astrale.ai',
|
|
43
|
-
},
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
describe('resolveInstanceTarget', () => {
|
|
47
|
-
test('bookmark names win over configured admin and managed lookup', async () => {
|
|
48
|
-
const managedCalls: string[] = []
|
|
49
|
-
|
|
50
|
-
await expect(
|
|
51
|
-
resolveInstanceTarget(
|
|
52
|
-
{ source: 'name', name: 'admin' },
|
|
53
|
-
{
|
|
54
|
-
config: directAdminConfig,
|
|
55
|
-
instances: store,
|
|
56
|
-
managed: async (slug) => {
|
|
57
|
-
managedCalls.push(slug)
|
|
58
|
-
throw new Error('should not run')
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
),
|
|
62
|
-
).resolves.toMatchObject({
|
|
63
|
-
name: 'admin',
|
|
64
|
-
source: 'bookmark',
|
|
65
|
-
url: 'https://bookmarked-admin.example.com/api',
|
|
66
|
-
})
|
|
67
|
-
expect(managedCalls).toEqual([])
|
|
68
|
-
})
|
|
69
|
-
|
|
70
|
-
test('configured admin resolves before managed lookup', async () => {
|
|
71
|
-
const managedCalls: string[] = []
|
|
72
|
-
|
|
73
|
-
await expect(
|
|
74
|
-
resolveInstanceTarget(
|
|
75
|
-
{ source: 'name', name: 'admin' },
|
|
76
|
-
{
|
|
77
|
-
config: directAdminConfig,
|
|
78
|
-
instances: emptyStore,
|
|
79
|
-
managed: async (slug) => {
|
|
80
|
-
managedCalls.push(slug)
|
|
81
|
-
throw new Error('should not run')
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
),
|
|
85
|
-
).resolves.toMatchObject({
|
|
86
|
-
name: 'admin',
|
|
87
|
-
source: 'admin',
|
|
88
|
-
url: 'https://admin.eu.astrale.ai/api',
|
|
89
|
-
kernelIssuer: 'https://admin.eu.astrale.ai/api',
|
|
90
|
-
domainIssuer: 'https://admin.beta.astrale.ai',
|
|
91
|
-
})
|
|
92
|
-
expect(managedCalls).toEqual([])
|
|
93
|
-
})
|
|
94
|
-
|
|
95
|
-
test('active resolves through the same named-instance path', async () => {
|
|
96
|
-
await expect(
|
|
97
|
-
resolveInstanceTarget({ source: 'active' }, { config: DEFAULT_CONFIG, instances: store }),
|
|
98
|
-
).resolves.toMatchObject({
|
|
99
|
-
name: 'active-bookmark',
|
|
100
|
-
source: 'bookmark',
|
|
101
|
-
defaultIdentity: 'active-id',
|
|
102
|
-
})
|
|
103
|
-
})
|
|
104
|
-
|
|
105
|
-
test('managed slug resolves through the injected managed lookup', async () => {
|
|
106
|
-
await expect(
|
|
107
|
-
resolveInstanceTarget(
|
|
108
|
-
{ source: 'name', name: 'bryan' },
|
|
109
|
-
{
|
|
110
|
-
config: DEFAULT_CONFIG,
|
|
111
|
-
instances: emptyStore,
|
|
112
|
-
managed: async (slug) => ({
|
|
113
|
-
id: 'node-1',
|
|
114
|
-
slug,
|
|
115
|
-
url: `https://${slug}.eu.astrale.ai`,
|
|
116
|
-
state: 'ready',
|
|
117
|
-
}),
|
|
118
|
-
},
|
|
119
|
-
),
|
|
120
|
-
).resolves.toEqual({
|
|
121
|
-
name: 'bryan',
|
|
122
|
-
source: 'managed',
|
|
123
|
-
url: 'https://bryan.eu.astrale.ai/api',
|
|
124
|
-
kernelIssuer: 'https://bryan.eu.astrale.ai/api',
|
|
125
|
-
})
|
|
126
|
-
})
|
|
127
|
-
|
|
128
|
-
test('unknown slugs surface the original instance-not-found error', async () => {
|
|
129
|
-
await expect(
|
|
130
|
-
resolveInstanceTarget(
|
|
131
|
-
{ source: 'name', name: 'missing' },
|
|
132
|
-
{
|
|
133
|
-
config: DEFAULT_CONFIG,
|
|
134
|
-
instances: emptyStore,
|
|
135
|
-
managed: async () => {
|
|
136
|
-
throw new AdminInstanceNotFoundError('missing')
|
|
137
|
-
},
|
|
138
|
-
},
|
|
139
|
-
),
|
|
140
|
-
).rejects.toThrow('Instance "missing" is not bookmarked')
|
|
141
|
-
})
|
|
142
|
-
|
|
143
|
-
test('url targets do not receive an instance name by default', async () => {
|
|
144
|
-
await expect(
|
|
145
|
-
resolveInstanceTarget(
|
|
146
|
-
{ source: 'url', url: 'https://kernel.example.com/api' },
|
|
147
|
-
{ config: DEFAULT_CONFIG },
|
|
148
|
-
),
|
|
149
|
-
).resolves.toEqual({
|
|
150
|
-
source: 'url',
|
|
151
|
-
url: 'https://kernel.example.com/api',
|
|
152
|
-
kernelIssuer: 'https://kernel.example.com/api',
|
|
153
|
-
name: undefined,
|
|
154
|
-
})
|
|
155
|
-
})
|
|
156
|
-
})
|
|
157
|
-
|
|
158
|
-
describe('instance target helpers', () => {
|
|
159
|
-
test('recognizes direct and bookmarked admin config names', () => {
|
|
160
|
-
expect(couldBeConfiguredAdminInstance('admin', directAdminConfig)).toBe(true)
|
|
161
|
-
expect(
|
|
162
|
-
couldBeConfiguredAdminInstance('ops-admin', {
|
|
163
|
-
...DEFAULT_CONFIG,
|
|
164
|
-
admin: { instance: 'ops-admin' },
|
|
165
|
-
}),
|
|
166
|
-
).toBe(true)
|
|
167
|
-
expect(couldBeConfiguredAdminInstance('bryan', directAdminConfig)).toBe(false)
|
|
168
|
-
})
|
|
169
|
-
|
|
170
|
-
test('treats the owner-scoped Admin error as managed lookup not-found', () => {
|
|
171
|
-
expect(isManagedInstanceNotFound(new AdminInstanceNotFoundError('admin'))).toBe(true)
|
|
172
|
-
})
|
|
173
|
-
|
|
174
|
-
test('does not hide non-not-found managed lookup failures', () => {
|
|
175
|
-
const auth = new Error('permission denied')
|
|
176
|
-
auth.name = 'PermissionDeniedError'
|
|
177
|
-
|
|
178
|
-
expect(isManagedInstanceNotFound(auth)).toBe(false)
|
|
179
|
-
})
|
|
180
|
-
|
|
181
|
-
test('recognizes an owner-scoped lookup miss', () => {
|
|
182
|
-
expect(
|
|
183
|
-
isManagedInstanceNotFound(
|
|
184
|
-
new AstraleError('INSTANCE_NOT_FOUND', 'No owned instance matches "missing".'),
|
|
185
|
-
),
|
|
186
|
-
).toBe(true)
|
|
187
|
-
})
|
|
188
|
-
})
|
|
189
|
-
|
|
190
|
-
describe('isManagedInstanceNotFound: unknown errors', () => {
|
|
191
|
-
test('does not infer a miss from an InternalKernelError message', () => {
|
|
192
|
-
const e = new Error('DISPATCH_FAILED: handler crashed')
|
|
193
|
-
e.name = 'InternalKernelError'
|
|
194
|
-
expect(isManagedInstanceNotFound(e)).toBe(false)
|
|
195
|
-
})
|
|
196
|
-
|
|
197
|
-
test('maps Admin token-exchange failure to INSTANCE_NOT_FOUND', async () => {
|
|
198
|
-
const managed = async () => {
|
|
199
|
-
throw new AstraleError(
|
|
200
|
-
'TOKEN_EXCHANGE_SOURCE_INVALID',
|
|
201
|
-
'The source identity credential has no valid expiration.',
|
|
202
|
-
)
|
|
203
|
-
}
|
|
204
|
-
const opts = {
|
|
205
|
-
config: DEFAULT_CONFIG,
|
|
206
|
-
instances: { instances: {} },
|
|
207
|
-
managed,
|
|
208
|
-
} as unknown as Parameters<typeof resolveInstanceTarget>[1]
|
|
209
|
-
await expect(
|
|
210
|
-
resolveInstanceTarget({ source: 'name', name: 'ghost' }, opts),
|
|
211
|
-
).rejects.toMatchObject({ code: 'INSTANCE_NOT_FOUND' })
|
|
212
|
-
})
|
|
213
|
-
})
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
import { describe, expect, test } from 'bun:test'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
findBookmarkTrustConflicts,
|
|
5
|
-
InstanceStoreSchema,
|
|
6
|
-
normalizeInstanceKernelUrl,
|
|
7
|
-
sanitizeStore,
|
|
8
|
-
} from '../instance'
|
|
9
|
-
|
|
10
|
-
describe('InstanceStoreSchema', () => {
|
|
11
|
-
test('parses valid store with url', () => {
|
|
12
|
-
const result = InstanceStoreSchema.parse({
|
|
13
|
-
active: 'prod',
|
|
14
|
-
instances: {
|
|
15
|
-
prod: { url: 'https://prod.example.com', createdAt: '2024-01-01T00:00:00Z' },
|
|
16
|
-
},
|
|
17
|
-
})
|
|
18
|
-
expect(result.active).toBe('prod')
|
|
19
|
-
expect(result.instances.prod.url).toBe('https://prod.example.com')
|
|
20
|
-
})
|
|
21
|
-
|
|
22
|
-
test('parses legacy instance without url for migration compatibility', () => {
|
|
23
|
-
const result = InstanceStoreSchema.parse({
|
|
24
|
-
active: 'dev',
|
|
25
|
-
instances: {
|
|
26
|
-
dev: { createdAt: '2024-01-01T00:00:00Z' },
|
|
27
|
-
},
|
|
28
|
-
})
|
|
29
|
-
expect(result.instances.dev.url).toBeUndefined()
|
|
30
|
-
})
|
|
31
|
-
|
|
32
|
-
test('parses multiple instances', () => {
|
|
33
|
-
const result = InstanceStoreSchema.parse({
|
|
34
|
-
active: 'prod',
|
|
35
|
-
instances: {
|
|
36
|
-
local: { url: 'https://local.example.com', createdAt: '2024-01-01T00:00:00Z' },
|
|
37
|
-
prod: { url: 'https://prod.example.com', createdAt: '2024-06-01T00:00:00Z' },
|
|
38
|
-
},
|
|
39
|
-
})
|
|
40
|
-
expect(Object.keys(result.instances)).toHaveLength(2)
|
|
41
|
-
})
|
|
42
|
-
|
|
43
|
-
test('rejects missing active field', () => {
|
|
44
|
-
expect(() =>
|
|
45
|
-
InstanceStoreSchema.parse({
|
|
46
|
-
instances: { m: { createdAt: '2024-01-01' } },
|
|
47
|
-
}),
|
|
48
|
-
).toThrow()
|
|
49
|
-
})
|
|
50
|
-
|
|
51
|
-
test('accepts instance without createdAt (optional at schema level)', () => {
|
|
52
|
-
// `createdAt` is intentionally optional on InstanceEntrySchema: only
|
|
53
|
-
// `createdAt` is metadata; the connection URL is the only required
|
|
54
|
-
// field for a usable bookmark.
|
|
55
|
-
const result = InstanceStoreSchema.parse({
|
|
56
|
-
active: 'm',
|
|
57
|
-
instances: { m: { url: 'http://test' } },
|
|
58
|
-
})
|
|
59
|
-
expect(result.instances.m.createdAt).toBeUndefined()
|
|
60
|
-
})
|
|
61
|
-
|
|
62
|
-
test('accepts empty instances record', () => {
|
|
63
|
-
const result = InstanceStoreSchema.parse({
|
|
64
|
-
active: 'none',
|
|
65
|
-
instances: {},
|
|
66
|
-
})
|
|
67
|
-
expect(Object.keys(result.instances)).toHaveLength(0)
|
|
68
|
-
})
|
|
69
|
-
|
|
70
|
-
test('normalizes region-routed managed instance roots to the kernel api URL', () => {
|
|
71
|
-
expect(normalizeInstanceKernelUrl('https://testmarc.eu.astrale.ai')).toBe(
|
|
72
|
-
'https://testmarc.eu.astrale.ai/api',
|
|
73
|
-
)
|
|
74
|
-
expect(normalizeInstanceKernelUrl('https://testmarc.eu.astrale.ai/')).toBe(
|
|
75
|
-
'https://testmarc.eu.astrale.ai/api',
|
|
76
|
-
)
|
|
77
|
-
expect(normalizeInstanceKernelUrl('https://testmarc.eu.beta.astrale.ai')).toBe(
|
|
78
|
-
'https://testmarc.eu.beta.astrale.ai/api',
|
|
79
|
-
)
|
|
80
|
-
expect(normalizeInstanceKernelUrl('https://shell.beta.astrale.ai')).toBe(
|
|
81
|
-
'https://shell.beta.astrale.ai',
|
|
82
|
-
)
|
|
83
|
-
})
|
|
84
|
-
|
|
85
|
-
test('does not rewrite explicit kernel or non-managed URLs', () => {
|
|
86
|
-
expect(normalizeInstanceKernelUrl('https://testmarc.eu.astrale.ai/api')).toBe(
|
|
87
|
-
'https://testmarc.eu.astrale.ai/api',
|
|
88
|
-
)
|
|
89
|
-
expect(normalizeInstanceKernelUrl('https://localhost:8443/kernel/host')).toBe(
|
|
90
|
-
'https://localhost:8443/kernel/host',
|
|
91
|
-
)
|
|
92
|
-
expect(normalizeInstanceKernelUrl('https://scw-admin.astrale.ai')).toBe(
|
|
93
|
-
'https://scw-admin.astrale.ai',
|
|
94
|
-
)
|
|
95
|
-
expect(normalizeInstanceKernelUrl('https://testmarc.svc.eu.astrale.ai')).toBe(
|
|
96
|
-
'https://testmarc.svc.eu.astrale.ai',
|
|
97
|
-
)
|
|
98
|
-
expect(normalizeInstanceKernelUrl('https://testmarc.eu.astrale.ai?debug=1')).toBe(
|
|
99
|
-
'https://testmarc.eu.astrale.ai?debug=1',
|
|
100
|
-
)
|
|
101
|
-
})
|
|
102
|
-
})
|
|
103
|
-
|
|
104
|
-
describe('sanitizeStore — read must not rewrite', () => {
|
|
105
|
-
test('an already-normalized store reports changed=false', () => {
|
|
106
|
-
// `changed` was computed via OBJECT IDENTITY (always true), so every
|
|
107
|
-
// read rewrote instances.json fire-and-forget — concurrent astrale
|
|
108
|
-
// processes clobbered each other's `active` from stale snapshots and
|
|
109
|
-
// calls silently targeted the wrong instance.
|
|
110
|
-
const store = {
|
|
111
|
-
active: 'a',
|
|
112
|
-
instances: {
|
|
113
|
-
a: { url: 'https://a.example/api', kind: 'bookmark' as const },
|
|
114
|
-
},
|
|
115
|
-
}
|
|
116
|
-
const { changed } = sanitizeStore(store)
|
|
117
|
-
expect(changed).toBe(false)
|
|
118
|
-
})
|
|
119
|
-
|
|
120
|
-
test('a dangling active pointer is preserved (not silently re-aimed)', () => {
|
|
121
|
-
const store = {
|
|
122
|
-
active: 'ghost',
|
|
123
|
-
instances: { a: { url: 'https://a.example/api', kind: 'bookmark' as const } },
|
|
124
|
-
}
|
|
125
|
-
const { store: out } = sanitizeStore(store)
|
|
126
|
-
expect(out.active).toBe('ghost')
|
|
127
|
-
})
|
|
128
|
-
|
|
129
|
-
test('organizationId survives sanitize without flagging a rewrite', () => {
|
|
130
|
-
// The org id captured at `instance create` is what makes token scoping
|
|
131
|
-
// immune to the router's eventually-consistent /auth/org — losing it on
|
|
132
|
-
// a read (or rewriting the file for it) would re-open the stale-org race.
|
|
133
|
-
const store = {
|
|
134
|
-
active: 'a',
|
|
135
|
-
instances: {
|
|
136
|
-
a: {
|
|
137
|
-
url: 'https://a.example/api',
|
|
138
|
-
kind: 'bookmark' as const,
|
|
139
|
-
organizationId: 'org_123',
|
|
140
|
-
},
|
|
141
|
-
},
|
|
142
|
-
}
|
|
143
|
-
const { store: out, changed } = sanitizeStore(store)
|
|
144
|
-
expect(out.instances.a.organizationId).toBe('org_123')
|
|
145
|
-
expect(changed).toBe(false)
|
|
146
|
-
})
|
|
147
|
-
})
|
|
148
|
-
|
|
149
|
-
describe('bookmark TLS trust collisions', () => {
|
|
150
|
-
test('finds the same normalized URL with a different CA configuration', () => {
|
|
151
|
-
const store = InstanceStoreSchema.parse({
|
|
152
|
-
active: 'stable',
|
|
153
|
-
instances: {
|
|
154
|
-
stable: {
|
|
155
|
-
url: 'https://local.example/kernel/',
|
|
156
|
-
caFile: '/certs/stable.pem',
|
|
157
|
-
},
|
|
158
|
-
alias: {
|
|
159
|
-
url: 'https://local.example/kernel',
|
|
160
|
-
caFile: '/certs/old.pem',
|
|
161
|
-
},
|
|
162
|
-
other: {
|
|
163
|
-
url: 'https://other.example/kernel',
|
|
164
|
-
caFile: '/certs/old.pem',
|
|
165
|
-
},
|
|
166
|
-
},
|
|
167
|
-
})
|
|
168
|
-
|
|
169
|
-
expect(
|
|
170
|
-
findBookmarkTrustConflicts(
|
|
171
|
-
store,
|
|
172
|
-
'stable',
|
|
173
|
-
'https://local.example/kernel',
|
|
174
|
-
'/certs/stable.pem',
|
|
175
|
-
),
|
|
176
|
-
).toEqual([{ name: 'alias', caFile: '/certs/old.pem' }])
|
|
177
|
-
})
|
|
178
|
-
|
|
179
|
-
test('treats custom CA versus system trust as a meaningful difference', () => {
|
|
180
|
-
const store = InstanceStoreSchema.parse({
|
|
181
|
-
active: 'custom',
|
|
182
|
-
instances: {
|
|
183
|
-
custom: { url: 'https://local.example', caFile: '/certs/local.pem' },
|
|
184
|
-
system: { url: 'https://local.example' },
|
|
185
|
-
},
|
|
186
|
-
})
|
|
187
|
-
|
|
188
|
-
expect(
|
|
189
|
-
findBookmarkTrustConflicts(store, 'custom', 'https://local.example', '/certs/local.pem'),
|
|
190
|
-
).toEqual([{ name: 'system', caFile: null }])
|
|
191
|
-
})
|
|
192
|
-
})
|
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
import { describe, expect, test } from 'bun:test'
|
|
2
|
-
|
|
3
|
-
import type { IdentityStore } from '../../identity/index'
|
|
4
|
-
import type { IdpSession } from '../idp'
|
|
5
|
-
import type { InstanceStore } from '../instance'
|
|
6
|
-
|
|
7
|
-
import { DEFAULT_ADMIN_TARGET_URL } from '../admin-target'
|
|
8
|
-
import { buildLocalStatus, decodeJwtExpiration } from '../local-status'
|
|
9
|
-
|
|
10
|
-
describe('local status snapshot', () => {
|
|
11
|
-
test('summarizes active bookmark and key identity registration', async () => {
|
|
12
|
-
const instances: InstanceStore = {
|
|
13
|
-
active: 'staging',
|
|
14
|
-
instances: {
|
|
15
|
-
staging: { url: 'https://kernel.example.com', issuer: 'https://issuer.example.com' },
|
|
16
|
-
},
|
|
17
|
-
}
|
|
18
|
-
const identities: IdentityStore = {
|
|
19
|
-
default: 'alice',
|
|
20
|
-
identities: {
|
|
21
|
-
alice: {
|
|
22
|
-
subject: 'alice',
|
|
23
|
-
source: 'key',
|
|
24
|
-
createdAt: '2026-01-01T00:00:00.000Z',
|
|
25
|
-
registrations: {
|
|
26
|
-
staging: {
|
|
27
|
-
iss: 'https://kernel.example.com/iss/thumbprint',
|
|
28
|
-
sub: 'node-1',
|
|
29
|
-
registeredAt: '2026-01-02T00:00:00.000Z',
|
|
30
|
-
},
|
|
31
|
-
admin: {
|
|
32
|
-
iss: 'https://admin.eu.astrale.ai/api/iss/thumbprint',
|
|
33
|
-
sub: 'admin-node-1',
|
|
34
|
-
registeredAt: '2026-01-02T00:00:00.000Z',
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const status = await buildLocalStatus(instances, identities, async () => null)
|
|
42
|
-
|
|
43
|
-
expect(status.instance?.active).toBe('staging')
|
|
44
|
-
expect(status.instance?.url).toBe('https://kernel.example.com')
|
|
45
|
-
expect('error' in status.admin).toBe(false)
|
|
46
|
-
if (!('error' in status.admin)) {
|
|
47
|
-
expect(status.admin.url).toBe(DEFAULT_ADMIN_TARGET_URL)
|
|
48
|
-
}
|
|
49
|
-
expect(status.identity?.name).toBe('alice')
|
|
50
|
-
expect(status.identity?.source).toBe('key')
|
|
51
|
-
expect(status.identity?.session).toBeNull()
|
|
52
|
-
})
|
|
53
|
-
|
|
54
|
-
test('keeps a refreshable cached IdP session ready when the access token is stale', async () => {
|
|
55
|
-
const instances: InstanceStore = {
|
|
56
|
-
active: '',
|
|
57
|
-
instances: {},
|
|
58
|
-
}
|
|
59
|
-
const identities: IdentityStore = {
|
|
60
|
-
default: 'workos-user',
|
|
61
|
-
identities: {
|
|
62
|
-
'workos-user': {
|
|
63
|
-
subject: 'user_123',
|
|
64
|
-
source: 'idp',
|
|
65
|
-
mode: 'remote',
|
|
66
|
-
idp: 'workos',
|
|
67
|
-
issuer: 'https://idp.example.com',
|
|
68
|
-
createdAt: '2026-01-01T00:00:00.000Z',
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
}
|
|
72
|
-
const session: IdpSession = {
|
|
73
|
-
identity: 'workos-user',
|
|
74
|
-
idp: 'workos',
|
|
75
|
-
issuer: 'https://idp.example.com',
|
|
76
|
-
subject: 'user_123',
|
|
77
|
-
access_token: 'redacted',
|
|
78
|
-
refresh_token: 'redacted-refresh',
|
|
79
|
-
expires_at: '2000-01-01T00:00:00.000Z',
|
|
80
|
-
updatedAt: '2026-01-01T00:00:00.000Z',
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
const status = await buildLocalStatus(instances, identities, async () => session)
|
|
84
|
-
|
|
85
|
-
expect(status.instance).toBeNull()
|
|
86
|
-
expect(status.identity?.source).toBe('idp')
|
|
87
|
-
expect(status.identity?.session?.cached).toBe(true)
|
|
88
|
-
expect(status.identity?.session?.requiresLogin).toBe(false)
|
|
89
|
-
expect(status.identity?.session?.hasRefreshToken).toBe(true)
|
|
90
|
-
})
|
|
91
|
-
|
|
92
|
-
test('requires login when the cached IdP access token is stale and cannot refresh', async () => {
|
|
93
|
-
const instances: InstanceStore = {
|
|
94
|
-
active: '',
|
|
95
|
-
instances: {},
|
|
96
|
-
}
|
|
97
|
-
const identities: IdentityStore = {
|
|
98
|
-
default: 'workos-user',
|
|
99
|
-
identities: {
|
|
100
|
-
'workos-user': {
|
|
101
|
-
subject: 'user_123',
|
|
102
|
-
source: 'idp',
|
|
103
|
-
mode: 'remote',
|
|
104
|
-
idp: 'workos',
|
|
105
|
-
issuer: 'https://idp.example.com',
|
|
106
|
-
createdAt: '2026-01-01T00:00:00.000Z',
|
|
107
|
-
},
|
|
108
|
-
},
|
|
109
|
-
}
|
|
110
|
-
const session: IdpSession = {
|
|
111
|
-
identity: 'workos-user',
|
|
112
|
-
idp: 'workos',
|
|
113
|
-
issuer: 'https://idp.example.com',
|
|
114
|
-
subject: 'user_123',
|
|
115
|
-
access_token: 'redacted',
|
|
116
|
-
expires_at: '2000-01-01T00:00:00.000Z',
|
|
117
|
-
updatedAt: '2026-01-01T00:00:00.000Z',
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
const status = await buildLocalStatus(instances, identities, async () => session)
|
|
121
|
-
|
|
122
|
-
expect(status.identity?.session?.cached).toBe(true)
|
|
123
|
-
expect(status.identity?.session?.requiresLogin).toBe(true)
|
|
124
|
-
expect(status.identity?.session?.hasRefreshToken).toBe(false)
|
|
125
|
-
})
|
|
126
|
-
|
|
127
|
-
test('summarizes active managed slug without requiring a local bookmark', async () => {
|
|
128
|
-
const instances: InstanceStore = {
|
|
129
|
-
active: 'testmarc',
|
|
130
|
-
instances: {},
|
|
131
|
-
}
|
|
132
|
-
const identities: IdentityStore = {
|
|
133
|
-
default: 'workos-user',
|
|
134
|
-
identities: {
|
|
135
|
-
'workos-user': {
|
|
136
|
-
subject: 'user_123',
|
|
137
|
-
source: 'idp',
|
|
138
|
-
mode: 'remote',
|
|
139
|
-
idp: 'workos',
|
|
140
|
-
issuer: 'https://idp.example.com',
|
|
141
|
-
createdAt: '2026-01-01T00:00:00.000Z',
|
|
142
|
-
},
|
|
143
|
-
},
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
const status = await buildLocalStatus(instances, identities, async () => null)
|
|
147
|
-
|
|
148
|
-
expect(status.instance).toEqual({
|
|
149
|
-
active: 'testmarc',
|
|
150
|
-
url: '',
|
|
151
|
-
issuer: null,
|
|
152
|
-
defaultIdentity: null,
|
|
153
|
-
})
|
|
154
|
-
})
|
|
155
|
-
|
|
156
|
-
test('falls back to identity exp claim when IdP session has no expires_at', async () => {
|
|
157
|
-
const identities: IdentityStore = {
|
|
158
|
-
default: 'workos-user',
|
|
159
|
-
identities: {
|
|
160
|
-
'workos-user': {
|
|
161
|
-
subject: 'user_123',
|
|
162
|
-
source: 'idp',
|
|
163
|
-
mode: 'remote',
|
|
164
|
-
idp: 'workos',
|
|
165
|
-
issuer: 'https://idp.example.com',
|
|
166
|
-
createdAt: '2026-01-01T00:00:00.000Z',
|
|
167
|
-
claims: { exp: 946684800 },
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
}
|
|
171
|
-
const session: IdpSession = {
|
|
172
|
-
identity: 'workos-user',
|
|
173
|
-
idp: 'workos',
|
|
174
|
-
issuer: 'https://idp.example.com',
|
|
175
|
-
subject: 'user_123',
|
|
176
|
-
access_token: 'redacted',
|
|
177
|
-
updatedAt: '2026-01-01T00:00:00.000Z',
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
const status = await buildLocalStatus(
|
|
181
|
-
{ active: '', instances: {} },
|
|
182
|
-
identities,
|
|
183
|
-
async () => session,
|
|
184
|
-
)
|
|
185
|
-
|
|
186
|
-
expect(status.identity?.session?.requiresLogin).toBe(true)
|
|
187
|
-
})
|
|
188
|
-
})
|
|
189
|
-
|
|
190
|
-
describe('decodeJwtExpiration', () => {
|
|
191
|
-
test('decodes exp without exposing token content', async () => {
|
|
192
|
-
const b64u = (value: unknown) => Buffer.from(JSON.stringify(value)).toString('base64url')
|
|
193
|
-
const token = `${b64u({ alg: 'none' })}.${b64u({ exp: 946684800 })}.signature`
|
|
194
|
-
|
|
195
|
-
const expiration = decodeJwtExpiration(token, Date.parse('2026-01-01T00:00:00.000Z'))
|
|
196
|
-
|
|
197
|
-
expect(expiration).toEqual({
|
|
198
|
-
expiresAt: '2000-01-01T00:00:00.000Z',
|
|
199
|
-
expired: true,
|
|
200
|
-
})
|
|
201
|
-
})
|
|
202
|
-
})
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { afterEach, beforeEach, describe, expect, test } from 'bun:test'
|
|
2
|
-
|
|
3
|
-
import { AstraleError } from '../../errors'
|
|
4
|
-
import { failInput, fatal } from '../log'
|
|
5
|
-
|
|
6
|
-
class ExitError extends Error {}
|
|
7
|
-
|
|
8
|
-
let stderr = ''
|
|
9
|
-
let exit: typeof process.exit
|
|
10
|
-
let write: typeof process.stderr.write
|
|
11
|
-
|
|
12
|
-
beforeEach(() => {
|
|
13
|
-
stderr = ''
|
|
14
|
-
exit = process.exit
|
|
15
|
-
write = process.stderr.write
|
|
16
|
-
process.exit = (() => {
|
|
17
|
-
throw new ExitError()
|
|
18
|
-
}) as typeof process.exit
|
|
19
|
-
process.stderr.write = ((chunk: string | Uint8Array) => {
|
|
20
|
-
stderr += String(chunk)
|
|
21
|
-
return true
|
|
22
|
-
}) as typeof process.stderr.write
|
|
23
|
-
})
|
|
24
|
-
|
|
25
|
-
afterEach(() => {
|
|
26
|
-
process.exit = exit
|
|
27
|
-
process.stderr.write = write
|
|
28
|
-
})
|
|
29
|
-
|
|
30
|
-
describe('terminal error safety', () => {
|
|
31
|
-
test('renders an empty aggregate as an honest non-blank unexpected failure', () => {
|
|
32
|
-
expect(() => fatal(new AggregateError([], ''), { json: true })).toThrow(ExitError)
|
|
33
|
-
expect(JSON.parse(stderr)).toEqual({
|
|
34
|
-
error: 'UNEXPECTED_ERROR',
|
|
35
|
-
message: 'The CLI encountered an unexpected internal failure.',
|
|
36
|
-
})
|
|
37
|
-
})
|
|
38
|
-
|
|
39
|
-
test('retains unknown failure evidence only under explicit debug output', () => {
|
|
40
|
-
const failure = new AggregateError([new Error('provider rejected organization scope')], '')
|
|
41
|
-
|
|
42
|
-
expect(() => fatal(failure, { json: true, debug: true })).toThrow(ExitError)
|
|
43
|
-
|
|
44
|
-
expect(stderr).toContain(
|
|
45
|
-
'{"error":"UNEXPECTED_ERROR","message":"The CLI encountered an unexpected internal failure."}',
|
|
46
|
-
)
|
|
47
|
-
expect(stderr).toContain('aggregate: Error: provider rejected organization scope')
|
|
48
|
-
})
|
|
49
|
-
|
|
50
|
-
test('rejects blank admitted CLI diagnostics', () => {
|
|
51
|
-
expect(() => new AstraleError('INVALID_INPUT', ' ')).toThrow(TypeError)
|
|
52
|
-
})
|
|
53
|
-
|
|
54
|
-
test('labels only expected admission failures as invalid input', () => {
|
|
55
|
-
expect(() => failInput(new TypeError('Authored value is invalid.'), { json: true })).toThrow(
|
|
56
|
-
ExitError,
|
|
57
|
-
)
|
|
58
|
-
expect(JSON.parse(stderr)).toMatchObject({ error: 'INVALID_INPUT' })
|
|
59
|
-
|
|
60
|
-
stderr = ''
|
|
61
|
-
expect(() => failInput(new AggregateError([], ''), { json: true })).toThrow(ExitError)
|
|
62
|
-
expect(JSON.parse(stderr)).toMatchObject({ error: 'UNEXPECTED_ERROR' })
|
|
63
|
-
})
|
|
64
|
-
})
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { afterEach, beforeEach, describe, expect, mock, test } from 'bun:test'
|
|
2
|
-
|
|
3
|
-
import { log } from '../log'
|
|
4
|
-
|
|
5
|
-
describe('log diagnostics', () => {
|
|
6
|
-
let stdout: string[]
|
|
7
|
-
let stderr: string[]
|
|
8
|
-
let originalLog: typeof console.log
|
|
9
|
-
let originalError: typeof console.error
|
|
10
|
-
|
|
11
|
-
beforeEach(() => {
|
|
12
|
-
stdout = []
|
|
13
|
-
stderr = []
|
|
14
|
-
originalLog = console.log
|
|
15
|
-
originalError = console.error
|
|
16
|
-
console.log = mock((...values: unknown[]) => stdout.push(values.map(String).join(' ')))
|
|
17
|
-
console.error = mock((...values: unknown[]) => stderr.push(values.map(String).join(' ')))
|
|
18
|
-
})
|
|
19
|
-
|
|
20
|
-
afterEach(() => {
|
|
21
|
-
console.log = originalLog
|
|
22
|
-
console.error = originalError
|
|
23
|
-
})
|
|
24
|
-
|
|
25
|
-
test('warnings use stderr so machine-readable stdout remains one value', () => {
|
|
26
|
-
log.warn('identity override consented')
|
|
27
|
-
|
|
28
|
-
expect(stdout).toEqual([])
|
|
29
|
-
expect(stderr.join('\n')).toContain('identity override consented')
|
|
30
|
-
})
|
|
31
|
-
})
|