@indigoai-us/hq-cli 5.71.0 → 5.73.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/bin/hq-auth-refresh.js +1 -4
- package/dist/cli-version.js +1 -4
- package/dist/commands/__fixtures__/make-tar.js +1 -4
- package/dist/commands/_patterns.js +1 -4
- package/dist/commands/add.js +1 -4
- package/dist/commands/agents.js +1 -4
- package/dist/commands/api-keys.js +1 -4
- package/dist/commands/auth.js +1 -4
- package/dist/commands/billing.js +1 -4
- package/dist/commands/channels.js +1 -4
- package/dist/commands/cloud-demote.js +1 -4
- package/dist/commands/cloud-provision.js +1 -4
- package/dist/commands/cloud.js +1 -4
- package/dist/commands/company.js +1 -4
- package/dist/commands/creators.js +1 -4
- package/dist/commands/crm.js +1 -4
- package/dist/commands/db-migrate.js +1 -4
- package/dist/commands/db-provision.js +1 -4
- package/dist/commands/db-sql.js +1 -4
- package/dist/commands/db-status.js +1 -4
- package/dist/commands/db.js +1 -4
- package/dist/commands/dm.js +1 -4
- package/dist/commands/feedback.js +1 -4
- package/dist/commands/files-browse.js +1 -4
- package/dist/commands/files.js +1 -4
- package/dist/commands/group-grants.js +1 -4
- package/dist/commands/groups.js +1 -4
- package/dist/commands/integrations.js +1 -4
- package/dist/commands/list.js +1 -4
- package/dist/commands/login.js +1 -4
- package/dist/commands/logout.js +1 -4
- package/dist/commands/mcp-registration.js +1 -4
- package/dist/commands/mcp-status.js +1 -4
- package/dist/commands/meetings.js +1 -4
- package/dist/commands/members.js +1 -4
- package/dist/commands/onboard-identity-guard.js +1 -4
- package/dist/commands/onboard-join.js +1 -4
- package/dist/commands/onboard-warning.js +1 -4
- package/dist/commands/onboard.js +1 -4
- package/dist/commands/outposts.d.ts +30 -1
- package/dist/commands/outposts.js +221 -10
- package/dist/commands/pack-install.js +1 -4
- package/dist/commands/packs.js +1 -4
- package/dist/commands/people.js +1 -4
- package/dist/commands/pkg-install.js +1 -4
- package/dist/commands/pkg-list.js +1 -4
- package/dist/commands/pkg-remove.js +1 -4
- package/dist/commands/pkg-update.js +1 -4
- package/dist/commands/publish.js +1 -4
- package/dist/commands/reindex.js +1 -4
- package/dist/commands/rescue.js +1 -4
- package/dist/commands/run.js +1 -4
- package/dist/commands/safe-extract.js +1 -4
- package/dist/commands/secrets-scope.js +1 -4
- package/dist/commands/secrets.js +1 -4
- package/dist/commands/signals.js +1 -4
- package/dist/commands/skill.js +1 -4
- package/dist/commands/sources.js +1 -4
- package/dist/commands/sync-mode.js +1 -4
- package/dist/commands/sync-narrow.js +1 -4
- package/dist/commands/sync.js +1 -4
- package/dist/commands/team-sync.js +1 -4
- package/dist/commands/update.js +1 -4
- package/dist/commands/whoami.js +1 -4
- package/dist/commands/workers.js +1 -4
- package/dist/index.js +1 -4
- package/dist/lib/db/control-plane.js +1 -4
- package/dist/lib/db/local.js +1 -4
- package/dist/lib/db/migrate.js +1 -4
- package/dist/lib/db/paths.js +1 -4
- package/dist/lib/db/remote-engine.js +1 -4
- package/dist/lib/db/remote-sql.js +1 -4
- package/dist/lib/db/sql.js +1 -4
- package/dist/lib/local-tree-diff.js +1 -4
- package/dist/lib/narrow-hint-banner.js +1 -4
- package/dist/main.js +1 -4
- package/dist/node-preflight.js +1 -4
- package/dist/run/discover-schemas.js +1 -4
- package/dist/run/hq-plugin.js +1 -4
- package/dist/sentry-before-send.js +1 -4
- package/dist/sentry-dsn.generated.js +1 -4
- package/dist/sentry.js +1 -4
- package/dist/strategies/link.js +1 -4
- package/dist/strategies/merge.js +1 -4
- package/dist/types.js +1 -4
- package/dist/utils/billing-gate.js +1 -4
- package/dist/utils/breadcrumb-buffer.js +1 -4
- package/dist/utils/cli-telemetry.js +1 -4
- package/dist/utils/cognito-session.js +1 -4
- package/dist/utils/contribution-table.js +1 -4
- package/dist/utils/environmental-error.js +1 -4
- package/dist/utils/epipe.js +1 -4
- package/dist/utils/feedback-diagnostics.js +1 -4
- package/dist/utils/feedback-screenshots.js +1 -4
- package/dist/utils/feedback-versions.js +1 -4
- package/dist/utils/git.js +1 -4
- package/dist/utils/integrity.js +1 -4
- package/dist/utils/intercepted-process-exit.js +1 -4
- package/dist/utils/login-provider.js +1 -4
- package/dist/utils/manifest.js +1 -4
- package/dist/utils/pack-contributions.js +1 -4
- package/dist/utils/people.js +1 -4
- package/dist/utils/registry-client.js +1 -4
- package/dist/utils/registry.js +1 -4
- package/dist/utils/sandbox-runner-client.js +1 -4
- package/dist/utils/secrets-cache.js +1 -4
- package/dist/utils/sentry-identity.js +1 -4
- package/dist/utils/vault-api.js +1 -4
- package/dist/utils/version-check.js +1 -4
- package/dist/utils/version-gate.js +1 -4
- package/package.json +3 -2
- package/scripts/chmod-bins.mjs +49 -0
- package/src/commands/outposts-replica-sync.test.ts +272 -0
- package/src/commands/outposts.test.ts +32 -0
- package/src/commands/outposts.ts +330 -7
- package/src/packaging.test.ts +55 -0
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
* 5. Report what changed (new, updated, removed files)
|
|
10
10
|
* 6. Gracefully handle conflicts (warn, don't force overwrite)
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="2b2504c1-06d5-59f8-a9b3-41d1af7f745f")}catch(e){}}();
|
|
14
12
|
import * as fs from 'fs';
|
|
15
13
|
import * as path from 'path';
|
|
16
14
|
import { execSync } from 'child_process';
|
|
@@ -421,5 +419,4 @@ export function registerTeamSyncCommand(program) {
|
|
|
421
419
|
}
|
|
422
420
|
});
|
|
423
421
|
}
|
|
424
|
-
//# sourceMappingURL=team-sync.js.map
|
|
425
|
-
//# debugId=2b2504c1-06d5-59f8-a9b3-41d1af7f745f
|
|
422
|
+
//# sourceMappingURL=team-sync.js.map
|
package/dist/commands/update.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* hq modules update command (US-008)
|
|
3
3
|
* Updates lock for specific module
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ed0bfb79-4403-57a0-85eb-766bc4110b67")}catch(e){}}();
|
|
7
5
|
import * as path from 'path';
|
|
8
6
|
import { findHqRoot, readManifest, readLock, writeLock, getModulesDir } from '../utils/manifest.js';
|
|
9
7
|
import { fetchRepo, pullRepo, getCurrentCommit, isRepo } from '../utils/git.js';
|
|
@@ -59,5 +57,4 @@ export function registerUpdateCommand(program) {
|
|
|
59
57
|
}
|
|
60
58
|
});
|
|
61
59
|
}
|
|
62
|
-
//# sourceMappingURL=update.js.map
|
|
63
|
-
//# debugId=ed0bfb79-4403-57a0-85eb-766bc4110b67
|
|
60
|
+
//# sourceMappingURL=update.js.map
|
package/dist/commands/whoami.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* hq whoami — displays current user or 'not logged in'
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="1603fcc9-75f6-5855-b7b2-8333ffda9389")}catch(e){}}();
|
|
6
4
|
import chalk from 'chalk';
|
|
7
5
|
import { loadCachedTokens, isExpiring, isMachineIdentity, loadMachineCreds, } from '@indigoai-us/hq-cloud';
|
|
8
6
|
function peekIdToken(idToken) {
|
|
@@ -61,5 +59,4 @@ export function registerWhoamiCommand(program) {
|
|
|
61
59
|
}
|
|
62
60
|
});
|
|
63
61
|
}
|
|
64
|
-
//# sourceMappingURL=whoami.js.map
|
|
65
|
-
//# debugId=1603fcc9-75f6-5855-b7b2-8333ffda9389
|
|
62
|
+
//# sourceMappingURL=whoami.js.map
|
package/dist/commands/workers.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a4a2bf8b-0a33-57ba-a565-412a14132c99")}catch(e){}}();
|
|
3
1
|
import chalk from "chalk";
|
|
4
2
|
import * as fs from "fs";
|
|
5
3
|
import * as path from "path";
|
|
@@ -225,5 +223,4 @@ export function registerWorkersCommand(program) {
|
|
|
225
223
|
}
|
|
226
224
|
});
|
|
227
225
|
}
|
|
228
|
-
//# sourceMappingURL=workers.js.map
|
|
229
|
-
//# debugId=a4a2bf8b-0a33-57ba-a565-412a14132c99
|
|
226
|
+
//# sourceMappingURL=workers.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
// MUST be first: guard the Node version before any dependency that needs a
|
|
3
3
|
// Node 20+ API (e.g. util.styleText) or a newer native ABI is evaluated.
|
|
4
|
-
|
|
5
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8fdfd788-4c00-50bc-9ed0-579ed9d5f903")}catch(e){}}();
|
|
6
4
|
import "./node-preflight.js";
|
|
7
5
|
import { CLI_VERSION } from "./cli-version.js";
|
|
8
6
|
function isVersionRequest(argv) {
|
|
@@ -17,5 +15,4 @@ else {
|
|
|
17
15
|
await runCli();
|
|
18
16
|
}
|
|
19
17
|
export const __test__ = { isVersionRequest };
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
|
21
|
-
//# debugId=8fdfd788-4c00-50bc-9ed0-579ed9d5f903
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* Control-plane client for remote vault DB (US-009).
|
|
3
3
|
* Injectable fetch for tests — never logs response bodies that might hold secrets.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b2bf60fc-6b3a-5534-af8e-3b92b9518e29")}catch(e){}}();
|
|
7
5
|
function assertNoPostgresUrl(label, text) {
|
|
8
6
|
if (/postgres:\/\//i.test(text) || /postgresql:\/\//i.test(text)) {
|
|
9
7
|
throw new Error(`${label}: control plane returned a connection string (refusing to surface)`);
|
|
@@ -77,5 +75,4 @@ export class ControlPlaneDbClient {
|
|
|
77
75
|
return JSON.parse(text);
|
|
78
76
|
}
|
|
79
77
|
}
|
|
80
|
-
//# sourceMappingURL=control-plane.js.map
|
|
81
|
-
//# debugId=b2bf60fc-6b3a-5534-af8e-3b92b9518e29
|
|
78
|
+
//# sourceMappingURL=control-plane.js.map
|
package/dist/lib/db/local.js
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
* File lives at ~/.hq/db/{company}/vault.db with WAL journal mode.
|
|
5
5
|
* Never returns or logs remote connection strings.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="3cf7d852-6ced-5521-a8de-8da889a5b97c")}catch(e){}}();
|
|
9
7
|
import fs from "node:fs";
|
|
10
8
|
import Database from "better-sqlite3";
|
|
11
9
|
import { ensureLocalDbDir, resolveLocalDbPath, } from "./paths.js";
|
|
@@ -102,5 +100,4 @@ export function formatLocalDbStatus(status) {
|
|
|
102
100
|
];
|
|
103
101
|
return lines.join("\n");
|
|
104
102
|
}
|
|
105
|
-
//# sourceMappingURL=local.js.map
|
|
106
|
-
//# debugId=3cf7d852-6ced-5521-a8de-8da889a5b97c
|
|
103
|
+
//# sourceMappingURL=local.js.map
|
package/dist/lib/db/migrate.js
CHANGED
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* companies/{company}/db/migrations/*.sql
|
|
6
6
|
* Applied versions are recorded in hq_schema_migrations inside the local DB.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d8abc231-bc36-5aad-a942-acbb0b86ea96")}catch(e){}}();
|
|
10
8
|
import fs from "node:fs";
|
|
11
9
|
import path from "node:path";
|
|
12
10
|
import { openLocalDb, readMigrationHead } from "./local.js";
|
|
@@ -100,5 +98,4 @@ export function migrateLocalDb(opts) {
|
|
|
100
98
|
db.close();
|
|
101
99
|
}
|
|
102
100
|
}
|
|
103
|
-
//# sourceMappingURL=migrate.js.map
|
|
104
|
-
//# debugId=d8abc231-bc36-5aad-a942-acbb0b86ea96
|
|
101
|
+
//# sourceMappingURL=migrate.js.map
|
package/dist/lib/db/paths.js
CHANGED
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
* so hq-sync / git cannot treat them as vault text. Migrations remain vault
|
|
9
9
|
* text at companies/{co}/db/migrations/*.sql (handled by migrate stories).
|
|
10
10
|
*/
|
|
11
|
-
|
|
12
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="92e78769-940e-5fc9-a47e-7fbcc4415a3b")}catch(e){}}();
|
|
13
11
|
import fs from "node:fs";
|
|
14
12
|
import os from "node:os";
|
|
15
13
|
import path from "node:path";
|
|
@@ -99,5 +97,4 @@ export function describeLocalDbIgnoreRules() {
|
|
|
99
97
|
...LOCAL_DB_IGNORE_PATTERNS.map((p) => ` - ${p}`),
|
|
100
98
|
].join("\n");
|
|
101
99
|
}
|
|
102
|
-
//# sourceMappingURL=paths.js.map
|
|
103
|
-
//# debugId=92e78769-940e-5fc9-a47e-7fbcc4415a3b
|
|
100
|
+
//# sourceMappingURL=paths.js.map
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* This module is interface + registry only — no production AWS provision here.
|
|
6
6
|
*/
|
|
7
7
|
/** Default engine selection (PRD decision). */
|
|
8
|
-
|
|
9
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="738ccb65-e1d0-5466-b98e-a96058bda113")}catch(e){}}();
|
|
10
8
|
export const DEFAULT_REMOTE_ENGINE_ID = "aurora-dsql";
|
|
11
9
|
const registry = new Map();
|
|
12
10
|
export function registerRemoteEngine(engine) {
|
|
@@ -86,5 +84,4 @@ export function createMockRemoteEngine(id = "mock") {
|
|
|
86
84
|
},
|
|
87
85
|
};
|
|
88
86
|
}
|
|
89
|
-
//# sourceMappingURL=remote-engine.js.map
|
|
90
|
-
//# debugId=738ccb65-e1d0-5466-b98e-a96058bda113
|
|
87
|
+
//# sourceMappingURL=remote-engine.js.map
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
* Connection string never appears in argv, logs, or stdout.
|
|
5
5
|
* Local remains default when --remote is absent (handled by command layer).
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="07948af3-ec73-5a1a-bf8a-d0197090af40")}catch(e){}}();
|
|
9
7
|
function assertNoLeak(label, value) {
|
|
10
8
|
const s = typeof value === "string" ? value : JSON.stringify(value);
|
|
11
9
|
if (/postgres:\/\//i.test(s) || /postgresql:\/\//i.test(s)) {
|
|
@@ -35,5 +33,4 @@ export async function runRemoteSql(opts) {
|
|
|
35
33
|
assertNoLeak("remote sql rows", rows);
|
|
36
34
|
return { rows };
|
|
37
35
|
}
|
|
38
|
-
//# sourceMappingURL=remote-sql.js.map
|
|
39
|
-
//# debugId=07948af3-ec73-5a1a-bf8a-d0197090af40
|
|
36
|
+
//# sourceMappingURL=remote-sql.js.map
|
package/dist/lib/db/sql.js
CHANGED
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* resolved company slug from HQ session/flags. Path overrides that open
|
|
6
6
|
* another company's DB are denied unless an explicit dangerous flag is set.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="f9dc08da-ad30-5af4-94fb-b167d4299692")}catch(e){}}();
|
|
10
8
|
import Database from "better-sqlite3";
|
|
11
9
|
import { openLocalDb } from "./local.js";
|
|
12
10
|
import { normalizeCompanySlugForLocalDb, resolveLocalDbDir, resolveLocalDbPath, } from "./paths.js";
|
|
@@ -128,5 +126,4 @@ export function formatSqlResult(result, format = "jsonl") {
|
|
|
128
126
|
export function companyLocalDbDir(company, env) {
|
|
129
127
|
return resolveLocalDbDir(company, env);
|
|
130
128
|
}
|
|
131
|
-
//# sourceMappingURL=sql.js.map
|
|
132
|
-
//# debugId=f9dc08da-ad30-5af4-94fb-b167d4299692
|
|
129
|
+
//# sourceMappingURL=sql.js.map
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
* calls happen here. The CLI orchestrator (`sync-narrow.ts`) is responsible
|
|
24
24
|
* for the destructive side effects (delete, tombstone, PUT sync-config).
|
|
25
25
|
*/
|
|
26
|
-
|
|
27
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8f0265e5-8320-54bb-b2c9-b03ee9581af8")}catch(e){}}();
|
|
28
26
|
import * as fs from "node:fs";
|
|
29
27
|
import * as path from "node:path";
|
|
30
28
|
import { hashFile, isCoveredByAny, } from "@indigoai-us/hq-cloud";
|
|
@@ -267,5 +265,4 @@ export function formatBytes(n) {
|
|
|
267
265
|
}
|
|
268
266
|
return `${v.toFixed(2)} ${units[i]}`;
|
|
269
267
|
}
|
|
270
|
-
//# sourceMappingURL=local-tree-diff.js.map
|
|
271
|
-
//# debugId=8f0265e5-8320-54bb-b2c9-b03ee9581af8
|
|
268
|
+
//# sourceMappingURL=local-tree-diff.js.map
|
|
@@ -35,8 +35,6 @@
|
|
|
35
35
|
* TODO(hq-core-staging release N+3): bump default level to 'strict' and
|
|
36
36
|
* wire `--mode-all` as the only opt-out.
|
|
37
37
|
*/
|
|
38
|
-
|
|
39
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b62d5114-da5b-5a77-bf3f-8362a2197665")}catch(e){}}();
|
|
40
38
|
import chalk from "chalk";
|
|
41
39
|
import * as fs from "node:fs";
|
|
42
40
|
import * as path from "node:path";
|
|
@@ -140,5 +138,4 @@ export function emitNarrowHint(input, opts = {}) {
|
|
|
140
138
|
export function _resetShownForTests() {
|
|
141
139
|
SHOWN.clear();
|
|
142
140
|
}
|
|
143
|
-
//# sourceMappingURL=narrow-hint-banner.js.map
|
|
144
|
-
//# debugId=b62d5114-da5b-5a77-bf3f-8362a2197665
|
|
141
|
+
//# sourceMappingURL=narrow-hint-banner.js.map
|
package/dist/main.js
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
// MUST be first: guard the Node version before any dependency that needs a
|
|
6
6
|
// Node 20+ API (e.g. util.styleText) or a newer native ABI is evaluated.
|
|
7
|
-
|
|
8
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d6747715-2057-5a0c-bfc5-c0a8372639d0")}catch(e){}}();
|
|
9
7
|
import "./node-preflight.js";
|
|
10
8
|
import { Command } from "commander";
|
|
11
9
|
import { initSentry, Sentry } from "./sentry.js";
|
|
@@ -277,5 +275,4 @@ export async function runCli() {
|
|
|
277
275
|
await Promise.allSettled([refreshVersionCache(), Sentry.flush(2000)]);
|
|
278
276
|
}
|
|
279
277
|
}
|
|
280
|
-
//# sourceMappingURL=main.js.map
|
|
281
|
-
//# debugId=d6747715-2057-5a0c-bfc5-c0a8372639d0
|
|
278
|
+
//# sourceMappingURL=main.js.map
|
package/dist/node-preflight.js
CHANGED
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
* Keep this file dependency-free — it must not import anything that could itself
|
|
18
18
|
* fail to load on the very runtime it is trying to detect.
|
|
19
19
|
*/
|
|
20
|
-
|
|
21
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7d63229d-ff96-5511-9601-53c556487763")}catch(e){}}();
|
|
22
20
|
export const MIN_NODE_MAJOR = 20;
|
|
23
21
|
/**
|
|
24
22
|
* Pure check: is the given Node version string (e.g. "18.19.0") supported?
|
|
@@ -51,5 +49,4 @@ export function enforceNodeVersion() {
|
|
|
51
49
|
}
|
|
52
50
|
}
|
|
53
51
|
enforceNodeVersion();
|
|
54
|
-
//# sourceMappingURL=node-preflight.js.map
|
|
55
|
-
//# debugId=7d63229d-ff96-5511-9601-53c556487763
|
|
52
|
+
//# sourceMappingURL=node-preflight.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="17c9937b-a219-5b2d-a120-0acbf96f945a")}catch(e){}}();
|
|
3
1
|
import * as fs from 'node:fs';
|
|
4
2
|
import * as path from 'node:path';
|
|
5
3
|
const SLUG_RE = /^# @hqCompany\("([^"]+)"\)/m;
|
|
@@ -60,5 +58,4 @@ export function discoverSchemas(cwd) {
|
|
|
60
58
|
}
|
|
61
59
|
return { schemaPaths, envLocalPaths, companySlug, conflict };
|
|
62
60
|
}
|
|
63
|
-
//# sourceMappingURL=discover-schemas.js.map
|
|
64
|
-
//# debugId=17c9937b-a219-5b2d-a120-0acbf96f945a
|
|
61
|
+
//# sourceMappingURL=discover-schemas.js.map
|
package/dist/run/hq-plugin.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="20ece834-f9b5-5295-8620-87eb4f13ba7c")}catch(e){}}();
|
|
3
1
|
import { ResolutionError } from 'varlock/plugin-lib';
|
|
4
2
|
import { DEFAULT_SECRETS_CACHE_TTL_MS, readCache, writeCache, } from '../utils/secrets-cache.js';
|
|
5
3
|
function normalizeCacheTtlMs(cacheTtlMs) {
|
|
@@ -164,5 +162,4 @@ export async function prewarmHqSecrets(graph /* EnvGraph */, opts, state) {
|
|
|
164
162
|
state.errorsByName = errorsByName;
|
|
165
163
|
state.uid = uid;
|
|
166
164
|
}
|
|
167
|
-
//# sourceMappingURL=hq-plugin.js.map
|
|
168
|
-
//# debugId=20ece834-f9b5-5295-8620-87eb4f13ba7c
|
|
165
|
+
//# sourceMappingURL=hq-plugin.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d9f4f042-d671-5ca3-8b43-d26395fc0189")}catch(e){}}();
|
|
3
1
|
const SENSITIVE_FIELD_NAMES = new Set([
|
|
4
2
|
"password", "secret", "apikey", "api_key", "token",
|
|
5
3
|
// Cognito token-response fields captured as error context.
|
|
@@ -215,5 +213,4 @@ export function beforeSend(event, _hint) {
|
|
|
215
213
|
event.contexts = scrubFields(event.contexts);
|
|
216
214
|
return event;
|
|
217
215
|
}
|
|
218
|
-
//# sourceMappingURL=sentry-before-send.js.map
|
|
219
|
-
//# debugId=d9f4f042-d671-5ca3-8b43-d26395fc0189
|
|
216
|
+
//# sourceMappingURL=sentry-before-send.js.map
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="55f2362e-5cf7-5dac-b6a3-ef0f9ccde645")}catch(e){}}();
|
|
3
1
|
export const BUNDLED_DSN = "https://467061dc39fb64644f5640a82d8949cf@o4507292345892864.ingest.us.sentry.io/4511597516226560";
|
|
4
|
-
//# sourceMappingURL=sentry-dsn.generated.js.map
|
|
5
|
-
//# debugId=55f2362e-5cf7-5dac-b6a3-ef0f9ccde645
|
|
2
|
+
//# sourceMappingURL=sentry-dsn.generated.js.map
|
package/dist/sentry.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a2ba6d5a-af8a-5512-9ce8-ced925ad5505")}catch(e){}}();
|
|
3
1
|
import * as Sentry from "@sentry/node";
|
|
4
2
|
import { BUNDLED_DSN } from "./sentry-dsn.generated.js";
|
|
5
3
|
import { beforeSend } from "./sentry-before-send.js";
|
|
@@ -50,5 +48,4 @@ export function initSentry() {
|
|
|
50
48
|
Sentry.startSession();
|
|
51
49
|
}
|
|
52
50
|
export { Sentry };
|
|
53
|
-
//# sourceMappingURL=sentry.js.map
|
|
54
|
-
//# debugId=a2ba6d5a-af8a-5512-9ce8-ced925ad5505
|
|
51
|
+
//# sourceMappingURL=sentry.js.map
|
package/dist/strategies/link.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* Link Sync Strategy (US-006)
|
|
3
3
|
* Symlinks module paths into HQ tree
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="602c865a-033c-5b7c-8839-11a66b9a6bc5")}catch(e){}}();
|
|
7
5
|
import * as fs from 'fs';
|
|
8
6
|
import * as path from 'path';
|
|
9
7
|
export async function linkSync(module, moduleDir, hqRoot) {
|
|
@@ -50,5 +48,4 @@ export async function linkSync(module, moduleDir, hqRoot) {
|
|
|
50
48
|
filesChanged,
|
|
51
49
|
};
|
|
52
50
|
}
|
|
53
|
-
//# sourceMappingURL=link.js.map
|
|
54
|
-
//# debugId=602c865a-033c-5b7c-8839-11a66b9a6bc5
|
|
51
|
+
//# sourceMappingURL=link.js.map
|
package/dist/strategies/merge.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* Merge Sync Strategy (US-007)
|
|
3
3
|
* Copies files from module into HQ, tracks state for conflict detection
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7a161796-4e72-58d8-89f3-a1010add7d0f")}catch(e){}}();
|
|
7
5
|
import * as fs from 'fs';
|
|
8
6
|
import * as path from 'path';
|
|
9
7
|
import * as crypto from 'crypto';
|
|
@@ -109,5 +107,4 @@ export async function mergeSync(module, moduleDir, hqRoot) {
|
|
|
109
107
|
filesChanged: filesChanged.count,
|
|
110
108
|
};
|
|
111
109
|
}
|
|
112
|
-
//# sourceMappingURL=merge.js.map
|
|
113
|
-
//# debugId=7a161796-4e72-58d8-89f3-a1010add7d0f
|
|
110
|
+
//# sourceMappingURL=merge.js.map
|
package/dist/types.js
CHANGED
|
@@ -7,8 +7,5 @@
|
|
|
7
7
|
* (new in hq-core v12.0.0; see
|
|
8
8
|
* knowledge/public/hq-core/package-yaml-spec.md)
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="42a2c1bd-8924-5fcf-8f50-72086dab7a97")}catch(e){}}();
|
|
12
10
|
export {};
|
|
13
|
-
//# sourceMappingURL=types.js.map
|
|
14
|
-
//# debugId=42a2c1bd-8924-5fcf-8f50-72086dab7a97
|
|
11
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -19,8 +19,6 @@
|
|
|
19
19
|
* (hq-console `src/lib/billing-pricing.ts`): amounts are in the smallest
|
|
20
20
|
* currency unit (US cents) to match Stripe's wire shape.
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="89efd1d4-af26-50e1-b94f-72b1b5533e3f")}catch(e){}}();
|
|
24
22
|
import chalk from "chalk";
|
|
25
23
|
import { vaultApiFetch } from "./vault-api.js";
|
|
26
24
|
/** Per-Agent monthly list price, in cents ($100.00 / agent / month). */
|
|
@@ -123,5 +121,4 @@ export async function surfaceBillingRequired(token, billing) {
|
|
|
123
121
|
console.log(chalk.dim("Once a card is added, re-run the same command."));
|
|
124
122
|
return url;
|
|
125
123
|
}
|
|
126
|
-
//# sourceMappingURL=billing-gate.js.map
|
|
127
|
-
//# debugId=89efd1d4-af26-50e1-b94f-72b1b5533e3f
|
|
124
|
+
//# sourceMappingURL=billing-gate.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="6a54e8f0-10de-59c2-82d9-22de94d9e6f2")}catch(e){}}();
|
|
3
1
|
const BUFFER_SIZE = 20;
|
|
4
2
|
const _buffer = [];
|
|
5
3
|
// Sentry beforeBreadcrumb hook: records every breadcrumb in a ring buffer
|
|
@@ -14,5 +12,4 @@ export function beforeBreadcrumb(breadcrumb) {
|
|
|
14
12
|
export function getRecentBreadcrumbs() {
|
|
15
13
|
return [..._buffer];
|
|
16
14
|
}
|
|
17
|
-
//# sourceMappingURL=breadcrumb-buffer.js.map
|
|
18
|
-
//# debugId=6a54e8f0-10de-59c2-82d9-22de94d9e6f2
|
|
15
|
+
//# sourceMappingURL=breadcrumb-buffer.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b7441453-1b37-541f-becb-a3ccb3a554cf")}catch(e){}}();
|
|
3
1
|
import { CLI_VERSION } from "../cli-version.js";
|
|
4
2
|
import { isExpiring, isMachineIdentity, loadCachedTokens, } from "./cognito-session.js";
|
|
5
3
|
import { vaultApiFetch } from "./vault-api.js";
|
|
@@ -56,5 +54,4 @@ async function emitCachedCliSessionStarted() {
|
|
|
56
54
|
// Cached-token reads are also best effort (for example, a malformed cache).
|
|
57
55
|
}
|
|
58
56
|
}
|
|
59
|
-
//# sourceMappingURL=cli-telemetry.js.map
|
|
60
|
-
//# debugId=b7441453-1b37-541f-becb-a3ccb3a554cf
|
|
57
|
+
//# sourceMappingURL=cli-telemetry.js.map
|
|
@@ -18,8 +18,6 @@
|
|
|
18
18
|
* HQ_COGNITO_CALLBACK_PORT — Loopback OAuth callback port
|
|
19
19
|
* HQ_VAULT_API_URL — vault-service API Gateway URL
|
|
20
20
|
*/
|
|
21
|
-
|
|
22
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5a2a53de-b1ef-5d31-891c-9f508b6e4d7a")}catch(e){}}();
|
|
23
21
|
import * as fs from "fs";
|
|
24
22
|
import * as os from "os";
|
|
25
23
|
import * as path from "path";
|
|
@@ -377,5 +375,4 @@ export async function refreshCachedSession() {
|
|
|
377
375
|
};
|
|
378
376
|
}
|
|
379
377
|
}
|
|
380
|
-
//# sourceMappingURL=cognito-session.js.map
|
|
381
|
-
//# debugId=5a2a53de-b1ef-5d31-891c-9f508b6e4d7a
|
|
378
|
+
//# sourceMappingURL=cognito-session.js.map
|
|
@@ -36,8 +36,6 @@
|
|
|
36
36
|
* The 8-key contribution registry. `as const` so `keyof typeof` yields the
|
|
37
37
|
* exact literal key union consumed by `PackContributeKey`.
|
|
38
38
|
*/
|
|
39
|
-
|
|
40
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="154fb78d-60ba-508f-b6e7-6889858f1841")}catch(e){}}();
|
|
41
39
|
export const CONTRIBUTION_TABLE = {
|
|
42
40
|
workers: { payload: 'workers/{item}', host: 'core/workers/public', wire: 'symlink' },
|
|
43
41
|
knowledge: { payload: 'knowledge/{item}', host: 'core/knowledge/public', wire: 'symlink' },
|
|
@@ -61,5 +59,4 @@ export function payloadFor(key, item) {
|
|
|
61
59
|
}
|
|
62
60
|
/** Keys whose contributions are wired by a host symlink (skip `merge` rows). */
|
|
63
61
|
export const SYMLINK_KEYS = CONTRIBUTION_KEYS.filter((k) => CONTRIBUTION_TABLE[k].wire === 'symlink');
|
|
64
|
-
//# sourceMappingURL=contribution-table.js.map
|
|
65
|
-
//# debugId=154fb78d-60ba-508f-b6e7-6889858f1841
|
|
62
|
+
//# sourceMappingURL=contribution-table.js.map
|
|
@@ -15,8 +15,6 @@
|
|
|
15
15
|
* Node errno codes for "the filesystem cannot accept this write" — purely
|
|
16
16
|
* environmental, never a code bug. Mapped to the message shown to the user.
|
|
17
17
|
*/
|
|
18
|
-
|
|
19
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="03976a9c-d4c3-57dc-bd1d-40c9d025193d")}catch(e){}}();
|
|
20
18
|
const ENVIRONMENTAL_FS_CODES = {
|
|
21
19
|
ENOSPC: "No space left on device. Free up disk space and try again.",
|
|
22
20
|
EDQUOT: "Disk quota exceeded. Free up space (or raise your quota) and try again.",
|
|
@@ -36,5 +34,4 @@ export function environmentalFsErrorMessage(err) {
|
|
|
36
34
|
return null;
|
|
37
35
|
return ENVIRONMENTAL_FS_CODES[code] ?? null;
|
|
38
36
|
}
|
|
39
|
-
//# sourceMappingURL=environmental-error.js.map
|
|
40
|
-
//# debugId=03976a9c-d4c3-57dc-bd1d-40c9d025193d
|
|
37
|
+
//# sourceMappingURL=environmental-error.js.map
|
package/dist/utils/epipe.js
CHANGED
|
@@ -19,12 +19,9 @@
|
|
|
19
19
|
* (code 0) and SKIP Sentry capture: there is no defect and no user-facing
|
|
20
20
|
* degradation to fix.
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="3305e402-0237-55ac-a6d4-11143bc69b83")}catch(e){}}();
|
|
24
22
|
export function isEpipe(err) {
|
|
25
23
|
return (typeof err === "object" &&
|
|
26
24
|
err !== null &&
|
|
27
25
|
err.code === "EPIPE");
|
|
28
26
|
}
|
|
29
|
-
//# sourceMappingURL=epipe.js.map
|
|
30
|
-
//# debugId=3305e402-0237-55ac-a6d4-11143bc69b83
|
|
27
|
+
//# sourceMappingURL=epipe.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ae4c924b-fe3d-558c-8b44-e1bac1f5a73e")}catch(e){}}();
|
|
3
1
|
import * as os from "os";
|
|
4
2
|
import { execFileSync } from "child_process";
|
|
5
3
|
import { getRecentBreadcrumbs } from "./breadcrumb-buffer.js";
|
|
@@ -93,5 +91,4 @@ export function collectDiagnostics() {
|
|
|
93
91
|
recentSentryBreadcrumbs: getRecentBreadcrumbs(),
|
|
94
92
|
};
|
|
95
93
|
}
|
|
96
|
-
//# sourceMappingURL=feedback-diagnostics.js.map
|
|
97
|
-
//# debugId=ae4c924b-fe3d-558c-8b44-e1bac1f5a73e
|
|
94
|
+
//# sourceMappingURL=feedback-diagnostics.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="13f46978-c3c8-532d-b0bb-e8febf876587")}catch(e){}}();
|
|
3
1
|
import * as fs from "node:fs";
|
|
4
2
|
import * as path from "node:path";
|
|
5
3
|
import { vaultApiFetch } from "./vault-api.js";
|
|
@@ -94,5 +92,4 @@ export async function uploadScreenshots(opts) {
|
|
|
94
92
|
}
|
|
95
93
|
return keys;
|
|
96
94
|
}
|
|
97
|
-
//# sourceMappingURL=feedback-screenshots.js.map
|
|
98
|
-
//# debugId=13f46978-c3c8-532d-b0bb-e8febf876587
|
|
95
|
+
//# sourceMappingURL=feedback-screenshots.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ea3328d1-5c42-5d60-ad24-f96c11a37f22")}catch(e){}}();
|
|
3
1
|
import * as fs from "node:fs";
|
|
4
2
|
import * as os from "node:os";
|
|
5
3
|
import * as path from "node:path";
|
|
@@ -46,5 +44,4 @@ export function collectVersions() {
|
|
|
46
44
|
sync: readSyncVersion(),
|
|
47
45
|
};
|
|
48
46
|
}
|
|
49
|
-
//# sourceMappingURL=feedback-versions.js.map
|
|
50
|
-
//# debugId=ea3328d1-5c42-5d60-ad24-f96c11a37f22
|
|
47
|
+
//# sourceMappingURL=feedback-versions.js.map
|
package/dist/utils/git.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="6ee15d43-ad5e-5f40-b27b-8bd389e0dad7")}catch(e){}}();
|
|
3
1
|
import * as fs from 'fs';
|
|
4
2
|
import * as path from 'path';
|
|
5
3
|
import simpleGit from 'simple-git';
|
|
@@ -69,5 +67,4 @@ export function ensureGitignore(hqRoot, entry) {
|
|
|
69
67
|
fs.writeFileSync(gitignorePath, content);
|
|
70
68
|
}
|
|
71
69
|
}
|
|
72
|
-
//# sourceMappingURL=git.js.map
|
|
73
|
-
//# debugId=6ee15d43-ad5e-5f40-b27b-8bd389e0dad7
|
|
70
|
+
//# sourceMappingURL=git.js.map
|
package/dist/utils/integrity.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Integrity verification — SHA256 hash and RSA signature checks (US-005)
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="e47a47a7-a9cf-56f1-9522-983ebaa0e5cb")}catch(e){}}();
|
|
6
4
|
import * as crypto from 'crypto';
|
|
7
5
|
import * as fs from 'fs';
|
|
8
6
|
import * as path from 'path';
|
|
@@ -43,5 +41,4 @@ export function verifyRsaSignature(sha256Hash, signature, publicKeyPath) {
|
|
|
43
41
|
verifier.end();
|
|
44
42
|
return verifier.verify(publicKey, Buffer.from(signature, 'base64'));
|
|
45
43
|
}
|
|
46
|
-
//# sourceMappingURL=integrity.js.map
|
|
47
|
-
//# debugId=e47a47a7-a9cf-56f1-9522-983ebaa0e5cb
|
|
44
|
+
//# sourceMappingURL=integrity.js.map
|
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
// Sentry capture for it — the genuine "expected, non-actionable" carve-out,
|
|
18
18
|
// mirroring the EPIPE (HQ-6B) and environmental-FS (HQ-CLI-2) carve-outs.
|
|
19
19
|
/** The marker a fuzz/audit harness throws in place of a real `process.exit`. */
|
|
20
|
-
|
|
21
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="55c7e3b5-a8bc-50fd-835b-127a19172aa1")}catch(e){}}();
|
|
22
20
|
const INTERCEPTED_PROCESS_EXIT_MARKER = "fuzz-intercepted-process-exit";
|
|
23
21
|
/**
|
|
24
22
|
* True when `err` is a fuzz/audit harness's intercepted-`process.exit` marker
|
|
@@ -34,5 +32,4 @@ export function isInterceptedProcessExit(err) {
|
|
|
34
32
|
}
|
|
35
33
|
return typeof err === "string" && err.includes(INTERCEPTED_PROCESS_EXIT_MARKER);
|
|
36
34
|
}
|
|
37
|
-
//# sourceMappingURL=intercepted-process-exit.js.map
|
|
38
|
-
//# debugId=55c7e3b5-a8bc-50fd-835b-127a19172aa1
|
|
35
|
+
//# sourceMappingURL=intercepted-process-exit.js.map
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="10f78162-e7f8-5295-a572-936ae454ad62")}catch(e){}}();
|
|
3
1
|
import { DEFAULT_COGNITO } from "./cognito-session.js";
|
|
4
2
|
const PROVIDER_TO_COGNITO_IDP = {
|
|
5
3
|
google: "Google",
|
|
@@ -24,5 +22,4 @@ export function cognitoConfigForLoginProvider(value) {
|
|
|
24
22
|
identityProvider: PROVIDER_TO_COGNITO_IDP[provider],
|
|
25
23
|
};
|
|
26
24
|
}
|
|
27
|
-
//# sourceMappingURL=login-provider.js.map
|
|
28
|
-
//# debugId=10f78162-e7f8-5295-a572-936ae454ad62
|
|
25
|
+
//# sourceMappingURL=login-provider.js.map
|
package/dist/utils/manifest.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ea38913d-4086-56ca-872a-9a85ccf9c453")}catch(e){}}();
|
|
3
1
|
import * as fs from 'fs';
|
|
4
2
|
import * as path from 'path';
|
|
5
3
|
import * as yaml from 'js-yaml';
|
|
@@ -114,5 +112,4 @@ export function parseRepoName(repoUrl) {
|
|
|
114
112
|
export function isValidRepoUrl(url) {
|
|
115
113
|
return url.startsWith('https://') || url.startsWith('git@');
|
|
116
114
|
}
|
|
117
|
-
//# sourceMappingURL=manifest.js.map
|
|
118
|
-
//# debugId=ea38913d-4086-56ca-872a-9a85ccf9c453
|
|
115
|
+
//# sourceMappingURL=manifest.js.map
|
|
@@ -36,8 +36,6 @@
|
|
|
36
36
|
* contributionLinks, the symlink validator, scan-packages) must SKIP
|
|
37
37
|
* `merge` rows -- they never produce a symlink.
|
|
38
38
|
*/
|
|
39
|
-
|
|
40
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="63e778df-65dd-51a4-8a43-3a7d2aa9a451")}catch(e){}}();
|
|
41
39
|
import * as fs from 'fs';
|
|
42
40
|
import * as path from 'path';
|
|
43
41
|
import * as yaml from 'js-yaml';
|
|
@@ -327,5 +325,4 @@ export function readRecommendedPackages(hqRoot) {
|
|
|
327
325
|
return [];
|
|
328
326
|
}
|
|
329
327
|
}
|
|
330
|
-
//# sourceMappingURL=pack-contributions.js.map
|
|
331
|
-
//# debugId=63e778df-65dd-51a4-8a43-3a7d2aa9a451
|
|
328
|
+
//# sourceMappingURL=pack-contributions.js.map
|