feat: replace create-task and create-issue with unified create-ticket
Node.js CI / CI (pull_request) Successful in 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 51s

Removes /create-task and /create-issue slash commands and introduces
/create-ticket, which routes to LeanTime, Asana, Gitea, or GitHub based
on a platform choice argument. The user provides only a description; the
AI generates both the title and fleshed-out body.
This commit is contained in:
2026-03-09 13:46:42 -07:00
parent e51a56c79f
commit 0dba9a1af9
6 changed files with 346 additions and 307 deletions
+1
View File
@@ -9,4 +9,5 @@ BASEROW_TOKEN="op://Environment Variables - Naomi/Amari/baserow token"
RA_KEY="op://Environment Variables - Naomi/Amari/retroachievements key"
LEANTIME_KEY="op://Environment Variables - Naomi/Amari/leantime key"
GITEA_KEY="op://Environment Variables - Naomi/Amari/gitea key"
ASANA_KEY="op://Environment Variables - Naomi/Amari/asana key"
ANTHROPIC_KEY="op://Environment Variables - Naomi/Hikari/anthropic_key"