Skip to content

Reviewer Quick Start

ClarusIubar edited this page Jul 2, 2026 · 2 revisions

Reviewer Quick Start

Requirements

  • Python 3.10 or newer
  • Git

Clone

git clone https://github.com/ClarusIubar/agent_bootstrap-preview.git
cd agent_bootstrap-preview

Install Development Dependencies

python -m pip install -r requirements-dev.txt

Run Tests

python -m pytest

Expected result for the prepared preview:

6 passed

Check CLI Entry Point

python scripts/agent_bootstrap.py --help

The command should print usage information without requiring private local state.

Read Next

Clone this wiki locally