File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ TanStack.com marketing site built with TanStack Start.
88- Run ` pnpm test ` before commits or after significant code changes, not after every tiny edit
99- Smoke tests live outside the default ` pnpm test ` path and are reserved for commit-hook validation
1010- Don't run builds after every change. This is a visual site; assume changes work unless reported otherwise.
11- - ** Typesafety is paramount.** Never cast types; fix at source instead. See [ typescript.md] ( .agents /typescript.md ) .
11+ - ** Typesafety is paramount.** Never cast types; fix at source instead. See [ typescript.md] ( ./typescript.md ) .
1212
1313## Topic Guides
1414
15- - [ TypeScript Conventions] ( .agents /typescript.md ) : Type inference, casting rules, generic naming
16- - [ TanStack Patterns] ( .agents /tanstack-patterns.md ) : Loaders, server functions, environment shaking
17- - [ UI Style Guide] ( .agents /ui-style.md ) : Visual design principles for 2026
18- - [ Workflow] ( .agents /workflow.md ) : Build commands, debugging, Playwright
15+ - [ TypeScript Conventions] ( ./typescript.md ) : Type inference, casting rules, generic naming
16+ - [ TanStack Patterns] ( ./tanstack-patterns.md ) : Loaders, server functions, environment shaking
17+ - [ UI Style Guide] ( ./ui-style.md ) : Visual design principles for 2026
18+ - [ Workflow] ( ./workflow.md ) : Build commands, debugging, Playwright
You can’t perform that action at this time.
0 commit comments