You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point the deck-audit docs at the unified review entry point
Update the overflow / contrast subagent docs to reference the package
modules and review_deck, and add pptx_review and the review subcommand to
README, the MCP and CLI references, and the en / zh-tw / zh-cn Sphinx docs.
### Mandatory: URL / DOI verification before shipping
@@ -411,6 +411,7 @@ Tools:
411
411
|`download_pdfs`| Batch-download a papers list's PDFs into `{out_dir}/pdfs/`. Returns per-paper results keyed by BibTeX key. |
412
412
|`export`| Papers list + formats → writes `.pptx/.xlsx/.md/.bib/.json/.ris/.csv/.csl.json`. Accepts a `summary` field per paper for the rich thesis-style schema, `max_slides_per_paper` (default 25), and `dark_mode` (default `true` — the project's dark-deck post-pass; pass `false` for the printable light variant). |
413
413
|`pptx_inspect`| Read slide / shape structure of an existing deck. |
414
+
|`pptx_review`| Audit a deck in one call — overflow + colour contracts + `paper_rule` section completeness. Auto-detects the deck language; also the CLI `python -m thesisagents review <deck.pptx>`. |
414
415
|`pptx_update_slide`| Replace `title` / `body` / `meta` (by shape name) or arbitrary shapes by index. |
415
416
|`pptx_delete_slide`| Remove a slide and its part relationship. |
416
417
|`pptx_reorder_slides`| Permute slides via `sldIdLst`. |
0 commit comments