Skip to content

Commit c43ed02

Browse files
committed
symlinks
1 parent 8861a31 commit c43ed02

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

.agents/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Agent Guidelines
2+
3+
TanStack.com marketing site built with TanStack Start.
4+
5+
## Essentials
6+
7+
- Package manager: `pnpm`
8+
- Run `pnpm test` at end of task batches (not after every tiny change)
9+
- Don't run builds after every change. This is a visual site; assume changes work unless reported otherwise.
10+
- **Typesafety is paramount.** Never cast types; fix at source instead. See [typescript.md](.claude/typescript.md).
11+
- **No emdashes.** Use periods, commas, colons, or parentheses instead.
12+
13+
## Topic Guides
14+
15+
- [TypeScript Conventions](.claude/typescript.md): Type inference, casting rules, generic naming
16+
- [TanStack Patterns](.claude/tanstack-patterns.md): Loaders, server functions, environment shaking
17+
- [UI Style Guide](.claude/ui-style.md): Visual design principles for 2026
18+
- [Workflow](.claude/workflow.md): Build commands, debugging, Playwright

AGENTS.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.agents/index.md

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.agents/index.md

0 commit comments

Comments
 (0)