Skip to content

Commit 4cbf7fb

Browse files
committed
Update README.md
1 parent c3e678f commit 4cbf7fb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is the monorepo for PostHog's Array desktop task manager and the agent fram
99
## Projects
1010

1111
- **[apps/array](./apps/array)** - The Array desktop application
12+
- **[apps/cli](./apps/cli)** - The `arr` CLI for stacked PRs using jj
1213
- **[packages/agent](./packages/agent)** - The TypeScript agent framework
1314

1415
## Development
@@ -17,6 +18,8 @@ This is the monorepo for PostHog's Array desktop task manager and the agent fram
1718

1819
- Node.js 22+
1920
- pnpm 10.23.0
21+
- [Bun](https://bun.sh/docs/installation) (for the CLI)
22+
- [jj](https://martinvonz.github.io/jj/latest/install-and-setup/) (for the CLI)
2023

2124
### Setup
2225

@@ -31,6 +34,10 @@ pnpm install
3134
pnpm --filter agent build
3235
```
3336

37+
### Installing the CLI
38+
39+
See the [arr CLI README](./apps/cli/README.md) for installation and usage instructions.
40+
3441
### Running in Development
3542

3643
```bash
@@ -63,7 +70,8 @@ pnpm test
6370
```
6471
array-monorepo/
6572
├── apps/
66-
│ └── array/ # Electron desktop app
73+
│ ├── array/ # Electron desktop app
74+
│ └── cli/ # arr CLI for stacked PRs
6775
├── packages/
6876
│ └── agent/ # Agent framework
6977
├── pnpm-workspace.yaml # Workspace configuration

0 commit comments

Comments
 (0)