Replaces hardcoded URL parsing with proper tracker plugin abstraction. Now the dashboard uses tracker.issueLabel() to extract human-readable labels from issue URLs (e.g., "INT-1327", "#42") in a plugin-agnostic way. Changes: - Core: Add optional issueLabel() method to Tracker interface - Plugins: Implement issueLabel() in tracker-github and tracker-linear - Web: Add issueUrl and issueLabel fields to DashboardSession - Web: Add enrichSessionIssue() to populate labels via tracker plugin - Web: Update SessionDetail and SessionCard to use new fields - Web: Add getTracker() helper to services.ts This is fully generic - any tracker plugin can implement issueLabel() and the dashboard will automatically use it. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| screenshots | ||
| src | ||
| agent-orchestrator.yaml | ||
| next-env.d.ts | ||
| next.config.js | ||
| package.json | ||
| postcss.config.mjs | ||
| tsconfig.json | ||
| vitest.config.ts | ||