Skip to content

Commit aabf28e

Browse files
committed
chore: tell CodeRabbit the anchor doctitle uses single '='
CodeRabbit repeatedly flags the level-0 AsciiDoc document title (= Title) as a section-header violation and suggests demoting it to '=='. That is a false positive: all 292 anchor files use '=', and extract-metadata.js reads the title via getDocumentTitle(), which only the level-0 '=' populates — '==' would break the build. Add an explicit instruction to the docs/anchors path rule so this stops recurring.
1 parent a1b3557 commit aabf28e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.coderabbit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ reviews:
2323
- Zuordenbar: Rückverfolgbar zu Proponenten, Publikationen oder Standards
2424
Pflichtfelder: :categories:, :roles:, :proponents:
2525
Format: AsciiDoc mit [%collapsible] Block
26+
Die erste Zeile (`= Titel`) ist der AsciiDoc Level-0-Dokumenttitel
27+
und MUSS ein einzelnes `=` verwenden. NICHT als Section-Header-Verstoß
28+
flaggen (die Sektionen darunter nutzen korrekt `==`). extract-metadata.js
29+
liest den Titel via getDocumentTitle(); `==` würde den Build brechen.
2630
2731
⚠️ AgentSkill-Katalog aktualisieren:
2832
Wenn ein neuer Anchor hinzugefügt wird, muss auch

0 commit comments

Comments
 (0)