review_local#

Local files review command line.

moa.commands.review_local.build_local_files_review_markdown(contents: dict[str, str]) str#

Builds a markdown report for local files.

moa.commands.review_local.main(argv: list[str] | None = None) int#

Command line entrypoint for local file reviews.

moa.commands.review_local.review_local_files(files: list[str], copilot_review: bool = False, token: str | None = None, model: str = 'openai/gpt-4o-mini') str#

Reviews local files by building a markdown report and optional AI feedback.