@autohq/cli 0.1.685 → 0.1.686

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.
@@ -33218,7 +33218,7 @@ function bootstrapAdditionalData(input) {
33218
33218
  // package.json
33219
33219
  var package_default = {
33220
33220
  name: "@autohq/cli",
33221
- version: "0.1.685",
33221
+ version: "0.1.686",
33222
33222
  license: "SEE LICENSE IN README.md",
33223
33223
  publishConfig: {
33224
33224
  access: "public"
package/dist/index.js CHANGED
@@ -102309,15 +102309,16 @@ var init_catalog = __esm({
102309
102309
  username: "incident-response",
102310
102310
  avatarAsset: "sentinel.png",
102311
102311
  category: "operations",
102312
- oneLiner: "First on the scene: investigates alerts, posts triage, drafts the fix.",
102313
- description: "First responder for production alerts: an incident webhook wakes it, it correlates the alert with recent changes, delivers an evidence-based triage through the entrypoint you configure, and opens a draft fix PR when the cause is clear. It can also post the triage to Slack and answer follow-ups in the incident thread when the standard Slack connection is available.",
102312
+ oneLiner: "Owns each PagerDuty incident from trigger through resolution.",
102313
+ description: "PagerDuty starts one bounded response per incident and remains the lifecycle authority through acknowledgement and resolution. The responder can add a PagerDuty note, acknowledge the incident, use optional evidence, post to Slack, and draft a safe fix PR. Paging, escalation, resolution, and production remediation stay unavailable.",
102314
102314
  harness: "codex",
102315
102315
  triggers: [
102316
102316
  {
102317
- kind: "webhook",
102318
- title: "Incident alerts",
102319
- description: "Connect an alerting webhook and it starts an evidence-based incident investigation.",
102320
- availability: "core"
102317
+ kind: "pagerduty",
102318
+ title: "PagerDuty incidents",
102319
+ description: "A verified trigger starts one response per PagerDuty incident; acknowledgement and resolution return to that response.",
102320
+ availability: "core",
102321
+ connection: "pagerduty"
102321
102322
  },
102322
102323
  {
102323
102324
  kind: "slack",
@@ -102327,9 +102328,13 @@ var init_catalog = __esm({
102327
102328
  connection: "slack"
102328
102329
  }
102329
102330
  ],
102330
- requires: [],
102331
+ requires: ["pagerduty"],
102331
102332
  optionalConnections: ["slack"],
102332
- variables: ["repoFullName"]
102333
+ variables: ["repoFullName"],
102334
+ trustNotes: [
102335
+ "Can add PagerDuty notes and acknowledge incidents; cannot resolve, assign, page, or escalate.",
102336
+ "Can draft a focused fix PR but cannot merge or change production."
102337
+ ]
102333
102338
  },
102334
102339
  {
102335
102340
  id: "shepherd",
@@ -106092,7 +106097,7 @@ var init_package = __esm({
106092
106097
  "package.json"() {
106093
106098
  package_default = {
106094
106099
  name: "@autohq/cli",
106095
- version: "0.1.685",
106100
+ version: "0.1.686",
106096
106101
  license: "SEE LICENSE IN README.md",
106097
106102
  publishConfig: {
106098
106103
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.685",
3
+ "version": "0.1.686",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"