Weighted scoring from JSON participation data, configurable via config.yaml. Includes living architecture docs and ADRs from day one so the reasoning behind every direction is traceable from the first commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42 lines
783 B
JSON
42 lines
783 B
JSON
[
|
|
{
|
|
"user": "moult",
|
|
"forum_posts": 45,
|
|
"github_commits": 120,
|
|
"wiki_edits": 8,
|
|
"matrix_messages": 200,
|
|
"funding_activity": 2
|
|
},
|
|
{
|
|
"user": "aothms",
|
|
"forum_posts": 30,
|
|
"github_commits": 85,
|
|
"wiki_edits": 5,
|
|
"matrix_messages": 150,
|
|
"funding_activity": 1
|
|
},
|
|
{
|
|
"user": "steverugi",
|
|
"forum_posts": 60,
|
|
"github_commits": 10,
|
|
"wiki_edits": 20,
|
|
"matrix_messages": 80,
|
|
"funding_activity": 0
|
|
},
|
|
{
|
|
"user": "theoryshaw",
|
|
"forum_posts": 25,
|
|
"github_commits": 15,
|
|
"wiki_edits": 12,
|
|
"matrix_messages": 60,
|
|
"funding_activity": 1
|
|
},
|
|
{
|
|
"user": "yorik",
|
|
"forum_posts": 40,
|
|
"github_commits": 5,
|
|
"wiki_edits": 30,
|
|
"matrix_messages": 90,
|
|
"funding_activity": 3
|
|
}
|
|
]
|