Split run-ledger operations and trim provider dependencies - #173
Conversation
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Tiny Sweeper reviewTiny Sweeper reviewed this change across 6 lane(s) and found 9 active actionable finding(s). Detailed lane evidence and any incomplete work are listed below. State: Changes requested Review snapshot
Completeness: Complete What changedThe review could not produce a supported behavioral summary; inspect the cited changed surface and lane details below. FeaturesNone identified with supported citations. TestsNo supported feature-to-test mapping was produced. Test execution is not inferred. Findings
Resolved this pass
Before merge
How this fits togetherflowchart LR
n0["list_workflow_runs<br/>changed"]:::changed
n1["team_members_and_tasks_list_back<br/>changed"]:::changed
n2["test_workspace"]:::impacted
n3["init_run_ledger_schema"]:::impacted
n4["seed_team"]:::impacted
n5["claim_agent_team_task"]:::impacted
n6["...ember_running_then_idle_keeps_run_pointer"]:::impacted
n7["..._the_claim_when_a_task_leaves_in_progress"]:::impacted
n0 -->|calls| n3
n1 -->|calls| n2
n1 -->|tests| n2
n1 -->|calls| n4
n1 -->|tests| n4
n5 -->|calls| n3
n6 -->|calls| n2
n6 -->|tests| n2
n6 -->|calls| n4
n6 -->|tests| n4
n6 -->|calls| n5
n6 -->|tests| n5
n7 -->|calls| n2
n7 -->|tests| n2
n7 -->|calls| n4
n7 -->|tests| n4
n7 -->|calls| n5
n7 -->|tests| n5
classDef changed fill:#0d4429,stroke:#238636,color:#e6edf3
classDef impacted fill:#161b22,stroke:#6e7681,color:#c9d1d9
classDef flagged fill:#5a1e02,stroke:#d93f0b,color:#ffffff
classDef blocking fill:#67060c,stroke:#f85149,color:#ffffff
Agent review detailscritique
security
tests
commits
description
e2e
Evidence and run details
|
|
Warning Review paused — included plan limit reachedKeep your review moving with free on-demand reviews.
On-demand reviews are free for one more day. Promotion and pricing detailsOn-demand reviews are free for one more day. After that, they cost $0.25 per reviewed file. Review limit detailsOr wait 43 minutes for your next included review. Limit details: You’ve used the included review currently available. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (7)
Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
Requesting changes: 3 lane(s) blocking, worst finding is critical.
Fix or reply to the findings below and push. The next review clears this automatically once they are gone — you should not need to dismiss anything by hand.
$0.0291 · 614,804 in / 27,386 out · 30,258 cached (5%) · ladder/vectors, gpt-5.6-luna, deepseek-v4-flash · 1,182 embedded
critique: $0.0141 · 276,203 in / 13,398 out · 22,966 cached (8%) · gpt-5.6-luna, deepseek-v4-flash
security: $0.0125 · 224,260 in / 5,640 out · 7,292 cached (3%) · gpt-5.6-luna
tests: $0.0009 · 44,510 in / 1,244 out · 0 cached (0%) · deepseek-v4-flash
description: $0.0008 · 35,661 in / 4,328 out · 0 cached (0%) · deepseek-v4-flash
Co-authored-by: Medulla <medulla@tinyhumans.ai>
There was a problem hiding this comment.
Requesting changes: 1 lane(s) blocking, worst finding is high.
Fix or reply to the findings below and push. The next review clears this automatically once they are gone — you should not need to dismiss anything by hand.
$0.0100 · 249,257 in / 17,353 out · 8,664 cached (3%) · ladder/vectors, gpt-5.6-luna, deepseek-v4-flash · 1,182 embedded
critique: $0.0036 · 67,168 in / 1,476 out · 4,064 cached (6%) · gpt-5.6-luna
security: $0.0038 · 66,690 in / 1,951 out · 3,576 cached (5%) · gpt-5.6-luna
tests: $0.0011 · 45,030 in / 6,940 out · 0 cached (0%) · deepseek-v4-flash
description: $0.0008 · 36,167 in / 4,597 out · 1,024 cached (3%) · deepseek-v4-flash
Co-authored-by: Medulla <medulla@tinyhumans.ai>
There was a problem hiding this comment.
Requesting changes: 3 lane(s) blocking, worst finding is high.
Fix or reply to the findings below and push. The next review clears this automatically once they are gone — you should not need to dismiss anything by hand.
$0.0320 · 671,646 in / 40,333 out · 43,527 cached (6%) · ladder/vectors, gpt-5.6-luna, deepseek-v4-flash · 1,198 embedded
critique: $0.0164 · 333,009 in / 23,604 out · 29,574 cached (9%) · gpt-5.6-luna, deepseek-v4-flash
security: $0.0132 · 220,842 in / 9,287 out · 12,929 cached (6%) · gpt-5.6-luna
tests: $0.0009 · 45,733 in / 1,216 out · 0 cached (0%) · deepseek-v4-flash
description: $0.0008 · 36,934 in / 3,890 out · 1,024 cached (3%) · deepseek-v4-flash
Summary
TinyInference dependency cleanup: tinyhumansai/tinyinference#23
Validation
cargo fmt --checkcargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspacecargo test -p tinyinference-providerscargo machete(TinyInference)