← index

language=rust, model=sonnet, tooling=none

production  maturity 0.958

Replicates
3/3
Completion
100%
Replicate agreement
1.00
code_quality
0.833
Tokens (total)
1,185,772
Cost (total)
$1.0653

Runs

RunRepStatuscode_qualitycost ($)duration (s)tokensFilesLOC
44rep 1completed0.833$0.3548172.1s443,2161482
45rep 2completed0.833$0.2925172.2s240,6041427
46rep 3completed0.833$0.4180238.0s501,9526445

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 1 — 1 file(s), 482 loc
src/main.rs (482 loc)
fn init_db, fn health, fn create_book, fn list_books, fn get_book, fn update_book, fn delete_book, fn row_to_book, fn build_app, fn main, fn test_app, fn body_json, fn test_health_check, fn test_create_and_get_book, fn test_create_book_missing_required_fields, fn test_list_books_with_author_filter, fn test_update_book, fn test_delete_book, fn test_get_nonexistent_book, struct Book, struct CreateBook, struct UpdateBook, struct ListQuery
rep 2 — 1 file(s), 427 loc
src/main.rs (427 loc)
fn health, fn create_book, fn list_books, fn get_book, fn update_book, fn delete_book, fn init_db, fn main, fn setup, fn app_with_data, fn test_health_check, fn test_create_and_get_book, fn test_create_book_validation, fn test_list_and_filter_books, fn test_update_book, fn test_delete_book, fn test_not_found, struct Book, struct CreateBook, struct UpdateBook, struct ListQuery, struct AppState
rep 3 — 6 file(s), 445 loc (1 test file(s), 193 test loc)
src/db.rs (75 loc)
fn init_db, fn insert_book, fn get_all_books, fn get_book_by_id, fn update_book_in_db, fn delete_book_from_db, fn row_to_book
src/handlers.rs (120 loc)
fn health_check, fn create_book, fn list_books, fn get_book, fn update_book, fn delete_book
src/lib.rs (6 loc)
src/main.rs (24 loc)
fn main
src/models.rs (27 loc)
struct Book, struct CreateBook, struct UpdateBook, struct BookFilter
tests/api_tests.rs (193 loc, test)
fn create_test_pool, fn test_health_check, fn test_create_book_success, fn test_create_book_missing_title, fn test_create_book_missing_author, fn test_list_books, fn test_list_books_with_author_filter, fn test_get_book_by_id, fn test_get_book_not_found, fn test_update_book, fn test_delete_book, fn test_delete_book_not_found

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