Skip to content

Commit 7940f67

Browse files
committed
chore: clean up repo
1 parent 9a021c8 commit 7940f67

178 files changed

Lines changed: 246 additions & 419 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Key paths:
55
- `server/` Backend (Bun/TS)
66
- `apple/` macOS/iOS clients (SwiftUI/UIKit/AppKit)
7-
- `web/` web app (React/TanStack, not started)
7+
- `landing/` web app (React/TanStack, not started)
88
- `desktop/` Windows app (Electron, not started)
99
- `proto/` protobufs
1010
- `cli/` client cli (Rust)
@@ -43,11 +43,12 @@
4343
- If undoing your own changes in a file with other uncommitted edits, ask first.
4444
- Regenerate protobufs when contracts change (`bun run generate:proto`); run focused `swift build` for touched Swift packages.
4545
- Run focused tests/typechecks for affected areas; add/update tests for new features and regressions.
46-
- Web is WIP. Do not extend requested changes or investigations to `web/` unless explicitly asked.
46+
- Web is WIP. Do not extend requested changes or investigations to `landing/` unless explicitly asked.
4747
- New UI work must stay in new UI components; do not modify legacy sidebar/old UI.
4848
- When asked to write a plan or save your investigation, make a file in `.context/` named `YYYY-MM-DD-title-kebab-case.md`.
4949
- In final handoff/review/push, call out security risks, possible performance regressions, and state production readiness.
5050
- Do just the right amount of engineering, not over engineer, and not under engineer. Simple and elegant solutions are often better than prematuraly complex solutions that go beyond the scope and spec.
51+
- When adding colors, ensure the color supports light/dark theming and if it's not a one-off color, add it to the platforms theme class/module.
5152

5253
## Style Guide
5354
- Use shorter function/variables names as much as possible, avoid long phrasal function names when we can keep it simply unless required. Don't use weird abbreviations like `idxes`; `msg`, `id`, `ctx` and alike are fine.
@@ -116,9 +117,9 @@
116117
## Web & Docs
117118

118119
- Web stack: TanStack Router + Vite + StyleX/Tailwind; keep SSR-safe patterns.
119-
- Web commands: `cd web && bun run dev|build|typecheck`.
120+
- Web commands: `cd landing && bun run dev|build|typecheck`.
120121
- Prefer existing tokens/utilities over ad-hoc CSS; keep light/dark behavior consistent.
121-
- Docs: routes in `web/src/routes/docs/`, content in `web/src/docs/content/`, nav in `web/src/docs/nav.ts`.
122+
- Docs: routes in `landing/src/routes/docs/`, content in `landing/src/docs/content/`, nav in `landing/src/docs/nav.ts`.
122123
- Docs additions: add markdown page + route + nav entry; keep writing concise and practical.
123124

124125
## Admin

CLAUDE.md

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

0 commit comments

Comments
 (0)