Skip to content

Commit f5d15ca

Browse files
committed
Fix broken links from deleted plans
- Remove plan 53 reference from metrics-tradeoffs.md (won't fix) - Update plan 50 reference in plan 91 to avoid broken link - Fix line length issue in plan 91 https://claude.ai/code/session_01NzqvY9FmwiSXzyGf6PdVnz
1 parent c77d2ad commit f5d15ca

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/guides/metrics-tradeoffs.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ This guide compares existing mdsmith rules that touch readability and length wit
2020

2121
## Planned metrics (not implemented)
2222

23-
| Metric | Goal | Status |
24-
|-------------------------------------------------------------|--------------------------------------------|---------|
25-
| [Conciseness Scoring](../../plan/53_conciseness-scoring.md) | Flag low information density in paragraphs | Planned |
26-
27-
## What conciseness scoring is trying to measure
28-
29-
Conciseness scoring (plan 53) focuses on information density rather than complexity or structure. It aims to flag paragraphs that are easy to read but say too little with too many words, which can waste tokens and create drift in agentic contexts. A plausible starting point is a heuristic that penalizes filler words, hedging language, and verbose phrases while rewarding content-bearing terms.
23+
No additional metrics are planned at this time.
3024

3125
## What token budget awareness is trying to measure
3226

plan/91_mds037-skip-generated-sections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ summary: >-
1010
---
1111
# MDS037 skips paragraphs inside generated sections
1212

13-
Extends [plan 50](50_redundancy-duplication-detection.md)
14-
(MDS037 duplicated-content).
13+
Builds on redundancy detection work to skip paragraphs
14+
inside generated sections (MDS037 duplicated-content).
1515

1616
## Goal
1717

0 commit comments

Comments
 (0)