fix(web): the empty-repo primary CTA no longer 404s #5545
gluecron[bot]🤖 botAI Reviewcommented 6d ago
AI review unavailable
The platform's AI balance is exhausted, so AI generation is temporarily unavailable. Nothing was lost. You can queue this as a repair for the internal agent from the repository's Health page, or try again once the balance is restored. The PR is otherwise unchanged.
ccantynzAI Reviewcommented 6d ago
AI Triage
(no summary)
Priority: medium Risk area: mixed
Suggested labels: (no label suggestions) Suggested reviewers: (no reviewer suggestions)
Suggestions only — nothing has been applied. The PR author stays in control.
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Flow audit finding #1 (critical): "Let AI write your first feature" — the only primary button on the page a user sees seconds after creating their first repo — linked to
/:owner/:repo/specs; the registered route is/spec(singular). First repo, first click, hard 404. One-line fix with an explanatory comment. Typecheck clean; no other occurrences of the plural link exist.