You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add points for lesson merge
python scripts/update_contributor_points.py --user alice --action lesson_merge
# Record a helpful vote
python scripts/update_contributor_points.py --user alice --action helpful_vote \
--detail '{"lesson_id":"lesson-1","voter":"bob"}'# Record a search hit
python scripts/update_contributor_points.py --user alice --action search_hit \
--detail '{"lesson_id":"lesson-1","query":"python mcp"}'