Skip to content

Commit a5cfd37

Browse files
ci: apply automated fixes
1 parent 095c7b8 commit a5cfd37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/intent/functions/scanForIntents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: scanForIntents
99
function scanForIntents(root?): Promise<ScanResult>;
1010
```
1111

12-
Defined in: [scanner.ts:142](https://github.com/TanStack/intent/blob/main/packages/intent/src/scanner.ts#L142)
12+
Defined in: [scanner.ts:190](https://github.com/TanStack/intent/blob/main/packages/intent/src/scanner.ts#L190)
1313

1414
## Parameters
1515

packages/intent/meta/domain-discovery/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ For each major peer dependency (React, Vue, Svelte, Next.js, etc.):
7070
failure modes and cannot be discovered from the library's own source
7171

7272
Examples of peer-dependency-driven failure modes:
73+
7374
- SSR: calling browser-only APIs during server render
7475
- React: breaking hook rules in library wrapper components
7576
- Connection limits: opening multiple WebSocket connections per tab

0 commit comments

Comments
 (0)