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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ dist
# Sveltekit cache directory
.svelte-kit/

# SvelteKit adapter output (apps/site static marketing build; apps/web adapter-node server build)
apps/site/build/
# SvelteKit adapter output (apps/web adapter-node server build)
apps/web/build/

# vitepress build output
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ under **Unreleased**; versioned sections will be added as releases are cut.
- **Rich transcript rendering** — a git diff viewer, offline syntax highlighting, and collapsible tool
logs.
- **`telecode doctor`** diagnostics and a one-line installer for the daemon.
- **Marketing site** (`apps/site`) — a prerendered landing page describing telecode.
- **Marketing site** — a prerendered landing page describing telecode (`telecode.io`), maintained in a
separate repository.
- **Hosted-relay hardening** — per-IP HTTP rate limiting (Redis-backed, in-memory fallback), tighter
limits on the public pairing endpoints, a request body-size cap, a per-IP WebSocket connection cap, and
device-pairing brute-force lockout. Safe to leave a relay running publicly.
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ telecode is a TypeScript monorepo (pnpm workspaces + Turborepo):
| Path | What it is |
| ------------------- | -------------------------------------------------------------------------- |
| `apps/web` | The SvelteKit PWA — the product UI (the mobile story; no native app) |
| `apps/site` | The prerendered marketing/landing site |
| `apps/relay` | The Node + Fastify + `ws` relay — the outbound-only control plane / broker |
| `packages/daemon` | The Node + Claude Agent SDK daemon that runs on your machine |
| `packages/protocol` | Shared zod schemas + crypto helpers — the wire contract |
Expand Down
28 changes: 0 additions & 28 deletions apps/site/package.json

This file was deleted.

56 changes: 0 additions & 56 deletions apps/site/src/app.css

This file was deleted.

11 changes: 0 additions & 11 deletions apps/site/src/app.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions apps/site/src/app.html

This file was deleted.

70 changes: 0 additions & 70 deletions apps/site/src/lib/content.test.ts

This file was deleted.

122 changes: 0 additions & 122 deletions apps/site/src/lib/content.ts

This file was deleted.

9 changes: 0 additions & 9 deletions apps/site/src/routes/+layout.svelte

This file was deleted.

4 changes: 0 additions & 4 deletions apps/site/src/routes/+layout.ts

This file was deleted.

Loading
Loading