diff --git a/Task b/Task deleted file mode 100644 index e69de29b..00000000 diff --git a/functions/index.js b/functions/index.js index c6b7d23b..a94d0514 100644 --- a/functions/index.js +++ b/functions/index.js @@ -1,14 +1,14 @@ "use strict"; /** - * DRAFT — pending sign-off. See docs/PRD-crashlytics-autotriage.md. - * * On a new FATAL Crashlytics issue, create (exactly once) a GitHub issue labeled * `crashlytics-auto`. A GitHub Action (.github/workflows/crashlytics-autotriage.yml) * then has Claude triage it and, when confident, open a draft fix PR. * * Runtime: Node 22, firebase-functions v6 (2nd gen). Uses the global `fetch` (Node 18+), * so there are no extra HTTP dependencies. + * + * See docs/PRD-crashlytics-autotriage.md and docs/FIREBASE.md. */ const {onNewFatalIssuePublished} = require("firebase-functions/v2/alerts/crashlytics"); diff --git a/functions/package.json b/functions/package.json index d2ed7bae..6baba1a8 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,6 @@ { "name": "openloop-crashlytics-autotriage", - "description": "DRAFT Cloud Function: new fatal Crashlytics issue -> GitHub issue. See docs/PRD-crashlytics-autotriage.md", + "description": "Cloud Function: new fatal Crashlytics issue -> GitHub issue. See docs/PRD-crashlytics-autotriage.md", "private": true, "main": "index.js", "engines": {