From 690d22bf9c52764a5223725562af2bdc5be64af0 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:05:48 -0400 Subject: [PATCH] fix: replace hardcoded channel_id with channel_name routing in all templates; add response_channel to cl_schedules.json --- templates/company_proposal.yml | 2 +- templates/marketing_review.yml | 2 +- templates/opportunity_scan.yml | 2 +- templates/pulse_check.yml | 2 +- templates/strategic_review.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/company_proposal.yml b/templates/company_proposal.yml index cffc70e..5dffe26 100644 --- a/templates/company_proposal.yml +++ b/templates/company_proposal.yml @@ -204,7 +204,7 @@ steps: - type: reply target: channel - channel_id: "1473516041249493104" + channel_name: "crimson_leaf:general" hint: | Write a brief, professional message to David announcing that a company proposal is ready for his review. diff --git a/templates/marketing_review.yml b/templates/marketing_review.yml index 40d4100..ca07f52 100644 --- a/templates/marketing_review.yml +++ b/templates/marketing_review.yml @@ -71,7 +71,7 @@ steps: - type: reply target: channel - channel_id: "1473516041249493104" + channel_name: "crimson_leaf:general" adjudication: enabled: false diff --git a/templates/opportunity_scan.yml b/templates/opportunity_scan.yml index 56278ac..c52c4ac 100644 --- a/templates/opportunity_scan.yml +++ b/templates/opportunity_scan.yml @@ -67,7 +67,7 @@ steps: - type: reply target: channel - channel_id: "1473516041249493104" + channel_name: "crimson_leaf:general" adjudication: enabled: false diff --git a/templates/pulse_check.yml b/templates/pulse_check.yml index 34f3663..217fbf0 100644 --- a/templates/pulse_check.yml +++ b/templates/pulse_check.yml @@ -129,7 +129,7 @@ steps: - type: reply target: channel - channel_id: "1473516041249493104" + channel_name: "crimson_leaf:general" hint: | Post the status_summary above to the channel. Output it exactly as written. Do not add any explanation, preamble, or additional context. diff --git a/templates/strategic_review.yml b/templates/strategic_review.yml index 5205cd6..dc36dd3 100644 --- a/templates/strategic_review.yml +++ b/templates/strategic_review.yml @@ -248,7 +248,7 @@ steps: - type: reply target: channel - channel_id: "1473516041249493104" + channel_name: "crimson_leaf:general" adjudication: enabled: false \ No newline at end of file