Skip to content
Merged
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
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Review [docs/api-discovery.md](docs/api-discovery.md) to see if the endpoint is
If the endpoint requires authentication:
1. Run `./Tools/api-explorer.swift auth` to check cookie status
2. If no cookies, run the Kaset app and sign in to YouTube Music
3. The app saves cookies to `~/Library/Application Support/Kaset/cookies.dat`
3. The app stores cookies in Keychain; Debug builds also export cookies to `~/Library/Application Support/Kaset/cookies.dat` for tooling
4. Run the API explorer again

#### Step 4: Document Findings
Expand Down Expand Up @@ -140,7 +140,7 @@ swiftlint --strict && swiftformat .
> ⚠️ **SwiftFormat `--self insert` rule**: The project uses `--self insert` in `.swiftformat`. This means:
> - In static methods, call other static methods with `Self.methodName()` (not bare `methodName()`)
> - In instance methods, use `self.property` explicitly
>
>
> Always run `swiftformat .` before completing work to auto-fix these issues.

### Modern SwiftUI APIs
Expand Down
Loading
Loading