t1481: refactor: centralize routing taxonomy tables into single canonical reference#4596
Conversation
…ical reference Extract duplicated domain-routing (10 rows) and model-tier (2 rows) tables from new-task.md, save-todo.md, and define.md into reference/task-taxonomy.md. Each command file now references the canonical source with a one-line pointer. pulse.md retains its dispatch-specific columns (Dispatch Flag, Tier to Resolve) but gains a cross-reference note pointing to the canonical definitions. Closes #4574
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sat Mar 14 04:35:45 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
reference/task-taxonomy.mdas the single canonical source for the domain-routing table (10 rows) and model-tier table (2 rows)new-task.md,save-todo.md, anddefine.mdwith one-line reference pointerspulse.mdpointing to the canonical definitions (dispatch-specific columns retained)Motivation
Three command files each maintained their own copy of the same two tables, with minor wording differences across them. Any domain or tier addition required three edits. CodeRabbit flagged this in PR #4573.
Changes
.agents/reference/task-taxonomy.md.agents/scripts/commands/new-task.md.agents/scripts/commands/save-todo.md.agents/scripts/commands/define.md.agents/scripts/commands/pulse.mdVerification
npx markdownlint-cli2— 0 errors on all 5 modified filesCloses #4574