first-tree-staging 0.5.7-staging.413.1 → 0.5.7-staging.415.1

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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { $ as canonicalizeResourceRepoUrl, At as initConfig, B as printResults, Bt as FirstTreeHubSDK, Dt as defaultDataDir, Et as defaultConfigDir, F as checkBackgroundService, Ft as setConfigValue, G as isServiceSupported, Gt as discoverClaudeCodeSkills, H as runtimeProviderChecks, Ht as SessionRegistry, I as checkClientConfig, It as channelConfig, J as restartClientService, Jt as setCliBinding, K as isServiceUnitDriftDetected, Kt as probeCapabilities, L as checkNodeVersion, Lt as resetConfig, M as createApiNameResolver, Mt as readConfigFile, N as migrateLocalAgentDirs, Nt as resetConfigMeta, Ot as defaultHome, P as checkAgentConfigs, Pt as resolveConfigReadonly, Q as ClientRuntime, R as checkServerReachable, Rt as ClientOrgMismatchError, St as setJsonMode, Tt as clientConfigSchema, U as getClientServiceStatus, Ut as buildMessageDocumentSnapshots, V as reconcileAgentConfigs, Vt as SdkError, W as installClientService, Wt as cleanWorkspaces, X as stopClientService, Xt as configureClientLoggerForService, Y as startClientService, Yt as applyClientLoggerConfig, _ as uploadClientCapabilities, _t as formatStaleReason, a as declineUpdate, b as promptMissingFields, bt as isJsonMode, c as PACKAGE_NAME, ct as loadCredentials, d as fetchServerCommandVersion, dt as saveAgentConfig, et as documentContextSchema, f as installGlobalLatest, ft as saveCredentials, g as uploadAgentSkills, gt as findStaleAliases, h as reconcileLocalRuntimeProviders, ht as COMMAND_VERSION, i as createExecuteUpdate, jt as loadAgents, kt as getConfigValue, l as detectInstallMode, m as listPinnedAgents, mt as CLI_USER_AGENT, n as decodeJwtPayload, nt as handleClientOrgMismatch, o as promptUpdate, ot as ensureFreshAccessToken, p as installGlobalSpec, pt as cliFetch, qt as reprobeOnReconnect, r as deriveHubUrlFromToken, rt as rotateClientIdWithBackup, s as refreshServerUpdateTarget, st as ensureFreshAdminToken, t as HubUrlDerivationError, tt as findAssembledBriefingFingerprint, u as fetchLatestVersion, ut as resolveServerUrl, vt as removeLocalAgent, wt as agentConfigSchema, xt as print, y as promptAddAgent, z as checkWebSocket, zt as ClientUserMismatchError } from "../connect-token-CBfV_I1k.mjs";
2
+ import { $ as canonicalizeResourceRepoUrl, At as initConfig, B as printResults, Bt as FirstTreeHubSDK, Dt as defaultDataDir, Et as defaultConfigDir, F as checkBackgroundService, Ft as setConfigValue, G as isServiceSupported, Gt as discoverClaudeCodeSkills, H as runtimeProviderChecks, Ht as SessionRegistry, I as checkClientConfig, It as channelConfig, J as restartClientService, Jt as setCliBinding, K as isServiceUnitDriftDetected, Kt as probeCapabilities, L as checkNodeVersion, Lt as resetConfig, M as createApiNameResolver, Mt as readConfigFile, N as migrateLocalAgentDirs, Nt as resetConfigMeta, Ot as defaultHome, P as checkAgentConfigs, Pt as resolveConfigReadonly, Q as ClientRuntime, R as checkServerReachable, Rt as ClientOrgMismatchError, St as setJsonMode, Tt as clientConfigSchema, U as getClientServiceStatus, Ut as buildMessageDocumentSnapshots, V as reconcileAgentConfigs, Vt as SdkError, W as installClientService, Wt as cleanWorkspaces, X as stopClientService, Xt as configureClientLoggerForService, Y as startClientService, Yt as applyClientLoggerConfig, _ as uploadClientCapabilities, _t as formatStaleReason, a as declineUpdate, b as promptMissingFields, bt as isJsonMode, c as PACKAGE_NAME, ct as loadCredentials, d as fetchServerCommandVersion, dt as saveAgentConfig, et as documentContextSchema, f as installGlobalLatest, ft as saveCredentials, g as uploadAgentSkills, gt as findStaleAliases, h as reconcileLocalRuntimeProviders, ht as COMMAND_VERSION, i as createExecuteUpdate, jt as loadAgents, kt as getConfigValue, l as detectInstallMode, m as listPinnedAgents, mt as CLI_USER_AGENT, n as decodeJwtPayload, nt as handleClientOrgMismatch, o as promptUpdate, ot as ensureFreshAccessToken, p as installGlobalSpec, pt as cliFetch, qt as reprobeOnReconnect, r as deriveHubUrlFromToken, rt as rotateClientIdWithBackup, s as refreshServerUpdateTarget, st as ensureFreshAdminToken, t as HubUrlDerivationError, tt as findAssembledBriefingFingerprint, u as fetchLatestVersion, ut as resolveServerUrl, vt as removeLocalAgent, wt as agentConfigSchema, xt as print, y as promptAddAgent, z as checkWebSocket, zt as ClientUserMismatchError } from "../connect-token-CMQ722Kn.mjs";
3
3
  import { basename, dirname, isAbsolute, join, relative, resolve } from "node:path";
4
4
  import { existsSync, lstatSync, mkdirSync, readFileSync, readdirSync, realpathSync, statSync, unlinkSync } from "node:fs";
5
5
  import "node:crypto";
@@ -12084,7 +12084,6 @@ defineConfig$1({
12084
12084
  presenceCleanupSeconds: field$1(z.coerce.number().int().positive().default(60), { env: "FIRST_TREE_PRESENCE_CLEANUP_SECONDS" }),
12085
12085
  archiveSweepIntervalSeconds: field$1(z.coerce.number().int().nonnegative().default(300), { env: "FIRST_TREE_ARCHIVE_SWEEP_INTERVAL_SECONDS" }),
12086
12086
  archiveMappedIdleSeconds: field$1(z.coerce.number().int().positive().default(3600), { env: "FIRST_TREE_ARCHIVE_MAPPED_IDLE_SECONDS" }),
12087
- archiveUnmappedIdleSeconds: field$1(z.coerce.number().int().positive().default(720 * 60), { env: "FIRST_TREE_ARCHIVE_UNMAPPED_IDLE_SECONDS" }),
12088
12087
  notificationWebhookUrl: field$1(z.string().url().optional(), { env: "FIRST_TREE_NOTIFICATION_WEBHOOK_URL" })
12089
12088
  }
12090
12089
  });
@@ -20911,7 +20910,6 @@ defineConfig({
20911
20910
  presenceCleanupSeconds: field(z.coerce.number().int().positive().default(60), { env: "FIRST_TREE_PRESENCE_CLEANUP_SECONDS" }),
20912
20911
  archiveSweepIntervalSeconds: field(z.coerce.number().int().nonnegative().default(300), { env: "FIRST_TREE_ARCHIVE_SWEEP_INTERVAL_SECONDS" }),
20913
20912
  archiveMappedIdleSeconds: field(z.coerce.number().int().positive().default(3600), { env: "FIRST_TREE_ARCHIVE_MAPPED_IDLE_SECONDS" }),
20914
- archiveUnmappedIdleSeconds: field(z.coerce.number().int().positive().default(720 * 60), { env: "FIRST_TREE_ARCHIVE_UNMAPPED_IDLE_SECONDS" }),
20915
20913
  notificationWebhookUrl: field(z.string().url().optional(), { env: "FIRST_TREE_NOTIFICATION_WEBHOOK_URL" })
20916
20914
  }
20917
20915
  });
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { A as readWorkspaceManifest, B as printResults, Bt as FirstTreeHubSDK, C as onboardCreate, Ct as status, D as computeWorkspaceStatus, E as promoteToWorkspace, G as isServiceSupported, I as checkClientConfig, J as restartClientService, L as checkNodeVersion, O as discoverWorkspaceRoot, P as checkAgentConfigs, Q as ClientRuntime, R as checkServerReachable, S as onboardCheck, T as migrateWorkspaceToW1, U as getClientServiceStatus, Vt as SdkError, W as installClientService, X as stopClientService, Y as startClientService, Z as uninstallClientService, at as AuthRefreshRateLimitedError, b as promptMissingFields, it as AuthRefreshFailedError, j as writeWorkspaceManifest, k as pickImmediateWorkspaceSources, lt as resolveAccessToken, nt as handleClientOrgMismatch, ot as ensureFreshAccessToken, q as resolveCliInvocation, r as deriveHubUrlFromToken, rt as rotateClientIdWithBackup, st as ensureFreshAdminToken, t as HubUrlDerivationError, ut as resolveServerUrl, v as isInteractive, w as detectMigrationState, x as formatCheckReport, y as promptAddAgent, yt as blank, z as checkWebSocket } from "./connect-token-CBfV_I1k.mjs";
1
+ import { A as readWorkspaceManifest, B as printResults, Bt as FirstTreeHubSDK, C as onboardCreate, Ct as status, D as computeWorkspaceStatus, E as promoteToWorkspace, G as isServiceSupported, I as checkClientConfig, J as restartClientService, L as checkNodeVersion, O as discoverWorkspaceRoot, P as checkAgentConfigs, Q as ClientRuntime, R as checkServerReachable, S as onboardCheck, T as migrateWorkspaceToW1, U as getClientServiceStatus, Vt as SdkError, W as installClientService, X as stopClientService, Y as startClientService, Z as uninstallClientService, at as AuthRefreshRateLimitedError, b as promptMissingFields, it as AuthRefreshFailedError, j as writeWorkspaceManifest, k as pickImmediateWorkspaceSources, lt as resolveAccessToken, nt as handleClientOrgMismatch, ot as ensureFreshAccessToken, q as resolveCliInvocation, r as deriveHubUrlFromToken, rt as rotateClientIdWithBackup, st as ensureFreshAdminToken, t as HubUrlDerivationError, ut as resolveServerUrl, v as isInteractive, w as detectMigrationState, x as formatCheckReport, y as promptAddAgent, yt as blank, z as checkWebSocket } from "./connect-token-CMQ722Kn.mjs";
2
2
  export { AuthRefreshFailedError, AuthRefreshRateLimitedError, ClientRuntime, FirstTreeHubSDK, FirstTreeHubSDK as FirstTreeSDK, HubUrlDerivationError, SdkError, blank, checkAgentConfigs, checkClientConfig, checkNodeVersion, checkServerReachable, checkWebSocket, computeWorkspaceStatus, deriveHubUrlFromToken, detectMigrationState, discoverWorkspaceRoot, ensureFreshAccessToken, ensureFreshAdminToken, formatCheckReport, getClientServiceStatus, handleClientOrgMismatch, installClientService, isInteractive, isServiceSupported, migrateWorkspaceToW1, onboardCheck, onboardCreate, pickImmediateWorkspaceSources, printResults, promoteToWorkspace, promptAddAgent, promptMissingFields, readWorkspaceManifest, resolveAccessToken, resolveCliInvocation, resolveServerUrl, restartClientService, rotateClientIdWithBackup, startClientService, status, stopClientService, uninstallClientService, writeWorkspaceManifest };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "first-tree-staging",
3
- "version": "0.5.7-staging.413.1",
3
+ "version": "0.5.7-staging.415.1",
4
4
  "type": "module",
5
5
  "description": "First Tree — unified CLI for Context Tree onboarding, agent management, and team messaging. (Source-tree dev build; CI rewrites `name` and `bin` for prod / staging publishes — see docs/local-dev-isolation.md.)",
6
6
  "keywords": [