Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/codebase-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ One shared composer (`master-search-header.tsx`) serves every mode. Placement:
| Search/RAG roadmap | `docs/search-rag-master-plan.md` |
| Reindex operations | `docs/reindex-runbook.md` |
| Production readiness | `docs/production-readiness-checklist.md` |
| Universal task ledger | `docs/outstanding-issues.md` |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Use an actual Markdown link for the ledger entry.

Backticks render docs/outstanding-issues.md as plain code, not a navigable link. Use a relative link from this file, such as [docs/outstanding-issues.md](outstanding-issues.md).

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/codebase-index.md` at line 339, Update the Universal task ledger entry
in the Markdown table to use a relative Markdown link to outstanding-issues.md
instead of rendering the path as inline code, preserving the existing label and
table structure.

| Capacity / scale-up | `docs/capacity-review.md`, `docs/auth-connection-cap-runbook.md` |
| Frontend architecture | `docs/frontend-architecture.md` |
| Repo audit (2026-07-01) | `docs/audit/repo-audit-2026-07-01.md` |
Expand Down
Loading
Loading