@autohq/cli 0.1.682 → 0.1.683

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.682",
33221
+ version: "0.1.683",
33222
33222
  license: "SEE LICENSE IN README.md",
33223
33223
  publishConfig: {
33224
33224
  access: "public"
package/dist/index.js CHANGED
@@ -101741,16 +101741,16 @@ var init_catalog = __esm({
101741
101741
  username: "butcher",
101742
101742
  avatarAsset: "butcher.png",
101743
101743
  category: "quality",
101744
- oneLiner: "Cuts dead code in small, reviewable negative diffs.",
101745
- description: "A deletion-first implementer for unused dependencies, exports, and obsolete paths. It checks git history and the team's rulings before cutting, opens one negative-diff PR per concern, proves each cut with targeted checks, and never merges its own work.",
101744
+ oneLiner: "Retires stale feature-flag branches only when PostHog and code evidence agree.",
101745
+ description: "A weekly feature-flag cleanup automation that reads PostHog rollout and activity evidence, proves every repository reference, and opens one focused code-cleanup PR only when behavior can stay identical. Missing telemetry, partial provider reads, active flags, and ambiguous references produce a clean no-op; PostHog provider state is never changed.",
101746
101746
  harness: "codex",
101747
- model: "gpt-5.6-sol",
101747
+ model: "gpt-6-astra",
101748
101748
  reasoningEffort: "xhigh",
101749
101749
  triggers: [
101750
101750
  {
101751
101751
  kind: "schedule",
101752
- title: "Monday butchering",
101753
- description: "Each Monday it censuses provably dead code and opens small negative-diff PRs against the rulings.",
101752
+ title: "Monday feature-flag census",
101753
+ description: "Each Monday it compares PostHog rollout state with repository references and opens at most one safe cleanup PR.",
101754
101754
  availability: "core"
101755
101755
  },
101756
101756
  {
@@ -101761,14 +101761,14 @@ var init_catalog = __esm({
101761
101761
  },
101762
101762
  {
101763
101763
  kind: "slack",
101764
- title: "Targeted cuts",
101765
- description: "Auto can connect Slack so you can point it at a specific cut and steer it in-thread.",
101764
+ title: "Cleanup report",
101765
+ description: "Auto can connect Slack so scheduled cleanup and no-op results are reported to a configured channel.",
101766
101766
  availability: "optional",
101767
101767
  connection: "slack"
101768
101768
  }
101769
101769
  ],
101770
101770
  requires: ["github"],
101771
- optionalConnections: ["slack"],
101771
+ optionalConnections: ["posthog", "slack"],
101772
101772
  variables: ["repoFullName", "githubConnection"]
101773
101773
  },
101774
101774
  {
@@ -102162,7 +102162,7 @@ var init_catalog = __esm({
102162
102162
  },
102163
102163
  {
102164
102164
  id: "butcher",
102165
- roleLine: "Removes dead code in small, reviewable negative diffs."
102165
+ roleLine: "Retires stale feature-flag branches after PostHog and code evidence agree."
102166
102166
  },
102167
102167
  {
102168
102168
  id: "janitor",
@@ -105317,7 +105317,7 @@ var init_package = __esm({
105317
105317
  "package.json"() {
105318
105318
  package_default = {
105319
105319
  name: "@autohq/cli",
105320
- version: "0.1.682",
105320
+ version: "0.1.683",
105321
105321
  license: "SEE LICENSE IN README.md",
105322
105322
  publishConfig: {
105323
105323
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.682",
3
+ "version": "0.1.683",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"