You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PLAN.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ footer: |
245
245
| 2607051919 | ✅ | sonnet |[Add dedicated unit tests for helpers added by the word-list and reflow features](plan/2607051919_arch-fix-new-helper-tests.md)|
|`placeholders`| list |`[]`| Placeholder tokens to treat as opaque; see [placeholder grammar](../../../docs/background/concepts/placeholder-grammar.md)|
Copy file name to clipboardExpand all lines: internal/rules/MDS004-first-line-heading/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ First line of the file should be a heading.
36
36
|`level`| int | 1 | Required heading level for the first line |
37
37
|`placeholders`| list |`[]`| Placeholder tokens to treat as opaque; see [placeholder grammar](../../../docs/background/concepts/placeholder-grammar.md)|
|`placeholders`| list |`[]`| Placeholder tokens to treat as opaque; see [placeholder grammar](../../../docs/background/concepts/placeholder-grammar.md)|
Copy file name to clipboardExpand all lines: internal/rules/MDS023-paragraph-readability/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Paragraph readability index must not exceed a threshold.
25
25
|`min-words`| int | 20 | Minimum word count to check a paragraph |
26
26
|`placeholders`| list |`[]`| Placeholder tokens to treat as opaque; see [placeholder grammar](../../../docs/background/concepts/placeholder-grammar.md)|
Copy file name to clipboardExpand all lines: internal/rules/MDS024-paragraph-structure/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Paragraphs must not exceed sentence and word limits.
25
25
|`max-words-per-sentence`| int | 40 | Maximum words per sentence |
26
26
|`placeholders`| list |`[]`| Placeholder tokens to treat as opaque; see [placeholder grammar](../../../docs/background/concepts/placeholder-grammar.md)|
Copy file name to clipboardExpand all lines: internal/rules/MDS027-cross-file-reference-integrity/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Links to local files and heading anchors must resolve.
44
44
|`wikilinks`| bool |`false`| Validate Obsidian-style `[[Page]]`, `[[Page#anchor]]`, `[[Page\|alias]]`, and `![[file.png]]` targets against the workspace. |
45
45
|`wikilink-style`| string |`"obsidian"`| Resolution style for wikilinks. Only `obsidian` ships today; other values are rejected at config load. |
0 commit comments