Skip to content

t1481: refactor: centralize routing taxonomy tables into single canonical reference#4596

Merged
alex-solovyev merged 1 commit intomainfrom
bugfix/issue-4574-quality-debt
Mar 14, 2026
Merged

t1481: refactor: centralize routing taxonomy tables into single canonical reference#4596
alex-solovyev merged 1 commit intomainfrom
bugfix/issue-4574-quality-debt

Conversation

@marcusquinn
Copy link
Owner

Summary

  • Creates reference/task-taxonomy.md as the single canonical source for the domain-routing table (10 rows) and model-tier table (2 rows)
  • Replaces inline table copies in new-task.md, save-todo.md, and define.md with one-line reference pointers
  • Adds a cross-reference note to pulse.md pointing 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

File Change
.agents/reference/task-taxonomy.md New — canonical superset of all three versions
.agents/scripts/commands/new-task.md Inline tables → reference pointer (Step 6.5)
.agents/scripts/commands/save-todo.md Inline tables → reference pointer (Step 1b)
.agents/scripts/commands/define.md Inline tables → reference pointer (Step 1)
.agents/scripts/commands/pulse.md Added cross-reference note; dispatch tables retained

Verification

  • Markdown lint: npx markdownlint-cli2 — 0 errors on all 5 modified files
  • No information lost — canonical tables are a superset of all three prior versions
  • No shell files changed; ShellCheck not applicable

Closes #4574

…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
@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 14, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • no-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: db9b861d-70d7-45bf-bab4-fa43f3d47cae

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bugfix/issue-4574-quality-debt
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the refactor Auto-created from TODO.md tag label Mar 14, 2026
@github-actions
Copy link
Contributor

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 413 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Sat Mar 14 04:35:41 UTC 2026: Code review monitoring started
Sat Mar 14 04:35:42 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 413

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 413
  • VULNERABILITIES: 0

Generated on: Sat Mar 14 04:35:45 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Auto-created from TODO.md tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

t1481: refactor: centralize routing taxonomy tables into single canonical reference

2 participants