cli commands to delete specific playtest data#45
Conversation
|
Claude finished @The64thRealm's task in 2m 12s —— View job Code Review — PR #45: cli commands to delete specific playtest data
Overall this is a clean, well-structured addition. The 🔴 Likely bug — malformed fallback success message
_ => {
println!(
"✓ Cleared {} for {} in game {}.",
category_labels, scope, args.game_id
);
}When the API response has no per-category counts, this renders awkwardly — the first item has no bullet and the rest are indented mid-sentence: Consider a separate comma-joined string for inline use (e.g. 🟡 Design — destructive "all" default combined with
|
|
Claude finished @The64thRealm's task in 1m 25s —— View job Code Review — PR #45: cli commands to delete specific playtest data
Re-reviewed after the latest push ( ✅ Resolved since last reviewThe 🔴 malformed fallback success message is fixed. "✓ Cleared \n - {}\nfor {} in game {}.",This renders consistently now: 🟡 Still open — destructive "all" default combined with
|
|
Claude finished @The64thRealm's task in 1m 3s —— View job Code Review — PR #45: cli commands to delete specific playtest data
Re-reviewed after the latest push ( ✅ Resolved since last review
🟡 Still open — destructive "all" default combined with
|
We should decide if this is acceptable or if the behavior should be changed |
|
Don't cut a build with this pr until https://github.com/wvdsh/wavedash/pull/848 is in production |
Bugbot needs on-demand usage enabledBugbot uses usage-based billing for this team and requires on-demand usage to be enabled. A team admin can enable on-demand usage in the Cursor dashboard. |
|
Claude finished @The64thRealm's task in 1m 38s —— View job Code Review — PR #45: cli commands to delete specific playtest data
Re-reviewed after the latest pushes ( ✅ Resolved / no longer applicable
🟡 Open — destructive "all" default combined with
|
No description provided.