paper-review

Solid

Set up and run the botference document-review interface (Google-Docs-style comments on rendered LaTeX/Markdown, bots replying in threads, apply/commit of accepted changes) in any repo — and follow the round protocol when the user asks for a review round or tags you from the review page.

Code & Development 19 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# paper-review — GDocs-style review of rendered sources, with bots The engine is built and battle-tested. **Canonical engine: `$BOTFERENCE_HOME/frontends/review/`** (ships with botference). Architecture, decision history, and the unbuilt roadmap (CI rounds, cloud version): `design.md` next to this file. This file tells you how to USE the system. ## Setting up a new project ("set up paper review in <dir>") **Preferred: `botference review [dir]`** — one command does all of the below (engine copy, detection via `scripts/review-detect.mjs` with an echoed summary, gitignore, build, serve; `--share`, `--hosted`, `--port N`, `--no-agents`, `--upgrade`). Use the manual steps only when the launcher isn't available: 1. Copy the engine from the reference implementation into `<dir>/review/`: `build.mjs`, `server.mjs`, `chat.mjs`, `apply.mjs`, `submit.mjs`, `init-config.mjs`, `bridge-system-prompt.md`, `SCHEMA.md`, `assets/` (review.js, style.css). Never copy `review.config.json`, `state/`, `suggestions.json`, or `site/` — those are per-project. 2. Run `node review/init-config.mjs` from `<dir>` (it inspects the directory: master file via `\documentclass`, sections via `\input`/`\include` order, bib, abbreviations, todo macros, figures dir, a free port, and the bridge block). **Show the user what was detected and get their confirmation before proceeding** — never guess the master file silently. 3. Add the gitignore block (see reference repo): `review/site/...

Details

Author
angadhn
Repository
angadhn/botference
Created
5 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category