← index

language=python, model=sonnet, tooling=none

production  maturity 0.869

Replicates
3/3
Completion
100%
Replicate agreement
0.87
code_quality
0.637
Tokens (total)
664,781
Cost (total)
$0.4514

Runs

RunRepStatuscode_qualitycost ($)duration (s)tokensFilesLOC
3rep 1completed0.667
17rep 2completed0.622$0.231979.8s352,6992182
18rep 3completed0.622$0.219567.8s312,0822202

Code review

Per-replicate file listing extracted from the archived workspace. For semantic analysis (architecture, interfaces, control flow), invoke the run-summary skill via retort evaluate <run_dir>.

rep 2 — 2 file(s), 182 loc (1 test file(s), 80 test loc)
main.py (102 loc)
class BookCreate, class BookUpdate, def get_db, def init_db, def not_empty, def not_empty, def row_to_dict, def health_check, def create_book, def list_books, def get_book, def update_book, def delete_book
test_api.py (80 loc, test)
def clean_db, def client, def test_health_check, def test_create_book, def test_create_book_missing_required_fields, def test_create_book_empty_title, def test_list_books, def test_list_books_filter_by_author, def test_get_book, def test_get_book_not_found, def test_update_book, def test_update_book_not_found, def test_delete_book, def test_delete_book_not_found
rep 3 — 2 file(s), 202 loc (1 test file(s), 84 test loc)
app.py (118 loc)
def get_db, def close_connection, def init_db, def book_to_dict, def health, def create_book, def list_books, def get_book, def update_book, def delete_book
test_app.py (84 loc, test)
def client, def test_health, def test_create_book, def test_create_book_missing_title, def test_create_book_missing_author, def test_list_books, def test_list_books_filter_by_author, def test_get_book, def test_get_book_not_found, def test_update_book, def test_update_book_not_found, def test_delete_book, def test_delete_book_not_found

Stack signature (sorted JSON): {"language": "python", "model": "sonnet", "tooling": "none"}