@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
package/src/lib/invocation.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/** Process-wide machine mode from argv (`--json` / `--raw` / `--ci`). */
|
|
2
|
-
|
|
3
|
-
let argvMachine = false
|
|
4
|
-
|
|
5
|
-
export function configureInvocation(argv: readonly string[]): void {
|
|
6
|
-
argvMachine = argv.some((token) => token === '--json' || token === '--raw' || token === '--ci')
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export function invocationWantsMachine(): boolean {
|
|
10
|
-
return argvMachine
|
|
11
|
-
}
|
package/src/lib/local-status.ts
DELETED
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
import { decodeJwt } from 'jose'
|
|
2
|
-
|
|
3
|
-
import type { AstraleConfig } from './config'
|
|
4
|
-
|
|
5
|
-
import { readIdentities, type IdentityStore } from '../identity/index'
|
|
6
|
-
import { resolveAdminTargetFromStore } from './admin-target'
|
|
7
|
-
import { DEFAULT_CONFIG, readConfig } from './config'
|
|
8
|
-
import { isSessionExpired, readIdpSession, type IdpSession } from './idp'
|
|
9
|
-
import { readInstances, type InstanceStore } from './instance'
|
|
10
|
-
|
|
11
|
-
export type LocalInstanceStatus = {
|
|
12
|
-
active: string
|
|
13
|
-
url: string
|
|
14
|
-
issuer: string | null
|
|
15
|
-
defaultIdentity: string | null
|
|
16
|
-
} | null
|
|
17
|
-
|
|
18
|
-
export type LocalAdminStatus =
|
|
19
|
-
| {
|
|
20
|
-
name: string
|
|
21
|
-
url: string
|
|
22
|
-
issuer: string
|
|
23
|
-
source: string
|
|
24
|
-
configured: boolean
|
|
25
|
-
}
|
|
26
|
-
| {
|
|
27
|
-
error: string
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export type LocalIdentityStatus = {
|
|
31
|
-
name: string
|
|
32
|
-
subject: string
|
|
33
|
-
source: 'key' | 'idp'
|
|
34
|
-
idp: string | null
|
|
35
|
-
session: {
|
|
36
|
-
cached: boolean
|
|
37
|
-
requiresLogin?: boolean
|
|
38
|
-
hasRefreshToken?: boolean
|
|
39
|
-
} | null
|
|
40
|
-
} | null
|
|
41
|
-
|
|
42
|
-
export type LocalStatus = {
|
|
43
|
-
admin: LocalAdminStatus
|
|
44
|
-
instance: LocalInstanceStatus
|
|
45
|
-
identity: LocalIdentityStatus
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export type JwtExpiration = {
|
|
49
|
-
expiresAt: string
|
|
50
|
-
expired: boolean
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export async function readLocalStatus(): Promise<LocalStatus> {
|
|
54
|
-
const [instances, identities, config] = await Promise.all([
|
|
55
|
-
// Read-only: status / `setup --plan` must never trigger a sanitize-writeback.
|
|
56
|
-
readInstances(undefined, { persist: false }),
|
|
57
|
-
readIdentities(),
|
|
58
|
-
readConfig(),
|
|
59
|
-
])
|
|
60
|
-
return buildLocalStatus(instances, identities, async (name) => readIdpSession(name), config)
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export async function buildLocalStatus(
|
|
64
|
-
instances: InstanceStore,
|
|
65
|
-
identities: IdentityStore,
|
|
66
|
-
readSession: (identityName: string) => Promise<IdpSession | null>,
|
|
67
|
-
config: AstraleConfig = DEFAULT_CONFIG,
|
|
68
|
-
): Promise<LocalStatus> {
|
|
69
|
-
const activeEntry = instances.active ? instances.instances[instances.active] : undefined
|
|
70
|
-
const instance = instances.active
|
|
71
|
-
? {
|
|
72
|
-
active: instances.active,
|
|
73
|
-
url: activeEntry?.url ?? '',
|
|
74
|
-
issuer: activeEntry?.issuer ?? null,
|
|
75
|
-
defaultIdentity: activeEntry?.defaultIdentity ?? null,
|
|
76
|
-
}
|
|
77
|
-
: null
|
|
78
|
-
|
|
79
|
-
const identityEntry = identities.identities[identities.default]
|
|
80
|
-
const admin = buildAdminStatus(config, instances)
|
|
81
|
-
if (!identityEntry) {
|
|
82
|
-
return { admin, instance, identity: null }
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
const source = identityEntry.source ?? 'key'
|
|
86
|
-
const session =
|
|
87
|
-
source === 'idp'
|
|
88
|
-
? await readSession(identities.default)
|
|
89
|
-
.then((value) => {
|
|
90
|
-
if (!value) return { cached: false }
|
|
91
|
-
const expiresAt =
|
|
92
|
-
value.expires_at ??
|
|
93
|
-
expClaimToIso(value.claims?.exp) ??
|
|
94
|
-
expClaimToIso(identityEntry.claims?.exp)
|
|
95
|
-
const hasRefreshToken = !!value.refresh_token
|
|
96
|
-
return {
|
|
97
|
-
cached: true,
|
|
98
|
-
requiresLogin:
|
|
99
|
-
!hasRefreshToken &&
|
|
100
|
-
isSessionExpired({ expires_at: expiresAt, access_token: value.access_token }),
|
|
101
|
-
hasRefreshToken,
|
|
102
|
-
}
|
|
103
|
-
})
|
|
104
|
-
.catch(() => ({ cached: false }))
|
|
105
|
-
: null
|
|
106
|
-
|
|
107
|
-
return {
|
|
108
|
-
admin,
|
|
109
|
-
instance,
|
|
110
|
-
identity: {
|
|
111
|
-
name: identities.default,
|
|
112
|
-
subject: identityEntry.subject,
|
|
113
|
-
source,
|
|
114
|
-
idp: identityEntry.idp ?? null,
|
|
115
|
-
session,
|
|
116
|
-
},
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
function buildAdminStatus(config: AstraleConfig, instances: InstanceStore): LocalAdminStatus {
|
|
121
|
-
try {
|
|
122
|
-
const target = resolveAdminTargetFromStore({}, config, instances)
|
|
123
|
-
return {
|
|
124
|
-
name: target.name,
|
|
125
|
-
url: target.url,
|
|
126
|
-
issuer: target.kernelIssuer,
|
|
127
|
-
source: target.source,
|
|
128
|
-
configured: target.configured,
|
|
129
|
-
}
|
|
130
|
-
} catch (err) {
|
|
131
|
-
return { error: err instanceof Error ? err.message : String(err) }
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
function expClaimToIso(value: unknown): string | undefined {
|
|
136
|
-
if (typeof value !== 'number') return undefined
|
|
137
|
-
return new Date(value * 1000).toISOString()
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
export function decodeJwtExpiration(token: string, nowMs = Date.now()): JwtExpiration | null {
|
|
141
|
-
try {
|
|
142
|
-
const payload = decodeJwt(token)
|
|
143
|
-
if (typeof payload.exp !== 'number') return null
|
|
144
|
-
const expiresMs = payload.exp * 1000
|
|
145
|
-
return {
|
|
146
|
-
expiresAt: new Date(expiresMs).toISOString(),
|
|
147
|
-
expired: expiresMs <= nowMs,
|
|
148
|
-
}
|
|
149
|
-
} catch {
|
|
150
|
-
return null
|
|
151
|
-
}
|
|
152
|
-
}
|
package/src/lib/log.ts
DELETED
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import chalk from 'chalk'
|
|
2
|
-
import ora, { type Ora } from 'ora'
|
|
3
|
-
|
|
4
|
-
import { AstraleError, NotImplementedError } from '../errors'
|
|
5
|
-
import { printFailureDebug } from './failure-debug'
|
|
6
|
-
import { formatElapsed } from './format'
|
|
7
|
-
import { isMachine, type MachineOpts } from './output'
|
|
8
|
-
|
|
9
|
-
export const log = {
|
|
10
|
-
info: (msg: string) => console.log(chalk.blue('ℹ'), msg),
|
|
11
|
-
success: (msg: string) => console.log(chalk.green('✔'), msg),
|
|
12
|
-
// Diagnostics never share stdout with command results. In particular,
|
|
13
|
-
// --json/--raw consumers must receive exactly one parseable value there.
|
|
14
|
-
warn: (msg: string) => console.error(chalk.yellow('⚠'), msg),
|
|
15
|
-
error: (msg: string) => console.error(chalk.red('✖'), msg),
|
|
16
|
-
step: (msg: string) => console.log(chalk.cyan('→'), msg),
|
|
17
|
-
dim: (msg: string) => console.log(chalk.dim(msg)),
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/** Report an error with hint (when present) and exit. `--json` / `--ci` / a
|
|
21
|
-
* non-TTY stdout always get one structured JSON line on stderr. */
|
|
22
|
-
export function fatal(e: unknown, opts?: MachineOpts & { readonly debug?: boolean }): never {
|
|
23
|
-
// Ctrl-C at an interactive (@inquirer/prompts) prompt — exit quietly with the
|
|
24
|
-
// SIGINT convention, not a red error line.
|
|
25
|
-
if (e instanceof Error && e.name === 'ExitPromptError') process.exit(130)
|
|
26
|
-
const msg =
|
|
27
|
-
e instanceof AstraleError ? e.message : 'The CLI encountered an unexpected internal failure.'
|
|
28
|
-
const code = e instanceof AstraleError ? e.code : 'UNEXPECTED_ERROR'
|
|
29
|
-
if (isMachine(opts)) {
|
|
30
|
-
const payload: Record<string, unknown> = { error: code, message: msg }
|
|
31
|
-
if (e instanceof AstraleError && e.hint) payload.hint = e.hint
|
|
32
|
-
process.stderr.write(JSON.stringify(payload) + '\n')
|
|
33
|
-
} else {
|
|
34
|
-
log.error(`${code}: ${msg}`)
|
|
35
|
-
if (e instanceof AstraleError && e.hint) log.dim(` hint: ${e.hint}`)
|
|
36
|
-
}
|
|
37
|
-
if (opts?.debug) printFailureDebug(e, '')
|
|
38
|
-
process.exit(1)
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/** Project only a caller-authored admission failure into the CLI input family. */
|
|
42
|
-
export function failInput(error: unknown, opts?: MachineOpts): never {
|
|
43
|
-
if (error instanceof AstraleError) fatal(error, opts)
|
|
44
|
-
if (!(error instanceof TypeError)) fatal(error, opts)
|
|
45
|
-
fatal(
|
|
46
|
-
new AstraleError(
|
|
47
|
-
'INVALID_INPUT',
|
|
48
|
-
error.message.trim() ? error.message : 'CLI input is invalid.',
|
|
49
|
-
),
|
|
50
|
-
opts,
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/** Shortcut for stub commands that aren't wired in v1 (§15). */
|
|
55
|
-
export function fatalNotImplemented(feature: string, hint?: string): never {
|
|
56
|
-
fatal(new NotImplementedError(feature, hint))
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/** Maximum time a spinner may run before being forcefully stopped. */
|
|
60
|
-
const SPINNER_SAFETY_MS = 60_000
|
|
61
|
-
|
|
62
|
-
const IS_CI = !!(process.env.CI || process.env.CONTINUOUS_INTEGRATION || process.env.NO_SPINNER)
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Run an async operation behind a spinner. Pass `enabled: false` for
|
|
66
|
-
* machine-readable output modes. Errors are rethrown after the spinner is
|
|
67
|
-
* stopped (✖ label failed).
|
|
68
|
-
*
|
|
69
|
-
* On success the spinner line is cleared — commands print their own result.
|
|
70
|
-
* Pass `opts.success` to instead persist a single final line
|
|
71
|
-
* (✔ <success text> <elapsed>) so a command ends on one line, not a
|
|
72
|
-
* spinner line + result line pair.
|
|
73
|
-
*/
|
|
74
|
-
export async function withSpinner<T>(
|
|
75
|
-
label: string,
|
|
76
|
-
enabled: boolean,
|
|
77
|
-
fn: () => Promise<T>,
|
|
78
|
-
opts: { success?: (result: T) => string } = {},
|
|
79
|
-
): Promise<T> {
|
|
80
|
-
if (!enabled) return await fn()
|
|
81
|
-
const spin = spinner(`${label}...`)
|
|
82
|
-
const start = performance.now()
|
|
83
|
-
try {
|
|
84
|
-
const result = await fn()
|
|
85
|
-
if (opts.success) {
|
|
86
|
-
spin.succeed(`${opts.success(result)} ${chalk.dim(formatElapsed(performance.now() - start))}`)
|
|
87
|
-
} else {
|
|
88
|
-
spin.stop()
|
|
89
|
-
}
|
|
90
|
-
return result
|
|
91
|
-
} catch (error) {
|
|
92
|
-
spin.fail(`${label} failed`)
|
|
93
|
-
throw error
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export function spinner(text: string): Ora {
|
|
98
|
-
const target = process.stderr
|
|
99
|
-
|
|
100
|
-
if (!target.writable || IS_CI) {
|
|
101
|
-
return ora({ text, isEnabled: false })
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Hand ora the bare stream: ora 9 hooks `stream.write` by assignment to
|
|
105
|
-
// interleave external writes, so any wrapper here must survive that
|
|
106
|
-
// mutation (a get-only Proxy recurses infinitely and kills the spinner).
|
|
107
|
-
// Backpressure is ora's job now — it pauses rendering until 'drain'.
|
|
108
|
-
const spin = ora({ text, color: 'cyan', stream: target }).start()
|
|
109
|
-
|
|
110
|
-
const safety = setTimeout(() => {
|
|
111
|
-
if (spin.isSpinning) spin.stop()
|
|
112
|
-
}, SPINNER_SAFETY_MS)
|
|
113
|
-
safety.unref()
|
|
114
|
-
|
|
115
|
-
const onTargetError = () => {
|
|
116
|
-
if (spin.isSpinning) spin.stop()
|
|
117
|
-
}
|
|
118
|
-
target.once('error', onTargetError)
|
|
119
|
-
|
|
120
|
-
const cleanup = () => {
|
|
121
|
-
clearTimeout(safety)
|
|
122
|
-
target.removeListener('error', onTargetError)
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
const origSucceed = spin.succeed.bind(spin)
|
|
126
|
-
const origFail = spin.fail.bind(spin)
|
|
127
|
-
const origStop = spin.stop.bind(spin)
|
|
128
|
-
|
|
129
|
-
spin.succeed = (text?: string) => {
|
|
130
|
-
cleanup()
|
|
131
|
-
return origSucceed(text)
|
|
132
|
-
}
|
|
133
|
-
spin.fail = (text?: string) => {
|
|
134
|
-
cleanup()
|
|
135
|
-
return origFail(text)
|
|
136
|
-
}
|
|
137
|
-
spin.stop = () => {
|
|
138
|
-
cleanup()
|
|
139
|
-
return origStop()
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
return spin
|
|
143
|
-
}
|
package/src/lib/login-flow.ts
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
import { upsertIdpIdentity } from '../identity/registry'
|
|
2
|
-
import {
|
|
3
|
-
decodeTokenClaims,
|
|
4
|
-
exchangeAuthorizationCode,
|
|
5
|
-
identityNameFromClaims,
|
|
6
|
-
issuerFromToken,
|
|
7
|
-
normalizeTokenResponse,
|
|
8
|
-
pollDeviceToken,
|
|
9
|
-
readIdpConfigOrBuiltin,
|
|
10
|
-
readIdpSession,
|
|
11
|
-
readIdpStore,
|
|
12
|
-
requireClientId,
|
|
13
|
-
requestClientCredentials,
|
|
14
|
-
requestDeviceAuthorization,
|
|
15
|
-
saveIdpSession,
|
|
16
|
-
subjectFromToken,
|
|
17
|
-
tokenAudienceMatches,
|
|
18
|
-
tokenExpiresAt,
|
|
19
|
-
withCachedToken,
|
|
20
|
-
workosClientIdFromEnv,
|
|
21
|
-
type IdpSession,
|
|
22
|
-
type TokenResponse,
|
|
23
|
-
} from './idp'
|
|
24
|
-
import { log } from './log'
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* The IdP login flow, lifted out of the `auth login` command so it can be
|
|
28
|
-
* driven from anywhere (the command renders the result; `astrale setup` runs it
|
|
29
|
-
* as one hand-held step). The side effects — saving the session cache and
|
|
30
|
-
* upserting the IdP-backed identity — live here so every caller gets identical
|
|
31
|
-
* behavior; presentation (the device URL is logged here; success lines are the
|
|
32
|
-
* caller's) does not.
|
|
33
|
-
*/
|
|
34
|
-
export type LoginFlowOpts = {
|
|
35
|
-
idp?: string
|
|
36
|
-
name?: string
|
|
37
|
-
scope?: string
|
|
38
|
-
audience?: string
|
|
39
|
-
clientId?: string
|
|
40
|
-
clientSecretEnv?: string
|
|
41
|
-
clientCredentials?: boolean
|
|
42
|
-
code?: string
|
|
43
|
-
redirectUri?: string
|
|
44
|
-
codeVerifier?: string
|
|
45
|
-
/** Switch the default identity to the one we just logged in (default true). */
|
|
46
|
-
use?: boolean
|
|
47
|
-
/**
|
|
48
|
-
* Optional device-flow presentation boundary. When supplied, the caller
|
|
49
|
-
* receives the verification coordinates instead of terminal log output.
|
|
50
|
-
*/
|
|
51
|
-
onVerification?: (event: DeviceVerification) => void
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export type DeviceVerification = {
|
|
55
|
-
verificationUri: string
|
|
56
|
-
verificationUriComplete?: string
|
|
57
|
-
userCode?: string
|
|
58
|
-
expiresIn?: number
|
|
59
|
-
message?: string
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export type LoginResult = {
|
|
63
|
-
session: IdpSession
|
|
64
|
-
identityName: string
|
|
65
|
-
idpName: string
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Authenticate against an IdP and persist the result. Throws on any failure
|
|
70
|
-
* (no session is written) — notably BEFORE saving when an explicit `--audience`
|
|
71
|
-
* does not match the minted access token, so a wrong-audience login never
|
|
72
|
-
* leaves a half-written cache.
|
|
73
|
-
*/
|
|
74
|
-
export async function loginViaIdp(opts: LoginFlowOpts): Promise<LoginResult> {
|
|
75
|
-
const idpName = await resolveIdpName(opts.idp)
|
|
76
|
-
const previous = opts.name && !opts.clientId ? await readIdpSession(opts.name) : null
|
|
77
|
-
const savedClientId = previous?.idp === idpName ? previous.clientId : undefined
|
|
78
|
-
const requestedClientId = opts.clientId ?? savedClientId
|
|
79
|
-
const idp = await readIdpConfigOrBuiltin(idpName, {
|
|
80
|
-
clientId: requestedClientId,
|
|
81
|
-
persist: true,
|
|
82
|
-
})
|
|
83
|
-
const clientId = requireClientId(idp, requestedClientId)
|
|
84
|
-
const scope = opts.scope ?? idp.client.scope ?? 'openid profile email offline_access'
|
|
85
|
-
|
|
86
|
-
const token = normalizeTokenResponse(await obtainToken(idp, { ...opts, clientId }, scope))
|
|
87
|
-
if (!token.access_token) throw new Error('IdP response did not include access_token')
|
|
88
|
-
if (opts.audience && !tokenAudienceMatches(token.access_token, opts.audience)) {
|
|
89
|
-
throw new Error(
|
|
90
|
-
`IdP response access_token was not minted for requested audience ${opts.audience}`,
|
|
91
|
-
)
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
const claims = decodeTokenClaims(token.id_token ?? token.access_token)
|
|
95
|
-
const subject = subjectFromToken(token, clientId)
|
|
96
|
-
const issuer = issuerFromToken(token, idp.metadata.issuer)
|
|
97
|
-
const identityName = opts.name ?? identityNameFromClaims(claims, idpName)
|
|
98
|
-
const session: IdpSession = {
|
|
99
|
-
identity: identityName,
|
|
100
|
-
idp: idpName,
|
|
101
|
-
issuer,
|
|
102
|
-
subject,
|
|
103
|
-
clientId,
|
|
104
|
-
audience: opts.audience,
|
|
105
|
-
access_token: token.access_token,
|
|
106
|
-
id_token: token.id_token,
|
|
107
|
-
refresh_token: token.refresh_token,
|
|
108
|
-
token_type: token.token_type,
|
|
109
|
-
scope: token.scope ?? scope,
|
|
110
|
-
expires_at: tokenExpiresAt(token),
|
|
111
|
-
tokens: withCachedToken(undefined, token.access_token, tokenExpiresAt(token)),
|
|
112
|
-
claims: claims ? (claims as Record<string, unknown>) : undefined,
|
|
113
|
-
updatedAt: new Date().toISOString(),
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
await saveIdpSession(session)
|
|
117
|
-
await upsertIdpIdentity(identityName, {
|
|
118
|
-
subject,
|
|
119
|
-
idp: idpName,
|
|
120
|
-
issuer,
|
|
121
|
-
audience: opts.audience,
|
|
122
|
-
claims: session.claims,
|
|
123
|
-
use: opts.use,
|
|
124
|
-
})
|
|
125
|
-
|
|
126
|
-
return { session, identityName, idpName }
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/** Resolve which IdP to use: explicit name, the sole configured one, or WorkOS. */
|
|
130
|
-
export async function resolveIdpName(name: string | undefined): Promise<string> {
|
|
131
|
-
if (name) return name
|
|
132
|
-
const store = await readIdpStore()
|
|
133
|
-
const names = Object.keys(store.idps)
|
|
134
|
-
if (names.length === 1) return names[0]
|
|
135
|
-
if (names.length === 0 && workosClientIdFromEnv()) return 'workos'
|
|
136
|
-
if (names.length === 0)
|
|
137
|
-
throw new Error('No IdPs configured. Run: astrale idp add <name> --issuer <url>')
|
|
138
|
-
throw new Error(`Multiple IdPs configured. Choose one with --idp: ${names.join(', ')}`)
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
async function obtainToken(
|
|
142
|
-
idp: Awaited<ReturnType<typeof readIdpConfigOrBuiltin>>,
|
|
143
|
-
opts: LoginFlowOpts,
|
|
144
|
-
scope: string,
|
|
145
|
-
): Promise<TokenResponse> {
|
|
146
|
-
if (opts.clientCredentials) {
|
|
147
|
-
return requestClientCredentials({
|
|
148
|
-
idp,
|
|
149
|
-
clientId: opts.clientId,
|
|
150
|
-
clientSecretEnv: opts.clientSecretEnv,
|
|
151
|
-
scope,
|
|
152
|
-
audience: opts.audience,
|
|
153
|
-
})
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
if (opts.code) {
|
|
157
|
-
if (!opts.redirectUri) throw new Error('--redirect-uri is required with --code')
|
|
158
|
-
return exchangeAuthorizationCode({
|
|
159
|
-
idp,
|
|
160
|
-
code: opts.code,
|
|
161
|
-
redirectUri: opts.redirectUri,
|
|
162
|
-
codeVerifier: opts.codeVerifier,
|
|
163
|
-
clientId: opts.clientId,
|
|
164
|
-
clientSecretEnv: opts.clientSecretEnv,
|
|
165
|
-
})
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
const device = await requestDeviceAuthorization({
|
|
169
|
-
idp,
|
|
170
|
-
clientId: opts.clientId,
|
|
171
|
-
scope,
|
|
172
|
-
audience: opts.audience,
|
|
173
|
-
})
|
|
174
|
-
const verificationUri = device.verification_uri ?? device.verification_uri_complete
|
|
175
|
-
if (!verificationUri) {
|
|
176
|
-
throw new Error('IdP device authorization response did not include a verification URL')
|
|
177
|
-
}
|
|
178
|
-
const verification: DeviceVerification = {
|
|
179
|
-
verificationUri,
|
|
180
|
-
verificationUriComplete: device.verification_uri_complete,
|
|
181
|
-
userCode: device.user_code,
|
|
182
|
-
expiresIn: device.expires_in,
|
|
183
|
-
message: device.message,
|
|
184
|
-
}
|
|
185
|
-
if (opts.onVerification) opts.onVerification(verification)
|
|
186
|
-
else {
|
|
187
|
-
if (device.verification_uri_complete) log.info(`Open: ${device.verification_uri_complete}`)
|
|
188
|
-
else if (device.verification_uri) log.info(`Open: ${device.verification_uri}`)
|
|
189
|
-
if (device.user_code) log.info(`Code: ${device.user_code}`)
|
|
190
|
-
if (device.message) log.dim(` ${device.message}`)
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
return pollDeviceToken({
|
|
194
|
-
idp,
|
|
195
|
-
deviceCode: device.device_code,
|
|
196
|
-
clientId: opts.clientId,
|
|
197
|
-
clientSecretEnv: opts.clientSecretEnv,
|
|
198
|
-
intervalSec: device.interval,
|
|
199
|
-
expiresInSec: device.expires_in,
|
|
200
|
-
})
|
|
201
|
-
}
|
package/src/lib/meta.ts
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Issuer reachability helpers — OIDC discovery + JWKS.
|
|
3
|
-
*
|
|
4
|
-
* Kernels don't expose `/meta`. They expose OIDC discovery at
|
|
5
|
-
* `/.well-known/openid-configuration` (standard, returns `issuer` and
|
|
6
|
-
* `jwks_uri`) and JWKS at `/.well-known/jwks.json`. These helpers probe
|
|
7
|
-
* both to verify the issuer is alive and publishes at least one key.
|
|
8
|
-
*
|
|
9
|
-
* Domain deployment readiness uses the canonical Domain Publication; that is
|
|
10
|
-
* outside this issuer-connectivity helper.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { IssuerUnreachableError } from '../errors'
|
|
14
|
-
|
|
15
|
-
type FetchLike = (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
|
|
16
|
-
|
|
17
|
-
export type DiscoveryDocument = {
|
|
18
|
-
/** OIDC issuer URL. */
|
|
19
|
-
issuer: string
|
|
20
|
-
/** JWKS URI (defaults to `<issuer>/.well-known/jwks.json`). */
|
|
21
|
-
jwksUri: string
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export async function fetchDiscovery(
|
|
25
|
-
url: string,
|
|
26
|
-
timeoutMs = 5_000,
|
|
27
|
-
fetchImpl: FetchLike = globalThis.fetch,
|
|
28
|
-
): Promise<DiscoveryDocument> {
|
|
29
|
-
const discoveryUrl = url.replace(/\/+$/, '') + '/.well-known/openid-configuration'
|
|
30
|
-
try {
|
|
31
|
-
const r = await fetchImpl(discoveryUrl, { signal: AbortSignal.timeout(timeoutMs) })
|
|
32
|
-
if (!r.ok) throw new Error(`HTTP ${r.status}`)
|
|
33
|
-
const body = (await r.json()) as { issuer?: string; jwks_uri?: string }
|
|
34
|
-
if (!body.issuer) throw new Error('discovery missing "issuer"')
|
|
35
|
-
const issuer = body.issuer
|
|
36
|
-
const jwksUri = body.jwks_uri ?? `${issuer.replace(/\/+$/, '')}/.well-known/jwks.json`
|
|
37
|
-
return { issuer, jwksUri }
|
|
38
|
-
} catch (e) {
|
|
39
|
-
throw new IssuerUnreachableError(discoveryUrl, (e as Error).message)
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export async function fetchJwks(
|
|
44
|
-
jwksUri: string,
|
|
45
|
-
timeoutMs = 5_000,
|
|
46
|
-
fetchImpl: FetchLike = globalThis.fetch,
|
|
47
|
-
): Promise<{ keys: Array<{ kid?: string }> }> {
|
|
48
|
-
try {
|
|
49
|
-
const r = await fetchImpl(jwksUri, { signal: AbortSignal.timeout(timeoutMs) })
|
|
50
|
-
if (!r.ok) throw new Error(`HTTP ${r.status}`)
|
|
51
|
-
return (await r.json()) as { keys: Array<{ kid?: string }> }
|
|
52
|
-
} catch (e) {
|
|
53
|
-
throw new IssuerUnreachableError(jwksUri, (e as Error).message)
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Discover the WorkOS organization an instance host pins
|
|
59
|
-
*/
|
|
60
|
-
export async function fetchOrgHint(url: string, timeoutMs = 5_000): Promise<string | undefined> {
|
|
61
|
-
try {
|
|
62
|
-
const origin = new URL(url).origin
|
|
63
|
-
const r = await fetch(`${origin}/auth/org`, { signal: AbortSignal.timeout(timeoutMs) })
|
|
64
|
-
if (!r.ok) return undefined
|
|
65
|
-
const body = (await r.json()) as { organizationId?: unknown }
|
|
66
|
-
return typeof body.organizationId === 'string' ? body.organizationId : undefined
|
|
67
|
-
} catch {
|
|
68
|
-
return undefined
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/** Verify the pinned issuer publishes self-consistent OIDC discovery and a non-empty JWKS. */
|
|
73
|
-
export async function checkIssuerReachability(
|
|
74
|
-
url: string,
|
|
75
|
-
issuerOverride?: string,
|
|
76
|
-
fetchImpl?: FetchLike,
|
|
77
|
-
): Promise<{ issuer: string; keys: Array<{ kid?: string }> }> {
|
|
78
|
-
const discoveryBase = issuerOverride ?? url
|
|
79
|
-
const discovery = await fetchDiscovery(discoveryBase, 5_000, fetchImpl)
|
|
80
|
-
if (issuerOverride !== undefined && discovery.issuer !== issuerOverride) {
|
|
81
|
-
throw new IssuerUnreachableError(
|
|
82
|
-
`${discoveryBase.replace(/\/+$/, '')}/.well-known/openid-configuration`,
|
|
83
|
-
`discovery declared issuer "${discovery.issuer}" instead of "${issuerOverride}"`,
|
|
84
|
-
)
|
|
85
|
-
}
|
|
86
|
-
const jwks = await fetchJwks(discovery.jwksUri, 5_000, fetchImpl)
|
|
87
|
-
if (jwks.keys.length === 0)
|
|
88
|
-
throw new IssuerUnreachableError(discovery.jwksUri, 'no keys published')
|
|
89
|
-
return { issuer: discovery.issuer, keys: jwks.keys }
|
|
90
|
-
}
|