@autohq/cli 0.1.460 → 0.1.461
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/agent-bridge.js +4 -3
- package/dist/index.js +5 -4
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -30825,7 +30825,7 @@ Object.assign(lookup, {
|
|
|
30825
30825
|
// package.json
|
|
30826
30826
|
var package_default = {
|
|
30827
30827
|
name: "@autohq/cli",
|
|
30828
|
-
version: "0.1.
|
|
30828
|
+
version: "0.1.461",
|
|
30829
30829
|
license: "SEE LICENSE IN README.md",
|
|
30830
30830
|
publishConfig: {
|
|
30831
30831
|
access: "public"
|
|
@@ -37551,6 +37551,7 @@ var SessionTurnRecordSchema = external_exports.object({
|
|
|
37551
37551
|
});
|
|
37552
37552
|
|
|
37553
37553
|
// ../../packages/schemas/src/setup.ts
|
|
37554
|
+
var SetupAutomationDescriptionSchema = external_exports.string().max(2e3).refine((value2) => value2.trim().length > 0);
|
|
37554
37555
|
var SetupOnboardingPullRequestCreateRequestSchema = external_exports.object({
|
|
37555
37556
|
githubConnection: external_exports.string().trim().min(1).optional(),
|
|
37556
37557
|
slackConnection: external_exports.string().trim().min(1).optional(),
|
|
@@ -37558,7 +37559,7 @@ var SetupOnboardingPullRequestCreateRequestSchema = external_exports.object({
|
|
|
37558
37559
|
baseBranch: GithubSyncProductionBranchSchema.optional(),
|
|
37559
37560
|
team: external_exports.object({
|
|
37560
37561
|
id: external_exports.string().trim().min(1),
|
|
37561
|
-
commission:
|
|
37562
|
+
commission: SetupAutomationDescriptionSchema.optional()
|
|
37562
37563
|
}).optional(),
|
|
37563
37564
|
// The picked roster from the assemble-your-team step: catalog agent ids
|
|
37564
37565
|
// whose importing files join the PR (Slack-requiring picks are deferred
|
|
@@ -37658,7 +37659,7 @@ var SetupOnboardingRosterSnapshotSchema = external_exports.object({
|
|
|
37658
37659
|
customBrief: external_exports.string().trim().min(1).max(500).nullable().default(null),
|
|
37659
37660
|
team: external_exports.object({
|
|
37660
37661
|
id: external_exports.string().trim().min(1),
|
|
37661
|
-
commission:
|
|
37662
|
+
commission: SetupAutomationDescriptionSchema.optional()
|
|
37662
37663
|
}).optional(),
|
|
37663
37664
|
onboardingRun: SetupOnboardingRunReferenceSchema.optional()
|
|
37664
37665
|
});
|
package/dist/index.js
CHANGED
|
@@ -21815,12 +21815,13 @@ var init_session_turns = __esm({
|
|
|
21815
21815
|
});
|
|
21816
21816
|
|
|
21817
21817
|
// ../../packages/schemas/src/setup.ts
|
|
21818
|
-
var SetupOnboardingPullRequestCreateRequestSchema, SetupOnboardingPullRequestSchema, SetupOnboardingRunReferenceSchema, SetupOnboardingSyncSchema, SetupOnboardingPullRequestCreateResponseSchema, SetupOnboardingPullRequestStatusRequestSchema, SetupOnboardingPullRequestStatusResponseSchema, SetupOnboardingScopeSchema, SetupOnboardingPullRequestSnapshotSchema, SetupOnboardingRosterSnapshotSchema, SetupOnboardingStateSchema, SetupExerciseSignalStartResponseSchema;
|
|
21818
|
+
var SetupAutomationDescriptionSchema, SetupOnboardingPullRequestCreateRequestSchema, SetupOnboardingPullRequestSchema, SetupOnboardingRunReferenceSchema, SetupOnboardingSyncSchema, SetupOnboardingPullRequestCreateResponseSchema, SetupOnboardingPullRequestStatusRequestSchema, SetupOnboardingPullRequestStatusResponseSchema, SetupOnboardingScopeSchema, SetupOnboardingPullRequestSnapshotSchema, SetupOnboardingRosterSnapshotSchema, SetupOnboardingStateSchema, SetupExerciseSignalStartResponseSchema;
|
|
21819
21819
|
var init_setup = __esm({
|
|
21820
21820
|
"../../packages/schemas/src/setup.ts"() {
|
|
21821
21821
|
"use strict";
|
|
21822
21822
|
init_zod();
|
|
21823
21823
|
init_github_sync();
|
|
21824
|
+
SetupAutomationDescriptionSchema = external_exports.string().max(2e3).refine((value) => value.trim().length > 0);
|
|
21824
21825
|
SetupOnboardingPullRequestCreateRequestSchema = external_exports.object({
|
|
21825
21826
|
githubConnection: external_exports.string().trim().min(1).optional(),
|
|
21826
21827
|
slackConnection: external_exports.string().trim().min(1).optional(),
|
|
@@ -21828,7 +21829,7 @@ var init_setup = __esm({
|
|
|
21828
21829
|
baseBranch: GithubSyncProductionBranchSchema.optional(),
|
|
21829
21830
|
team: external_exports.object({
|
|
21830
21831
|
id: external_exports.string().trim().min(1),
|
|
21831
|
-
commission:
|
|
21832
|
+
commission: SetupAutomationDescriptionSchema.optional()
|
|
21832
21833
|
}).optional(),
|
|
21833
21834
|
// The picked roster from the assemble-your-team step: catalog agent ids
|
|
21834
21835
|
// whose importing files join the PR (Slack-requiring picks are deferred
|
|
@@ -21928,7 +21929,7 @@ var init_setup = __esm({
|
|
|
21928
21929
|
customBrief: external_exports.string().trim().min(1).max(500).nullable().default(null),
|
|
21929
21930
|
team: external_exports.object({
|
|
21930
21931
|
id: external_exports.string().trim().min(1),
|
|
21931
|
-
commission:
|
|
21932
|
+
commission: SetupAutomationDescriptionSchema.optional()
|
|
21932
21933
|
}).optional(),
|
|
21933
21934
|
onboardingRun: SetupOnboardingRunReferenceSchema.optional()
|
|
21934
21935
|
});
|
|
@@ -53428,7 +53429,7 @@ var init_package = __esm({
|
|
|
53428
53429
|
"package.json"() {
|
|
53429
53430
|
package_default = {
|
|
53430
53431
|
name: "@autohq/cli",
|
|
53431
|
-
version: "0.1.
|
|
53432
|
+
version: "0.1.461",
|
|
53432
53433
|
license: "SEE LICENSE IN README.md",
|
|
53433
53434
|
publishConfig: {
|
|
53434
53435
|
access: "public"
|