@autohq/cli 0.1.601 → 0.1.603
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 +5 -4
- package/dist/index.js +5 -4
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -37751,7 +37751,7 @@ Object.assign(lookup, {
|
|
|
37751
37751
|
// package.json
|
|
37752
37752
|
var package_default = {
|
|
37753
37753
|
name: "@autohq/cli",
|
|
37754
|
-
version: "0.1.
|
|
37754
|
+
version: "0.1.603",
|
|
37755
37755
|
license: "SEE LICENSE IN README.md",
|
|
37756
37756
|
publishConfig: {
|
|
37757
37757
|
access: "public"
|
|
@@ -47016,7 +47016,8 @@ var SetupOnboardingPullRequestCreateResponseSchema = external_exports.discrimina
|
|
|
47016
47016
|
var SetupOnboardingPullRequestStatusRequestSchema = external_exports.object({
|
|
47017
47017
|
githubConnection: external_exports.string().trim().min(1).optional(),
|
|
47018
47018
|
repo: GithubSyncRepositoryFullNameSchema,
|
|
47019
|
-
// Absent in sync mode: there is no bootstrap PR, so
|
|
47019
|
+
// Absent in sync mode: there is no bootstrap PR, so the deployment and
|
|
47020
|
+
// handoff gates do not also wait for a merge.
|
|
47020
47021
|
pullRequestNumber: external_exports.coerce.number().int().positive().optional(),
|
|
47021
47022
|
// Bootstrap PR head used to inspect the GitHub Sync apply check after merge.
|
|
47022
47023
|
pullRequestHeadSha: external_exports.string().trim().min(1).optional(),
|
|
@@ -47339,7 +47340,7 @@ var TEAM_TEMPLATES = [
|
|
|
47339
47340
|
name: "The Accelerator",
|
|
47340
47341
|
template: "@auto/agent-fleet",
|
|
47341
47342
|
tagline: "You set the goal. It shepherds every PR through review\u2014and gets better over time.",
|
|
47342
|
-
pitch: "
|
|
47343
|
+
pitch: "The minimum viable agentic team \u2014 a working factory you build on. The Chief of Staff acts as your line manager: hand it work in chat and it dispatches an engineer per task, tracks every workstream, unblocks stalls, and escalates only when a decision needs you. Tiered engineers put a frontier model on complex changes and a cheap model on mechanical ones, and every PR gets an independent review. A preinstalled self-improvement agent tunes the team from its own sessions and your feedback \u2014 and it's all plain files in your repo, yours to extend.",
|
|
47343
47344
|
backdrop: "accelerator.mp4",
|
|
47344
47345
|
frontOfHouse: "chief-of-staff",
|
|
47345
47346
|
frontOfHouseOnboardingSubpath: "agents/chief-of-staff-onboarding.yaml",
|
|
@@ -47464,7 +47465,7 @@ var TEAM_TEMPLATES = [
|
|
|
47464
47465
|
name: "The War Room",
|
|
47465
47466
|
template: "@auto/war-room",
|
|
47466
47467
|
tagline: "Triages incidents, investigates causes, and drives fixes through resolution.",
|
|
47467
|
-
pitch: "
|
|
47468
|
+
pitch: "The War Room is a standing incident-response and security team. The Admiral runs a threat board where every alert and report gets an owner, a status, and a follow-up. An incoming alert wakes an investigator that correlates the failure with recent changes and drafts a fix when the cause is clear; the Inspector builds reproductions and case files; engineers ship remediations with a dedicated security review on every PR. When it's over, the Coroner writes the blameless postmortem and chases the action items \u2014 the part humans never do. The team proves the whole loop on a labeled synthetic drill before any real incident arrives.",
|
|
47468
47469
|
backdrop: "war-room.mp4",
|
|
47469
47470
|
frontOfHouse: "admiral",
|
|
47470
47471
|
frontOfHouseOnboardingSubpath: "agents/admiral-onboarding.yaml",
|
package/dist/index.js
CHANGED
|
@@ -24334,7 +24334,8 @@ var init_setup = __esm({
|
|
|
24334
24334
|
SetupOnboardingPullRequestStatusRequestSchema = external_exports.object({
|
|
24335
24335
|
githubConnection: external_exports.string().trim().min(1).optional(),
|
|
24336
24336
|
repo: GithubSyncRepositoryFullNameSchema,
|
|
24337
|
-
// Absent in sync mode: there is no bootstrap PR, so
|
|
24337
|
+
// Absent in sync mode: there is no bootstrap PR, so the deployment and
|
|
24338
|
+
// handoff gates do not also wait for a merge.
|
|
24338
24339
|
pullRequestNumber: external_exports.coerce.number().int().positive().optional(),
|
|
24339
24340
|
// Bootstrap PR head used to inspect the GitHub Sync apply check after merge.
|
|
24340
24341
|
pullRequestHeadSha: external_exports.string().trim().min(1).optional(),
|
|
@@ -88036,7 +88037,7 @@ var init_catalog = __esm({
|
|
|
88036
88037
|
name: "The Accelerator",
|
|
88037
88038
|
template: "@auto/agent-fleet",
|
|
88038
88039
|
tagline: "You set the goal. It shepherds every PR through review\u2014and gets better over time.",
|
|
88039
|
-
pitch: "
|
|
88040
|
+
pitch: "The minimum viable agentic team \u2014 a working factory you build on. The Chief of Staff acts as your line manager: hand it work in chat and it dispatches an engineer per task, tracks every workstream, unblocks stalls, and escalates only when a decision needs you. Tiered engineers put a frontier model on complex changes and a cheap model on mechanical ones, and every PR gets an independent review. A preinstalled self-improvement agent tunes the team from its own sessions and your feedback \u2014 and it's all plain files in your repo, yours to extend.",
|
|
88040
88041
|
backdrop: "accelerator.mp4",
|
|
88041
88042
|
frontOfHouse: "chief-of-staff",
|
|
88042
88043
|
frontOfHouseOnboardingSubpath: "agents/chief-of-staff-onboarding.yaml",
|
|
@@ -88161,7 +88162,7 @@ var init_catalog = __esm({
|
|
|
88161
88162
|
name: "The War Room",
|
|
88162
88163
|
template: "@auto/war-room",
|
|
88163
88164
|
tagline: "Triages incidents, investigates causes, and drives fixes through resolution.",
|
|
88164
|
-
pitch: "
|
|
88165
|
+
pitch: "The War Room is a standing incident-response and security team. The Admiral runs a threat board where every alert and report gets an owner, a status, and a follow-up. An incoming alert wakes an investigator that correlates the failure with recent changes and drafts a fix when the cause is clear; the Inspector builds reproductions and case files; engineers ship remediations with a dedicated security review on every PR. When it's over, the Coroner writes the blameless postmortem and chases the action items \u2014 the part humans never do. The team proves the whole loop on a labeled synthetic drill before any real incident arrives.",
|
|
88165
88166
|
backdrop: "war-room.mp4",
|
|
88166
88167
|
frontOfHouse: "admiral",
|
|
88167
88168
|
frontOfHouseOnboardingSubpath: "agents/admiral-onboarding.yaml",
|
|
@@ -91158,7 +91159,7 @@ var init_package = __esm({
|
|
|
91158
91159
|
"package.json"() {
|
|
91159
91160
|
package_default = {
|
|
91160
91161
|
name: "@autohq/cli",
|
|
91161
|
-
version: "0.1.
|
|
91162
|
+
version: "0.1.603",
|
|
91162
91163
|
license: "SEE LICENSE IN README.md",
|
|
91163
91164
|
publishConfig: {
|
|
91164
91165
|
access: "public"
|