Skip to content
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Pi Monorepo

[Pi](https://github.com/earendil-works/pi) is a minimal terminal coding agent. It ships four tools, four execution modes, and a philosophy: adapt Pi to your workflows, not the other way around. Users extend it with TypeScript extensions, skills, prompt templates, and shareable packages.
Expand Down Expand Up @@ -44,7 +46,7 @@ mise trust && mise install

```bash
pnpm install # install dependencies
pnpm run check # lint + format + typecheck + test + validate (the full gate)
pnpm run check # lint + format:check + typecheck + test + validate (the full gate)
pnpm run test # vitest
pnpm run lint:fix # oxlint autofix
pnpm run sync:skills # copy canonical skills into packages/ before release
Expand Down