docs: add dispatch prompts and correct the toolchain survey

- docs/agents/PROMPTS.md: six copy-paste agent prompts, wave ordering
  (PROTO + PKG/QA first, the other four at contract freeze) and the
  git worktree commands
- Correct the bootstrap section: an earlier check ran with a restricted
  PATH and wrongly reported the machine as bare. git 2.53, CMake 4.2.3,
  g++ 15.2, ninja, Qt 6 dev, libcurl, SQLite, nlohmann-json, ffmpeg and
  clang-format/tidy are all present; only libqt6svg6-dev, libsecret-1-dev,
  nodejs/npm and clang are missing. Flag that CMake 4.x rejects
  cmake_minimum_required below 3.5.

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
2026-09-09 18:23:12 +04:00
co-authored by Claude Opus 5
parent 8bb683b09d
commit e88edd5bd6
2 changed files with 392 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ Start here:
Per-lane briefs live in [docs/agents/](docs/agents/) — one per agent, each with an owned
directory list, a definition of done, and the files it must never touch.
**To dispatch the agents, use [docs/agents/PROMPTS.md](docs/agents/PROMPTS.md)** — six
copy-paste prompts plus the worktree commands and the wave order.
---