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: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to LLM agents when working with code in this reposit
4
4
5
5
## Project Overview
6
6
7
-
Swift-interfazzle is a Swift package that generates Markdown documentation for Swift package public interfaces from symbol graphs. It's designed as a replacement for SourceDocs, avoiding crashes when packages include dependencies with pre-built binaries.
7
+
interfazzle is a Swift package that generates Markdown documentation for Swift package public interfaces from symbol graphs. It's designed as a replacement for SourceDocs, avoiding crashes when packages include dependencies with pre-built binaries.
8
8
9
9
**Key characteristics:**
10
10
@@ -19,7 +19,7 @@ Swift-interfazzle is a Swift package that generates Markdown documentation for S
19
19
The package follows Swift Package Manager conventions:
0 commit comments