@pome-sh/cli 0.26.13 → 0.27.0
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/dist/build-info.json +3 -3
- package/dist/{checks-3LVRPHOK.js → checks-QM7QOJ6U.js} +2 -2
- package/dist/{chunk-NJ246QPJ.js → chunk-3T5XN64P.js} +35 -33
- package/dist/chunk-CF6EIU2U.js +51 -0
- package/dist/{chunk-ANKO3RCB.js → chunk-CTA54N4K.js} +5 -5
- package/dist/{chunk-CFXEETE3.js → chunk-E665XWYU.js} +2 -49
- package/dist/{chunk-IZIZC7ZW.js → chunk-G6GOCYIT.js} +23 -21
- package/dist/{chunk-QXQAVKTE.js → chunk-HJX25USP.js} +14 -1
- package/dist/{chunk-KIXYRPVY.js → chunk-IK2F7ZA3.js} +2 -2
- package/dist/{chunk-EIUCTFQV.js → chunk-JE4H5ODK.js} +16 -11
- package/dist/{chunk-6IVXTU67.js → chunk-MQE6DKIK.js} +4 -3
- package/dist/{chunk-FQGR7KDT.js → chunk-N74LP4QH.js} +2 -2
- package/dist/chunk-SLTBPJKZ.js +522 -0
- package/dist/chunk-ZDS25NS5.js +141 -0
- package/dist/{runDemo-XO5R5QTM.js → runDemo-O67ASC54.js} +11 -10
- package/dist/{runTrialGroup-CLJJOO4J.js → runTrialGroup-V3HB57YI.js} +9 -8
- package/dist/seed-3ZTWKLBE.js +1 -0
- package/dist/seed-BG5HMSBM.js +1 -0
- package/dist/seed-IIMBJHAJ.js +1 -0
- package/dist/seed-NR6RUKXV.js +1 -0
- package/dist/seed-YWDTT2WL.js +2 -0
- package/dist/server-DMLORMOV.js +4 -0
- package/dist/src/cli/main.js +32 -22
- package/dist/{src-JJNS46T6.js → src-56Y2R7ZQ.js} +4 -3
- package/dist/{src-Q4JNJE5S.js → src-JRBHNT4Y.js} +4 -3
- package/dist/{src-GWA7QVQS.js → src-KSLAF3I4.js} +4 -3
- package/dist/{src-FXRQSKBK.js → src-PW7U25ZX.js} +6 -518
- package/dist/{src-L6F5YXSP.js → src-SKCWAMVQ.js} +5 -138
- package/dist/twinHarness-YOVJR72F.js +6 -0
- package/dist/{twinStart-WIT4UVAC.js → twinStart-PDL53BY5.js} +58 -5
- package/package.json +1 -1
- package/dist/server-TK5YBK6E.js +0 -3
- package/dist/twinHarness-6NVAKIOB.js +0 -5
- package/dist/{run-CFA4LZWQ.js → run-WONFTZS3.js} +1 -1
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { newGroupId, criterionPhrase } from './chunk-RGZBC7NF.js';
|
|
2
|
-
import { runTaskHosted, resolveRunAgentIdentity } from './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import { createHostedClient, parseTaskFile, outcomeOf } from './chunk-ANKO3RCB.js';
|
|
2
|
+
import { runTaskHosted, resolveRunAgentIdentity } from './chunk-MQE6DKIK.js';
|
|
3
|
+
import { createHostedClient, parseTaskFile, outcomeOf } from './chunk-CTA54N4K.js';
|
|
5
4
|
import './chunk-NW7HGA2K.js';
|
|
5
|
+
import './chunk-3T5XN64P.js';
|
|
6
|
+
import './chunk-G6GOCYIT.js';
|
|
7
|
+
import './chunk-JE4H5ODK.js';
|
|
8
|
+
import './chunk-CXGMLUZ4.js';
|
|
6
9
|
import { HostedQuotaError, HostedTrialError } from './chunk-BZO3YCJS.js';
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-IZIZC7ZW.js';
|
|
10
|
-
import './chunk-EIUCTFQV.js';
|
|
11
|
-
import './chunk-CFXEETE3.js';
|
|
10
|
+
import './chunk-HJX25USP.js';
|
|
11
|
+
import './chunk-E665XWYU.js';
|
|
12
12
|
import './chunk-6KJC4BTO.js';
|
|
13
13
|
import './chunk-SG6ZTIMT.js';
|
|
14
|
+
import './chunk-CF6EIU2U.js';
|
|
14
15
|
import { randomUUID } from 'node:crypto';
|
|
15
16
|
import { readFile } from 'node:fs/promises';
|
|
16
17
|
import { dirname } from 'node:path';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { defaultSeedState, linearSeedSchema, loadSeedFromEnv, parseSeed } from './chunk-G6GOCYIT.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { defaultSeedState, loadSeedFromEnv, parseSeed, seedSchema } from './chunk-HJX25USP.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { defaultSeedState, loadSeedFromEnv, parseSeed, seedSchema } from './chunk-ZDS25NS5.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DEFAULT_GMAIL_AGENT_EMAIL, agentPathInboxMailbox, defaultSeedState, gmailSeedSchema, loadSeedFromEnv, parseSeed } from './chunk-3T5XN64P.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { POME_RECORDER_EVENTS_PATH, PROVIDER_SHAPED_TEAM_ID, TwinBootError, TwinError, UnknownToolError, bearerAuth, createAdminGate, createApp, createFileBackedRecorderStore, createRecorderHandle, createRecorderStore, created, ensureTwinAuthSecret, failureInjectionMiddleware, formTokenResolver, isLoopbackHost, mintProviderToken, ok, queryTokenResolver, recordedRequestHeaders, requireAdminAuth, resolveAuthSecret, resolveRecorderStore, serve, setClientIp, setRecordedTool, toTwinHttpEventRow, twinBuildInfo, verifyProviderToken } from './chunk-E665XWYU.js';
|
|
2
|
+
import './chunk-6KJC4BTO.js';
|
|
3
|
+
export { redactEvent, redactSecrets } from './chunk-SG6ZTIMT.js';
|
|
4
|
+
export { FAILURE_INJECTION_OVERRIDE_KEY, createFailureInjectionStore, failureInjectionRuleSchema } from './chunk-CF6EIU2U.js';
|
package/dist/src/cli/main.js
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { DEFAULT_CONTROL_PLANE_URL, DEFAULT_DASHBOARD_URL, clearLocalCredentials, friendlyHostedError, runSessionCreate, runSessionList, runSessionStop, resolveCredentials, runTaskHosted, discoverRunSet, VERDICT_ARTIFACT_VERSION, persistCredentialsAfterLogin, DEFAULT_DOCS_SITE_ORIGIN, resolveSeams, resolveCachedAgentId, readLinkCache, postAgentResolver, writeLinkCache, ensurePomeGitignored } from '../../chunk-
|
|
2
|
+
import { DEFAULT_CONTROL_PLANE_URL, DEFAULT_DASHBOARD_URL, clearLocalCredentials, friendlyHostedError, SESSION_TWIN_NAMES, runSessionCreate, runSessionList, runSessionStop, resolveCredentials, runTaskHosted, discoverRunSet, VERDICT_ARTIFACT_VERSION, persistCredentialsAfterLogin, DEFAULT_DOCS_SITE_ORIGIN, resolveSeams, resolveCachedAgentId, readLinkCache, postAgentResolver, writeLinkCache, ensurePomeGitignored } from '../../chunk-MQE6DKIK.js';
|
|
3
|
+
import { assetPath, runTask, resolvePackageRoot, DEMO_TASK_NAME, demoTaskPath } from '../../chunk-N74LP4QH.js';
|
|
4
|
+
import { parseTaskFile, scoreStatus, runScoreLine, readLatestRun, readMetaSummary, outcomeOf, readConfigTwins, scoreCountsSummary, markerFor, criterionMarkerLabel, twinSkipSuffix, readCodeCriteria, createHostedClient, toTwinHttpEvent, redactJsonl, scoreFromFinalizeResponse, parseGitHubSeedState, uploadRunBlobs, isPreSatisfied } from '../../chunk-CTA54N4K.js';
|
|
5
|
+
import '../../chunk-NW7HGA2K.js';
|
|
6
|
+
import { GMAIL_CHECKS } from '../../chunk-JM6VS62R.js';
|
|
7
|
+
import '../../chunk-3T5XN64P.js';
|
|
8
|
+
import { LINEAR_CHECKS } from '../../chunk-XBT6ZLBG.js';
|
|
9
|
+
import '../../chunk-G6GOCYIT.js';
|
|
10
|
+
import '../../chunk-IK2F7ZA3.js';
|
|
11
|
+
import { TWIN_NAME_LIST, isTwinName, createGitHubSmokeApp } from '../../chunk-JE4H5ODK.js';
|
|
3
12
|
import { readManifest, writeManifest, MANIFEST_JSON, readRequiredManifest, normalizeManifestTwins } from '../../chunk-CXGMLUZ4.js';
|
|
4
|
-
import { assetPath, runTask, resolvePackageRoot, DEMO_TASK_NAME, demoTaskPath } from '../../chunk-FQGR7KDT.js';
|
|
5
13
|
import '../../chunk-XDU6TD4O.js';
|
|
6
|
-
import '../../chunk-CBFKZZBR.js';
|
|
7
|
-
import { parseTaskFile, scoreStatus, runScoreLine, readLatestRun, readMetaSummary, outcomeOf, readConfigTwins, scoreCountsSummary, markerFor, criterionMarkerLabel, twinSkipSuffix, readCodeCriteria, createHostedClient, toTwinHttpEvent, redactJsonl, scoreFromFinalizeResponse, parseGitHubSeedState, uploadRunBlobs, isPreSatisfied } from '../../chunk-ANKO3RCB.js';
|
|
8
|
-
import '../../chunk-NW7HGA2K.js';
|
|
9
14
|
import { MOUNTED_TWINS, deriveAgentSlug, exitCodeFor, HostedUsageError, HostedOrchError, HostedAuthError, HostedQuotaError } from '../../chunk-BZO3YCJS.js';
|
|
15
|
+
import '../../chunk-CBFKZZBR.js';
|
|
10
16
|
import { TAPE_ASSERTABLE_TOOLS } from '../../chunk-C4BVTUA3.js';
|
|
11
|
-
import { seedSchema } from '../../chunk-
|
|
17
|
+
import { seedSchema } from '../../chunk-HJX25USP.js';
|
|
12
18
|
import { SLACK_CHECKS } from '../../chunk-2ZGVDTJC.js';
|
|
13
|
-
import { GMAIL_CHECKS } from '../../chunk-JM6VS62R.js';
|
|
14
|
-
import '../../chunk-NJ246QPJ.js';
|
|
15
|
-
import { LINEAR_CHECKS } from '../../chunk-XBT6ZLBG.js';
|
|
16
|
-
import '../../chunk-IZIZC7ZW.js';
|
|
17
19
|
import { oneOf, defineCheck, repoRef, VACUITY_SENTINEL_NUMBER, childStatePath, VACUITY_SENTINEL, statePath, templateSlots, renderCheck, checksDigest, checkPattern, checkNearMissPattern } from '../../chunk-JWJYNAWI.js';
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import { TWIN_NAME_LIST, isTwinName, createGitHubSmokeApp } from '../../chunk-EIUCTFQV.js';
|
|
20
|
-
import '../../chunk-CFXEETE3.js';
|
|
20
|
+
import '../../chunk-E665XWYU.js';
|
|
21
21
|
import { isLegacyEventRow, eventSchema } from '../../chunk-6KJC4BTO.js';
|
|
22
22
|
import { redactEvent, redactSecrets } from '../../chunk-SG6ZTIMT.js';
|
|
23
|
+
import '../../chunk-CF6EIU2U.js';
|
|
23
24
|
import { Command } from 'commander';
|
|
24
25
|
import { existsSync, readFileSync, realpathSync, statSync, constants } from 'node:fs';
|
|
25
26
|
import { mkdir, readFile, rm, readdir, writeFile, copyFile, stat, cp } from 'node:fs/promises';
|
|
@@ -850,7 +851,7 @@ async function throwForStatus(res) {
|
|
|
850
851
|
|
|
851
852
|
// src/task/seed-verifier.ts
|
|
852
853
|
async function verifySeedWithTwin(seed) {
|
|
853
|
-
const { GitHubDomain, openGitHubCloneDatabase } = await import('../../src-
|
|
854
|
+
const { GitHubDomain, openGitHubCloneDatabase } = await import('../../src-56Y2R7ZQ.js');
|
|
854
855
|
const db = openGitHubCloneDatabase(":memory:");
|
|
855
856
|
try {
|
|
856
857
|
new GitHubDomain(db).seed(seed);
|
|
@@ -4651,7 +4652,7 @@ var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
|
|
|
4651
4652
|
var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
|
|
4652
4653
|
var MAX_UNREADABLE_PATHS_SHOWN = 5;
|
|
4653
4654
|
function readPackageVersion() {
|
|
4654
|
-
if ("0.
|
|
4655
|
+
if ("0.27.0".length > 0) return "0.27.0";
|
|
4655
4656
|
try {
|
|
4656
4657
|
const here = dirname(fileURLToPath(import.meta.url));
|
|
4657
4658
|
const candidates = [
|
|
@@ -4897,7 +4898,13 @@ function createProgram() {
|
|
|
4897
4898
|
);
|
|
4898
4899
|
session.command("create").description("Create a hosted sandbox session for one or more twins and print its connection info").requiredOption(
|
|
4899
4900
|
"--twin <name>",
|
|
4900
|
-
|
|
4901
|
+
// The enumeration is derived, never typed: this line is the public
|
|
4902
|
+
// discovery surface for which twins exist, and a hand-written copy of the
|
|
4903
|
+
// allowlist is what made it omit `linear` for a release. The worked example
|
|
4904
|
+
// stays editorial — github+gmail is the pairing bundled task 27 exercises —
|
|
4905
|
+
// and `session-twin-help.test.ts` runs the twins it names through the same
|
|
4906
|
+
// validator, so it cannot rot either.
|
|
4907
|
+
`${SESSION_TWIN_NAMES.join(" | ")}. Repeat the flag for a multi-twin session (e.g. --twin github --twin gmail).`,
|
|
4901
4908
|
(value, previous = []) => [...previous, value]
|
|
4902
4909
|
).option(
|
|
4903
4910
|
"--api-url <url>",
|
|
@@ -5096,7 +5103,7 @@ function createProgram() {
|
|
|
5096
5103
|
return;
|
|
5097
5104
|
}
|
|
5098
5105
|
{
|
|
5099
|
-
const { runDoctorChecks } = await import('../../checks-
|
|
5106
|
+
const { runDoctorChecks } = await import('../../checks-QM7QOJ6U.js');
|
|
5100
5107
|
const { renderDoctorReport } = await import('../../render-ZQQ4UMNO.js');
|
|
5101
5108
|
const doctorReport = await runDoctorChecks({ mode: useLocal ? "full" : "hosted" });
|
|
5102
5109
|
if (!doctorReport.ok) {
|
|
@@ -5134,7 +5141,7 @@ function createProgram() {
|
|
|
5134
5141
|
taskForRuns.config.runs
|
|
5135
5142
|
);
|
|
5136
5143
|
if (k > 1) {
|
|
5137
|
-
const { runTrialGroup } = await import('../../runTrialGroup-
|
|
5144
|
+
const { runTrialGroup } = await import('../../runTrialGroup-V3HB57YI.js');
|
|
5138
5145
|
const fileForRerun = relative(process.cwd(), file);
|
|
5139
5146
|
const rerunCommand = defaultTask ? options.trials !== void 0 ? `pome run -n ${k}` : "pome run" : `pome run ${fileForRerun && !fileForRerun.startsWith("..") ? fileForRerun : file} -n ${k}`;
|
|
5140
5147
|
const groupResult = await runTrialGroup({
|
|
@@ -5228,7 +5235,7 @@ function createProgram() {
|
|
|
5228
5235
|
process.exitCode = 5;
|
|
5229
5236
|
return;
|
|
5230
5237
|
}
|
|
5231
|
-
const { runDemo } = await import('../../runDemo-
|
|
5238
|
+
const { runDemo } = await import('../../runDemo-O67ASC54.js');
|
|
5232
5239
|
const result = await runDemo({
|
|
5233
5240
|
apiBase: opts.apiUrl.replace(/\/$/, ""),
|
|
5234
5241
|
dashboardBase: process.env.POME_DASHBOARD_URL ?? DEFAULT_DASHBOARD_URL,
|
|
@@ -5246,7 +5253,7 @@ function createProgram() {
|
|
|
5246
5253
|
program.command("doctor").description(
|
|
5247
5254
|
"Check the agent\u2194twin wiring: pome.json (or pome.yaml) present + valid, the local twin boots + serves, requests routed to the twin (not a hardcoded production host), egress floor active. On failure prints one named cause (file:line where knowable) + one concrete fix and exits non-zero."
|
|
5248
5255
|
).action(async () => {
|
|
5249
|
-
const { runDoctorChecks } = await import('../../checks-
|
|
5256
|
+
const { runDoctorChecks } = await import('../../checks-QM7QOJ6U.js');
|
|
5250
5257
|
const { renderDoctorReport } = await import('../../render-ZQQ4UMNO.js');
|
|
5251
5258
|
const report = await runDoctorChecks();
|
|
5252
5259
|
for (const line of renderDoctorReport(report, { passNote: true })) console.error(line);
|
|
@@ -5419,10 +5426,13 @@ function createProgram() {
|
|
|
5419
5426
|
twin.command("start").argument("<name>", `Twin name (${TWIN_NAME_LIST.join(" | ")})`).option(
|
|
5420
5427
|
"--port <port>",
|
|
5421
5428
|
"Port to bind (default: $PORT, else GMAIL_TWIN_PORT/3336 for gmail, else 3333)"
|
|
5429
|
+
).option(
|
|
5430
|
+
"--seed <path>",
|
|
5431
|
+
"Boot this twin's world from a JSON or YAML file instead of its default. Overrides POME_SEED_JSON."
|
|
5422
5432
|
).description(
|
|
5423
5433
|
"Start a standalone twin as a long-lived foreground server (Ctrl-C to stop)"
|
|
5424
5434
|
).action(async (name, options) => {
|
|
5425
|
-
const { runTwinStartCommand } = await import('../../twinStart-
|
|
5435
|
+
const { runTwinStartCommand } = await import('../../twinStart-PDL53BY5.js');
|
|
5426
5436
|
await runTwinStartCommand(name, options);
|
|
5427
5437
|
});
|
|
5428
5438
|
twin.command("reset").argument("[name]", "Twin name (default: github)", "github").description("Reset standalone twin state").action(async (name) => {
|
|
@@ -5477,7 +5487,7 @@ function createProgram() {
|
|
|
5477
5487
|
process.exitCode = 2;
|
|
5478
5488
|
return;
|
|
5479
5489
|
}
|
|
5480
|
-
const { runCaptureServerCommand } = await import('../../run-
|
|
5490
|
+
const { runCaptureServerCommand } = await import('../../run-WONFTZS3.js');
|
|
5481
5491
|
const { parseAllowCsv } = await import('../../egress-4V6DVJZ7.js');
|
|
5482
5492
|
await runCaptureServerCommand({
|
|
5483
5493
|
port,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import './chunk-C4BVTUA3.js';
|
|
2
|
-
import { defaultSeedState, parseSeed } from './chunk-
|
|
3
|
-
export { defaultSeedState, parseSeed, seedSchema } from './chunk-
|
|
2
|
+
import { defaultSeedState, parseSeed } from './chunk-HJX25USP.js';
|
|
3
|
+
export { defaultSeedState, parseSeed, seedSchema } from './chunk-HJX25USP.js';
|
|
4
4
|
import { routeInputDeclarer, integerInput, mountDeclaredRoute, UndeclaredInputError, MalformedBodyError } from './chunk-IZFM7W2V.js';
|
|
5
|
-
import { loadMcpToolFixture, defineTwin, twinBuildInfo, deriveMcpToolTable, UnknownToolError, openTwinDatabase, createApp, typeDisagreements } from './chunk-
|
|
5
|
+
import { loadMcpToolFixture, defineTwin, twinBuildInfo, deriveMcpToolTable, UnknownToolError, openTwinDatabase, createApp, typeDisagreements } from './chunk-E665XWYU.js';
|
|
6
6
|
import './chunk-6KJC4BTO.js';
|
|
7
7
|
import './chunk-SG6ZTIMT.js';
|
|
8
|
+
import './chunk-CF6EIU2U.js';
|
|
8
9
|
import { z, ZodError } from 'zod';
|
|
9
10
|
import { createHash, randomUUID } from 'node:crypto';
|
|
10
11
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export { LINEAR_CHECKS } from './chunk-XBT6ZLBG.js';
|
|
2
|
-
import { MCP_PAGE_MAX, defaultSeedState, linearSeedSchema, notFound, badUserInput, MCP_PAGE_DEFAULT, DEFAULT_LINEAR_EMAIL, RELAY_PAGE_MAX, RELAY_PAGE_DEFAULT, STATE_EXPORT_CAP, parseSeed, DEFAULT_LINEAR_CLOCK, LINEAR_PROVIDER_TOKEN_PREFIX, DEFAULT_LINEAR_SID, DEFAULT_SCOPES, linearErrorEnvelope, unauthorizedEnvelope, unsupportedEnvelope, forbiddenEnvelope, assertWebhookUrl, ACCESS_TOKEN_TTL_SECONDS, OAUTH_CODE_TTL_SECONDS, TITLE_MAX_BYTES, BODY_MAX_BYTES, LinearTwinError, GRAPHQL_QUERY_MAX_BYTES, GRAPHQL_SELECTION_DEPTH_MAX } from './chunk-
|
|
3
|
-
export { DEFAULT_LINEAR_CLOCK, DEFAULT_LINEAR_EMAIL, DEFAULT_LINEAR_PORT, DEFAULT_LINEAR_SID, DEFAULT_LINEAR_TOKEN, LINEAR_PROVIDER_TOKEN_PREFIX, LinearTwinError, STATE_EXPORT_CAP, assertWebhookUrl, defaultSeedState, linearErrorEnvelope, linearSeedSchema, loadSeedFromEnv, parseSeed, unauthorizedEnvelope, unsupportedEnvelope, webhookUrlError } from './chunk-
|
|
2
|
+
import { MCP_PAGE_MAX, defaultSeedState, linearSeedSchema, notFound, badUserInput, MCP_PAGE_DEFAULT, DEFAULT_LINEAR_EMAIL, RELAY_PAGE_MAX, RELAY_PAGE_DEFAULT, STATE_EXPORT_CAP, parseSeed, DEFAULT_LINEAR_CLOCK, LINEAR_PROVIDER_TOKEN_PREFIX, DEFAULT_LINEAR_SID, DEFAULT_SCOPES, linearErrorEnvelope, unauthorizedEnvelope, unsupportedEnvelope, forbiddenEnvelope, assertWebhookUrl, ACCESS_TOKEN_TTL_SECONDS, OAUTH_CODE_TTL_SECONDS, TITLE_MAX_BYTES, BODY_MAX_BYTES, LinearTwinError, GRAPHQL_QUERY_MAX_BYTES, GRAPHQL_SELECTION_DEPTH_MAX } from './chunk-G6GOCYIT.js';
|
|
3
|
+
export { DEFAULT_LINEAR_CLOCK, DEFAULT_LINEAR_EMAIL, DEFAULT_LINEAR_PORT, DEFAULT_LINEAR_SID, DEFAULT_LINEAR_TOKEN, LINEAR_PROVIDER_TOKEN_PREFIX, LinearTwinError, STATE_EXPORT_CAP, assertWebhookUrl, defaultSeedState, linearErrorEnvelope, linearSeedSchema, loadSeedFromEnv, parseSeed, unauthorizedEnvelope, unsupportedEnvelope, webhookUrlError } from './chunk-G6GOCYIT.js';
|
|
4
4
|
import './chunk-JWJYNAWI.js';
|
|
5
5
|
import { routeInputDeclarer, mountDeclaredRoute, UndeclaredInputError } from './chunk-IZFM7W2V.js';
|
|
6
|
-
import { loadMcpToolFixture, deriveMcpToolTable, openTwinDatabase, defineTwin, createApp } from './chunk-
|
|
6
|
+
import { loadMcpToolFixture, deriveMcpToolTable, openTwinDatabase, defineTwin, createApp } from './chunk-E665XWYU.js';
|
|
7
7
|
import './chunk-6KJC4BTO.js';
|
|
8
8
|
import './chunk-SG6ZTIMT.js';
|
|
9
|
+
import './chunk-CF6EIU2U.js';
|
|
9
10
|
import { createHmac, timingSafeEqual, createHash, randomBytes } from 'node:crypto';
|
|
10
11
|
import { z } from 'zod';
|
|
11
12
|
import { isIP } from 'node:net';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export { GMAIL_CHECKS } from './chunk-JM6VS62R.js';
|
|
2
|
-
import { gmailErrorEnvelope, gmailSeedSchema, parseSeed, defaultSeedState, notFound, invalidArgument, checkFault, unsupported, validateSearchQuery, SEARCH_MAILBOX_MESSAGE_BUDGET, GmailError, parseSearchQuery, CATEGORY_LABELS, parseDate, parseSize, KNOWN_FIELDS, parseDuration, assertHasOperator } from './chunk-
|
|
3
|
-
export { DEFAULT_GMAIL_AGENT_EMAIL, GmailError, SEARCH_MAILBOX_MESSAGE_BUDGET, agentPathInboxMailbox, defaultSeedState, gmailErrorEnvelope, gmailSeedSchema, loadSeedFromEnv, parseSearchQuery, parseSeed, validateSearchQuery } from './chunk-
|
|
2
|
+
import { gmailErrorEnvelope, gmailSeedSchema, parseSeed, defaultSeedState, notFound, invalidArgument, checkFault, unsupported, validateSearchQuery, SEARCH_MAILBOX_MESSAGE_BUDGET, GmailError, parseSearchQuery, CATEGORY_LABELS, parseDate, parseSize, KNOWN_FIELDS, parseDuration, assertHasOperator } from './chunk-3T5XN64P.js';
|
|
3
|
+
export { DEFAULT_GMAIL_AGENT_EMAIL, GmailError, SEARCH_MAILBOX_MESSAGE_BUDGET, agentPathInboxMailbox, defaultSeedState, gmailErrorEnvelope, gmailSeedSchema, loadSeedFromEnv, parseSearchQuery, parseSeed, validateSearchQuery } from './chunk-3T5XN64P.js';
|
|
4
4
|
import './chunk-JWJYNAWI.js';
|
|
5
5
|
import { routeInputDeclarer, integerInput, booleanInput, repeatedInput, mountDeclaredRoute, UndeclaredInputError, MalformedBodyError } from './chunk-IZFM7W2V.js';
|
|
6
|
-
import { loadMcpToolFixture, deriveMcpToolTable, defineTwin, openTwinDatabase, createApp } from './chunk-
|
|
6
|
+
import { loadMcpToolFixture, deriveMcpToolTable, defineTwin, openTwinDatabase, createApp } from './chunk-E665XWYU.js';
|
|
7
7
|
import './chunk-6KJC4BTO.js';
|
|
8
8
|
import './chunk-SG6ZTIMT.js';
|
|
9
|
+
import './chunk-CF6EIU2U.js';
|
|
9
10
|
import { createHash, createHmac, timingSafeEqual, randomBytes } from 'node:crypto';
|
|
10
11
|
import { z } from 'zod';
|
|
11
12
|
|