promptbook-annotations
Installation
SKILL.md
promptbook annotations → agent
The viewer (promptbook view) lets a human select text in an assembled prompt
and attach a comment. Each comment is appended to a file queue:
<promptsDir>/.annotations/inbox.jsonl # one JSON annotation per line
This file is the only bridge. It is terminal-agnostic: any agent in any terminal drains it through the CLI — no editor or terminal integration needed.