← index

language=rust, model=opus, tooling=none

production  maturity 0.958

Replicates
3/3
Completion
100%
Replicate agreement
1.00
code_quality
0.833
Tokens (total)
452,106
Cost (total)
$0.9943

Runs

RunRepStatuscode_qualitycost ($)duration (s)tokensFilesLOC
38rep 1completed0.833$0.3273115.6s139,6263361
39rep 2completed0.833$0.318197.5s140,7363316
40rep 3completed0.833$0.3489105.2s171,7443345

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 — 3 file(s), 361 loc (1 test file(s), 168 test loc)
src/lib.rs (182 loc)
fn init_db, fn app, fn health, fn err, fn create_book, fn list_books, fn row_to_book, fn get_book, fn update_book, fn delete_book, struct Book, struct BookInput, struct ListQuery
src/main.rs (11 loc)
fn main
tests/integration.rs (168 loc, test)
fn make_app, fn body_json, fn health_works, fn create_and_get_book, fn create_book_requires_title, fn update_and_delete_book, fn list_books_filter_by_author
rep 2 — 3 file(s), 316 loc (1 test file(s), 129 test loc)
src/lib.rs (176 loc)
fn into_response, fn init_db, fn build_app, fn health, fn validate, fn create_book, fn list_books, fn row_to_book, fn get_book, fn update_book, fn delete_book, struct Book, struct BookInput, struct ErrorBody, struct ApiError
src/main.rs (11 loc)
fn main
tests/integration.rs (129 loc, test)
fn app, fn body_json, fn health_ok, fn create_and_get_book, fn create_missing_title_is_400, fn list_filter_by_author_and_delete
rep 3 — 3 file(s), 345 loc (1 test file(s), 141 test loc)
src/lib.rs (196 loc)
fn err, fn init_db, fn open_db, fn open_memory_db, fn app, fn health, fn create_book, fn list_books, fn row_to_book, fn get_book, fn update_book, fn delete_book, struct Book, struct BookInput, struct ErrorResponse
src/main.rs (8 loc)
fn main
tests/integration.rs (141 loc, test)
fn body_json, fn health_ok, fn create_get_update_delete_book, fn validation_requires_title_and_author, fn list_and_filter_by_author

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