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
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ Start here. Load only the linked `agents/` docs that are relevant to the task.
- Add renderer typings in `src/renderer/types/electron-api.d.ts` for any new IPC method.
- Treat `src/main/services/ptyManager.ts`, `src/main/services/ssh/**`, `src/main/db/**`, and updater code as high risk.
- Avoid editing `dist/`, `release/`, and `build/` unless the task is explicitly about packaging or updater/signing behavior.
- The docs app in `docs/` is separate from the Electron renderer and also defaults to port `3000`.
1 change: 0 additions & 1 deletion agents/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- `src/main/`: Electron main process, IPC, services, database, PTY orchestration, updater, SSH, integrations
- `src/renderer/`: React UI, task views, terminals, diff review, settings, skills, MCP, kanban
- `src/shared/`: provider registry, IPC helpers, shared MCP/diff/SSH/task utilities
- `docs/`: separate Next.js and Fumadocs site

## Boot Sequence

Expand Down
2 changes: 1 addition & 1 deletion agents/architecture/renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
## When Editing Here

- Keep renderer IPC usage in sync with `src/renderer/types/electron-api.d.ts`.
- If you change user-visible workflows, update the matching page in `docs/` when appropriate.
- If you change user-visible workflows, update the public docs site when appropriate.
1 change: 0 additions & 1 deletion agents/conventions/config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
## Repo Rules

- avoid editing `dist/`, `release/`, and `build/` unless the task is explicitly about packaging or signing
- the docs app in `docs/` is separate from the Electron renderer
- update the narrowest relevant page in `agents/` instead of growing `AGENTS.md`
10 changes: 0 additions & 10 deletions agents/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- Node: `22.20.0` from `.nvmrc`
- Package manager: `pnpm@10.28.2`
- Electron app root: this repo
- Docs app: `docs/`

## Core Commands

Expand All @@ -28,17 +27,8 @@ pnpm run type-check
pnpm exec vitest run
```

## Docs Commands

```bash
pnpm run docs
pnpm run docs:build
pnpm --dir docs run types:check
```

## Important Notes

- `pnpm test` is a shortcut for `vitest run`.
- The docs app and the Electron renderer both default to port `3000`.
- After native dependency changes (`sqlite3`, `node-pty`, `keytar`), run `pnpm run rebuild`.
- Husky and lint-staged run formatting and linting on staged files during commit.
1 change: 0 additions & 1 deletion agents/workflows/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ pnpm exec vitest run

- after IPC changes: rerun the affected Vitest file and confirm `electron-api.d.ts`
- after worktree or PTY changes: rerun the closest main-process service tests
- after docs changes: run `pnpm --dir docs run types:check`
23 changes: 0 additions & 23 deletions docs/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions docs/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/app/[[...slug]]/layout.tsx

This file was deleted.

94 changes: 0 additions & 94 deletions docs/app/[[...slug]]/page.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions docs/app/api/search/route.ts

This file was deleted.

18 changes: 0 additions & 18 deletions docs/app/global.css

This file was deleted.

21 changes: 0 additions & 21 deletions docs/app/layout.tsx

This file was deleted.

Loading
Loading