From e2212ec4f7d54f65bd91eacd963d99214b369a35 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:40:14 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e2030..72f8b54 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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