add pql to the README build prerequisites

pql is a hard dependency (the pre-push gate runs `pql decisions validate`;
the governance + ticket workflow is built on it) but the build setup only
mentioned Flutter. Add it as a prerequisite + the `pql init` setup step.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-31 18:42:49 +02:00
co-authored by Claude
parent 4bb28c4192
commit 89766df55c
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -19,10 +19,14 @@ canvas, claude, claude_control, decisions, diff, editor, extensions_ui, files, g
## Building
Requires Flutter (stable channel) on the host. One-time setup:
Requires Flutter (stable channel) and [pql](https://github.com/postmeridiem/pql)
on the host. pql is a hard dependency — the pre-push gate runs `pql decisions
validate` and the governance + ticket workflow is built on it (see its repo for
install). One-time setup:
```
make hooks && flutter pub get
pql init # once, in the repo root — wires up the pql skill + perms
```
Then: