@grainulation/silo 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,210 @@
1
+ {
2
+ "name": "Hackathon: Innovation Night",
3
+ "description": "Creative hackathon category pack for open-ended innovation events. Judging weights: 30% creativity, 25% novelty, 25% evidence quality, 20% feasibility. Rewards divergent thinking and cross-domain synthesis.",
4
+ "version": "1.0.0",
5
+ "judging": {
6
+ "weights": {
7
+ "creativity": 0.3,
8
+ "novelty": 0.25,
9
+ "evidence": 0.25,
10
+ "feasibility": 0.2
11
+ },
12
+ "auto_score_dimensions": {
13
+ "creativity": {
14
+ "type_diversity": 0.35,
15
+ "recommendation_ratio": 0.3,
16
+ "cross_topic_breadth": 0.35
17
+ },
18
+ "novelty": {
19
+ "challenge_depth": 0.4,
20
+ "tag_diversity": 0.3,
21
+ "recommendation_ratio": 0.3
22
+ },
23
+ "evidence": {
24
+ "evidence_tier": 0.5,
25
+ "corroboration": 0.3,
26
+ "health": 0.2
27
+ },
28
+ "feasibility": {
29
+ "constraint_satisfaction": 0.4,
30
+ "estimate_claims_present": 0.3,
31
+ "risk_claims_present": 0.3
32
+ }
33
+ },
34
+ "human_score_dimensions": [
35
+ "novelty_of_approach",
36
+ "synthesis_quality",
37
+ "practical_creativity"
38
+ ],
39
+ "final_blend": {
40
+ "auto": 0.5,
41
+ "human": 0.5
42
+ }
43
+ },
44
+ "claims": [
45
+ {
46
+ "id": "hin-001",
47
+ "type": "constraint",
48
+ "topic": "innovation night format",
49
+ "content": "Innovation Night is an open-ended creative hackathon format. Teams choose from themed challenge packs or propose their own research question. Output is a 3-minute demo pitch backed by a compiled wheat brief. The format rewards divergent thinking and cross-domain synthesis.",
50
+ "source": {
51
+ "origin": "stakeholder",
52
+ "artifact": null,
53
+ "connector": null
54
+ },
55
+ "evidence": "stated",
56
+ "status": "active",
57
+ "phase_added": "define",
58
+ "timestamp": "2026-03-21T00:00:00.000Z",
59
+ "conflicts_with": [],
60
+ "resolved_by": null,
61
+ "tags": ["hackathon", "innovation", "creative", "format"]
62
+ },
63
+ {
64
+ "id": "hin-002",
65
+ "type": "constraint",
66
+ "topic": "creativity scoring",
67
+ "content": "Creativity is the dominant judging dimension at 30%. Scored across: (1) Type diversity — exploring problems from multiple angles (constraints, risks, estimates, recommendations). (2) Recommendation originality — actionable insights that propose novel combinations. (3) Cross-topic breadth — drawing from diverse knowledge domains to synthesize new understanding.",
68
+ "source": {
69
+ "origin": "best-practice",
70
+ "artifact": null,
71
+ "connector": null
72
+ },
73
+ "evidence": "documented",
74
+ "status": "active",
75
+ "phase_added": "define",
76
+ "timestamp": "2026-03-21T00:00:00.000Z",
77
+ "conflicts_with": [],
78
+ "resolved_by": null,
79
+ "tags": ["hackathon", "innovation", "creativity", "scoring"]
80
+ },
81
+ {
82
+ "id": "hin-003",
83
+ "type": "constraint",
84
+ "topic": "novelty scoring",
85
+ "content": "Novelty is weighted at 25%. Scored across: (1) Challenge depth — questioning assumptions and resolving conflicting evidence. (2) Tag diversity — exploring across many distinct knowledge areas. (3) Recommendation ratio — generating original actionable insights rather than just collecting facts.",
86
+ "source": {
87
+ "origin": "best-practice",
88
+ "artifact": null,
89
+ "connector": null
90
+ },
91
+ "evidence": "documented",
92
+ "status": "active",
93
+ "phase_added": "define",
94
+ "timestamp": "2026-03-21T00:00:00.000Z",
95
+ "conflicts_with": [],
96
+ "resolved_by": null,
97
+ "tags": ["hackathon", "innovation", "novelty", "scoring"]
98
+ },
99
+ {
100
+ "id": "hin-004",
101
+ "type": "constraint",
102
+ "topic": "evidence scoring",
103
+ "content": "Evidence quality is weighted at 25%. Even creative ideas need grounding. Scored across: (1) Evidence tier distribution — higher tiers show the team validated their creative ideas. (2) Corroboration — cross-referencing diverse sources is a hallmark of innovative research. (3) Health — clean compilation despite creative exploration.",
104
+ "source": {
105
+ "origin": "best-practice",
106
+ "artifact": null,
107
+ "connector": null
108
+ },
109
+ "evidence": "documented",
110
+ "status": "active",
111
+ "phase_added": "define",
112
+ "timestamp": "2026-03-21T00:00:00.000Z",
113
+ "conflicts_with": [],
114
+ "resolved_by": null,
115
+ "tags": ["hackathon", "innovation", "evidence", "scoring"]
116
+ },
117
+ {
118
+ "id": "hin-005",
119
+ "type": "constraint",
120
+ "topic": "feasibility scoring",
121
+ "content": "Feasibility is weighted at 20%. Creative ideas must be implementable. Scored across: (1) Constraint satisfaction — does the sprint acknowledge real-world constraints? (2) Estimate claims — are there cost, timeline, or effort projections? (3) Risk claims — has the team considered what could go wrong?",
122
+ "source": {
123
+ "origin": "best-practice",
124
+ "artifact": null,
125
+ "connector": null
126
+ },
127
+ "evidence": "documented",
128
+ "status": "active",
129
+ "phase_added": "define",
130
+ "timestamp": "2026-03-21T00:00:00.000Z",
131
+ "conflicts_with": [],
132
+ "resolved_by": null,
133
+ "tags": ["hackathon", "innovation", "feasibility", "scoring"]
134
+ },
135
+ {
136
+ "id": "hin-006",
137
+ "type": "recommendation",
138
+ "topic": "themed challenge packs",
139
+ "content": "Innovation Night should ship with themed creative challenge packs: (1) 'Moonshot' — solve a problem that seems impossible. (2) 'Cross-pollinate' — apply techniques from an unrelated domain. (3) 'Reverse engineer' — start with a desired outcome and work backward. (4) 'Constraint art' — maximum creativity under tight constraints. Themed challenges with creative constraints produce higher quality output than 'build anything'.",
140
+ "source": { "origin": "research", "artifact": null, "connector": null },
141
+ "evidence": "web",
142
+ "status": "active",
143
+ "phase_added": "research",
144
+ "timestamp": "2026-03-21T00:00:00.000Z",
145
+ "conflicts_with": [],
146
+ "resolved_by": null,
147
+ "tags": ["hackathon", "innovation", "themes", "challenge-packs"]
148
+ },
149
+ {
150
+ "id": "hin-007",
151
+ "type": "recommendation",
152
+ "topic": "hybrid voting",
153
+ "content": "Innovation Night uses hybrid voting: peer voting for 'People's Choice' plus judge panel for category awards. Peer voting increases engagement among non-participants. Categories: Overall Popular Vote, Most Creative, Best Use of AI, Most Likely to Be Implemented.",
154
+ "source": {
155
+ "origin": "research",
156
+ "artifact": "https://info.devpost.com/blog/private-hackathon-voting",
157
+ "connector": null
158
+ },
159
+ "evidence": "web",
160
+ "status": "active",
161
+ "phase_added": "research",
162
+ "timestamp": "2026-03-21T00:00:00.000Z",
163
+ "conflicts_with": [],
164
+ "resolved_by": null,
165
+ "tags": ["hackathon", "innovation", "voting", "peer-voting"]
166
+ },
167
+ {
168
+ "id": "hin-008",
169
+ "type": "risk",
170
+ "topic": "inclusion and accessibility",
171
+ "content": "Risk: evening/weekend hackathons exclude parents, caregivers, and anyone with work-life boundaries. Innovation Night template should explicitly offer async submission as an alternative, or run during protected work hours. Non-technical participants must not be disadvantaged — judge on insight quality, not tool proficiency.",
172
+ "source": { "origin": "research", "artifact": null, "connector": null },
173
+ "evidence": "web",
174
+ "status": "active",
175
+ "phase_added": "research",
176
+ "timestamp": "2026-03-21T00:00:00.000Z",
177
+ "conflicts_with": [],
178
+ "resolved_by": null,
179
+ "tags": ["hackathon", "innovation", "inclusion", "risk"]
180
+ },
181
+ {
182
+ "id": "hin-009",
183
+ "type": "recommendation",
184
+ "topic": "demo format",
185
+ "content": "Standard demo format: 3-minute pitch covering (1) the problem — why does this matter? (2) the approach — what creative angle did you take? (3) the findings — what did you discover? (4) the evidence — how do you know? Demo-first, slides optional. The compiled wheat brief is the supporting artifact.",
186
+ "source": { "origin": "research", "artifact": null, "connector": null },
187
+ "evidence": "web",
188
+ "status": "active",
189
+ "phase_added": "research",
190
+ "timestamp": "2026-03-21T00:00:00.000Z",
191
+ "conflicts_with": [],
192
+ "resolved_by": null,
193
+ "tags": ["hackathon", "innovation", "demo", "presentation"]
194
+ },
195
+ {
196
+ "id": "hin-010",
197
+ "type": "recommendation",
198
+ "topic": "human judge criteria",
199
+ "content": "Human judges for Innovation Night score on: (1) Novelty of approach — did the team explore an unexpected angle? (2) Synthesis quality — are diverse findings woven into coherent insight? (3) Practical creativity — are recommendations actionable and non-obvious?",
200
+ "source": { "origin": "research", "artifact": null, "connector": null },
201
+ "evidence": "stated",
202
+ "status": "active",
203
+ "phase_added": "research",
204
+ "timestamp": "2026-03-21T00:00:00.000Z",
205
+ "conflicts_with": [],
206
+ "resolved_by": null,
207
+ "tags": ["hackathon", "innovation", "human-judging", "criteria"]
208
+ }
209
+ ]
210
+ }
@@ -0,0 +1,179 @@
1
+ {
2
+ "name": "Hackathon: Most Innovative",
3
+ "description": "Scoring rubric and seed claims for the 'Most Innovative' hackathon category. Weights type diversity and recommendation ratio heavily — rewards creative, wide-ranging research with novel insights.",
4
+ "version": "1.0.0",
5
+ "claims": [
6
+ {
7
+ "id": "hinn-001",
8
+ "type": "constraint",
9
+ "topic": "type diversity scoring",
10
+ "content": "Type diversity sub-score = (distinct_types / 6) * 100. Weight: 30% — the dominant factor. Innovative sprints explore problems from multiple angles: constraints, risks, estimates, recommendations, not just facts.",
11
+ "source": {
12
+ "origin": "best-practice",
13
+ "artifact": null,
14
+ "connector": null
15
+ },
16
+ "evidence": "documented",
17
+ "status": "active",
18
+ "phase_added": "define",
19
+ "timestamp": "2026-01-01T00:00:00.000Z",
20
+ "conflicts_with": [],
21
+ "resolved_by": null,
22
+ "tags": ["hackathon", "scoring", "type-diversity", "most-innovative"]
23
+ },
24
+ {
25
+ "id": "hinn-002",
26
+ "type": "constraint",
27
+ "topic": "recommendation ratio scoring",
28
+ "content": "Recommendation ratio sub-score = (recommendation_claims / total_claims) * 100. Weight: 25%. Innovative sprints produce actionable insights, not just observations. High recommendation ratio signals original thinking.",
29
+ "source": {
30
+ "origin": "best-practice",
31
+ "artifact": null,
32
+ "connector": null
33
+ },
34
+ "evidence": "documented",
35
+ "status": "active",
36
+ "phase_added": "define",
37
+ "timestamp": "2026-01-01T00:00:00.000Z",
38
+ "conflicts_with": [],
39
+ "resolved_by": null,
40
+ "tags": ["hackathon", "scoring", "recommendations", "most-innovative"]
41
+ },
42
+ {
43
+ "id": "hinn-003",
44
+ "type": "constraint",
45
+ "topic": "evidence tier scoring",
46
+ "content": "Evidence tier sub-score uses weighted sum normalized to 0-100. Weight: 15%. Even innovative ideas need some grounding — but less weight than rigor category.",
47
+ "source": {
48
+ "origin": "best-practice",
49
+ "artifact": null,
50
+ "connector": null
51
+ },
52
+ "evidence": "documented",
53
+ "status": "active",
54
+ "phase_added": "define",
55
+ "timestamp": "2026-01-01T00:00:00.000Z",
56
+ "conflicts_with": [],
57
+ "resolved_by": null,
58
+ "tags": ["hackathon", "scoring", "evidence-tier", "most-innovative"]
59
+ },
60
+ {
61
+ "id": "hinn-004",
62
+ "type": "constraint",
63
+ "topic": "challenge depth scoring",
64
+ "content": "Challenge depth sub-score = (challenge_claims + resolved_conflicts) / total_claims * 100. Weight: 15%. Innovation often emerges from challenging assumptions and resolving conflicting viewpoints.",
65
+ "source": {
66
+ "origin": "best-practice",
67
+ "artifact": null,
68
+ "connector": null
69
+ },
70
+ "evidence": "documented",
71
+ "status": "active",
72
+ "phase_added": "define",
73
+ "timestamp": "2026-01-01T00:00:00.000Z",
74
+ "conflicts_with": [],
75
+ "resolved_by": null,
76
+ "tags": ["hackathon", "scoring", "challenge-depth", "most-innovative"]
77
+ },
78
+ {
79
+ "id": "hinn-005",
80
+ "type": "constraint",
81
+ "topic": "corroboration scoring",
82
+ "content": "Corroboration sub-score = witnessed_claims / total_claims * 100. Weight: 15%. Cross-referencing diverse sources is a hallmark of innovative research that synthesizes across domains.",
83
+ "source": {
84
+ "origin": "best-practice",
85
+ "artifact": null,
86
+ "connector": null
87
+ },
88
+ "evidence": "documented",
89
+ "status": "active",
90
+ "phase_added": "define",
91
+ "timestamp": "2026-01-01T00:00:00.000Z",
92
+ "conflicts_with": [],
93
+ "resolved_by": null,
94
+ "tags": ["hackathon", "scoring", "corroboration", "most-innovative"]
95
+ },
96
+ {
97
+ "id": "hinn-006",
98
+ "type": "recommendation",
99
+ "topic": "innovation signals",
100
+ "content": "Signals of innovation in a wheat sprint: (1) cross-domain tag diversity, (2) claims that bridge multiple topics, (3) recommendations that propose novel combinations, (4) challenges to conventional wisdom with evidence.",
101
+ "source": {
102
+ "origin": "best-practice",
103
+ "artifact": null,
104
+ "connector": null
105
+ },
106
+ "evidence": "stated",
107
+ "status": "active",
108
+ "phase_added": "define",
109
+ "timestamp": "2026-01-01T00:00:00.000Z",
110
+ "conflicts_with": [],
111
+ "resolved_by": null,
112
+ "tags": ["hackathon", "innovation-signals", "most-innovative"]
113
+ },
114
+ {
115
+ "id": "hinn-007",
116
+ "type": "risk",
117
+ "topic": "diversity gaming",
118
+ "content": "Teams may add shallow claims of all 6 types just to maximize diversity score. Counter: human judges in final round assess whether type usage is genuine (does the 'risk' claim identify a real risk?).",
119
+ "source": { "origin": "research", "artifact": null, "connector": null },
120
+ "evidence": "stated",
121
+ "status": "active",
122
+ "phase_added": "research",
123
+ "timestamp": "2026-01-01T00:00:00.000Z",
124
+ "conflicts_with": [],
125
+ "resolved_by": null,
126
+ "tags": ["hackathon", "gaming", "type-diversity", "risk"]
127
+ },
128
+ {
129
+ "id": "hinn-008",
130
+ "type": "factual",
131
+ "topic": "pointwise rubric evaluation",
132
+ "content": "Research on automated evaluation shows category-specific rubrics outperform generic rubrics. Each hackathon category needs its own weighted rubric — 'Most Innovative' values different signals than 'Most Rigorous'.",
133
+ "source": {
134
+ "origin": "research",
135
+ "artifact": "https://arxiv.org/html/2503.23989v1",
136
+ "connector": null
137
+ },
138
+ "evidence": "web",
139
+ "status": "active",
140
+ "phase_added": "research",
141
+ "timestamp": "2026-01-01T00:00:00.000Z",
142
+ "conflicts_with": [],
143
+ "resolved_by": null,
144
+ "tags": ["hackathon", "rubric", "evaluation", "best-practice"]
145
+ },
146
+ {
147
+ "id": "hinn-009",
148
+ "type": "recommendation",
149
+ "topic": "non-technical fairness",
150
+ "content": "Non-technical participants must not be disadvantaged. Guided mode + smart defaults normalize quality. Judge on output quality — insight depth and novelty — not tool proficiency.",
151
+ "source": {
152
+ "origin": "stakeholder",
153
+ "artifact": null,
154
+ "connector": null
155
+ },
156
+ "evidence": "stated",
157
+ "status": "active",
158
+ "phase_added": "define",
159
+ "timestamp": "2026-01-01T00:00:00.000Z",
160
+ "conflicts_with": [],
161
+ "resolved_by": null,
162
+ "tags": ["hackathon", "fairness", "non-technical", "most-innovative"]
163
+ },
164
+ {
165
+ "id": "hinn-010",
166
+ "type": "recommendation",
167
+ "topic": "human judge criteria",
168
+ "content": "Human judges for 'Most Innovative' score on: (1) novelty of approach — did the team explore an unexpected angle? (2) synthesis quality — are diverse findings woven into coherent insight? (3) practical creativity — are recommendations actionable and non-obvious?",
169
+ "source": { "origin": "research", "artifact": null, "connector": null },
170
+ "evidence": "stated",
171
+ "status": "active",
172
+ "phase_added": "research",
173
+ "timestamp": "2026-01-01T00:00:00.000Z",
174
+ "conflicts_with": [],
175
+ "resolved_by": null,
176
+ "tags": ["hackathon", "human-judging", "criteria", "most-innovative"]
177
+ }
178
+ ]
179
+ }
@@ -0,0 +1,179 @@
1
+ {
2
+ "name": "Hackathon: Most Rigorous Research",
3
+ "description": "Scoring rubric and seed claims for the 'Most Rigorous Research' hackathon category. Weights evidence tiers heavily, rewards challenge depth and corroboration over volume.",
4
+ "version": "1.0.0",
5
+ "claims": [
6
+ {
7
+ "id": "hrig-001",
8
+ "type": "constraint",
9
+ "topic": "evidence tier scoring",
10
+ "content": "Evidence tier sub-score uses weighted sum: production=5, tested=4, documented=3, web=2, stated=1, normalized to 0-100. This is the dominant factor (35% weight) in the Most Rigorous category.",
11
+ "source": {
12
+ "origin": "best-practice",
13
+ "artifact": null,
14
+ "connector": null
15
+ },
16
+ "evidence": "documented",
17
+ "status": "active",
18
+ "phase_added": "define",
19
+ "timestamp": "2026-01-01T00:00:00.000Z",
20
+ "conflicts_with": [],
21
+ "resolved_by": null,
22
+ "tags": ["hackathon", "scoring", "evidence-tier", "most-rigorous"]
23
+ },
24
+ {
25
+ "id": "hrig-002",
26
+ "type": "constraint",
27
+ "topic": "challenge depth scoring",
28
+ "content": "Challenge depth sub-score = (challenge_claims + resolved_conflicts) / total_claims * 100. Weight: 25%. Rewards sprints that actively question and resolve competing claims rather than building one-sided arguments.",
29
+ "source": {
30
+ "origin": "best-practice",
31
+ "artifact": null,
32
+ "connector": null
33
+ },
34
+ "evidence": "documented",
35
+ "status": "active",
36
+ "phase_added": "define",
37
+ "timestamp": "2026-01-01T00:00:00.000Z",
38
+ "conflicts_with": [],
39
+ "resolved_by": null,
40
+ "tags": ["hackathon", "scoring", "challenge-depth", "most-rigorous"]
41
+ },
42
+ {
43
+ "id": "hrig-003",
44
+ "type": "constraint",
45
+ "topic": "corroboration scoring",
46
+ "content": "Corroboration sub-score = witnessed_claims / total_claims * 100. Weight: 20%. Claims backed by external sources (web evidence, documented references) score higher than unsupported assertions.",
47
+ "source": {
48
+ "origin": "best-practice",
49
+ "artifact": null,
50
+ "connector": null
51
+ },
52
+ "evidence": "documented",
53
+ "status": "active",
54
+ "phase_added": "define",
55
+ "timestamp": "2026-01-01T00:00:00.000Z",
56
+ "conflicts_with": [],
57
+ "resolved_by": null,
58
+ "tags": ["hackathon", "scoring", "corroboration", "most-rigorous"]
59
+ },
60
+ {
61
+ "id": "hrig-004",
62
+ "type": "constraint",
63
+ "topic": "health scoring",
64
+ "content": "Health sub-score = max(0, (1 - warnings/total_claims) * 100). Weight: 10%. Penalizes sprints with compiler warnings — low-evidence claims, missing fields, unresolved conflicts.",
65
+ "source": {
66
+ "origin": "best-practice",
67
+ "artifact": null,
68
+ "connector": null
69
+ },
70
+ "evidence": "documented",
71
+ "status": "active",
72
+ "phase_added": "define",
73
+ "timestamp": "2026-01-01T00:00:00.000Z",
74
+ "conflicts_with": [],
75
+ "resolved_by": null,
76
+ "tags": ["hackathon", "scoring", "health", "most-rigorous"]
77
+ },
78
+ {
79
+ "id": "hrig-005",
80
+ "type": "constraint",
81
+ "topic": "type diversity scoring",
82
+ "content": "Type diversity sub-score = (distinct_types / 6) * 100. Weight: 10%. Ensures sprints use the full taxonomy (constraint, factual, estimate, risk, recommendation, feedback) rather than only one type.",
83
+ "source": {
84
+ "origin": "best-practice",
85
+ "artifact": null,
86
+ "connector": null
87
+ },
88
+ "evidence": "documented",
89
+ "status": "active",
90
+ "phase_added": "define",
91
+ "timestamp": "2026-01-01T00:00:00.000Z",
92
+ "conflicts_with": [],
93
+ "resolved_by": null,
94
+ "tags": ["hackathon", "scoring", "type-diversity", "most-rigorous"]
95
+ },
96
+ {
97
+ "id": "hrig-006",
98
+ "type": "recommendation",
99
+ "topic": "anti-gaming logarithmic scaling",
100
+ "content": "Apply logarithmic scaling to claim counts: score = log(claim_count) not linear. This prevents gaming through claim spam — 100 weak claims score only marginally better than 10 strong ones.",
101
+ "source": {
102
+ "origin": "best-practice",
103
+ "artifact": null,
104
+ "connector": null
105
+ },
106
+ "evidence": "documented",
107
+ "status": "active",
108
+ "phase_added": "define",
109
+ "timestamp": "2026-01-01T00:00:00.000Z",
110
+ "conflicts_with": [],
111
+ "resolved_by": null,
112
+ "tags": ["hackathon", "anti-gaming", "logarithmic", "most-rigorous"]
113
+ },
114
+ {
115
+ "id": "hrig-007",
116
+ "type": "risk",
117
+ "topic": "Goodhart's Law gaming",
118
+ "content": "If teams know the exact scoring weights, they optimize for metrics over substance (Goodhart's Law). Keep exact weights secret; publish only the dimensions. Rotate weights per hackathon event.",
119
+ "source": {
120
+ "origin": "research",
121
+ "artifact": "https://en.wikipedia.org/wiki/Goodhart's_law",
122
+ "connector": null
123
+ },
124
+ "evidence": "web",
125
+ "status": "active",
126
+ "phase_added": "research",
127
+ "timestamp": "2026-01-01T00:00:00.000Z",
128
+ "conflicts_with": [],
129
+ "resolved_by": null,
130
+ "tags": ["hackathon", "gaming", "goodhart", "risk"]
131
+ },
132
+ {
133
+ "id": "hrig-008",
134
+ "type": "factual",
135
+ "topic": "benchmark thresholds",
136
+ "content": "A well-designed rigorous sprint should achieve: evidence_tier_score >= 60, type_diversity >= 83 (5/6 types), challenge_depth >= 15%, corroboration >= 20%, health >= 80. These serve as calibration benchmarks.",
137
+ "source": { "origin": "research", "artifact": null, "connector": null },
138
+ "evidence": "documented",
139
+ "status": "active",
140
+ "phase_added": "research",
141
+ "timestamp": "2026-01-01T00:00:00.000Z",
142
+ "conflicts_with": [],
143
+ "resolved_by": null,
144
+ "tags": ["hackathon", "benchmarks", "calibration", "most-rigorous"]
145
+ },
146
+ {
147
+ "id": "hrig-009",
148
+ "type": "recommendation",
149
+ "topic": "hybrid judging model",
150
+ "content": "Two-stage judging: auto-score (compiler metrics) acts as qualifier — top N advance. Final round = 50% auto-score + 50% human panel scoring insight quality, narrative clarity, and practical applicability.",
151
+ "source": { "origin": "research", "artifact": null, "connector": null },
152
+ "evidence": "documented",
153
+ "status": "active",
154
+ "phase_added": "research",
155
+ "timestamp": "2026-01-01T00:00:00.000Z",
156
+ "conflicts_with": [],
157
+ "resolved_by": null,
158
+ "tags": ["hackathon", "hybrid-judging", "qualifier", "most-rigorous"]
159
+ },
160
+ {
161
+ "id": "hrig-010",
162
+ "type": "constraint",
163
+ "topic": "evidence tier floor",
164
+ "content": "Claims below 'web' evidence tier count at 50% weight. This prevents gaming by adding many low-effort 'stated' claims. Encourages teams to back assertions with real sources.",
165
+ "source": {
166
+ "origin": "best-practice",
167
+ "artifact": null,
168
+ "connector": null
169
+ },
170
+ "evidence": "documented",
171
+ "status": "active",
172
+ "phase_added": "define",
173
+ "timestamp": "2026-01-01T00:00:00.000Z",
174
+ "conflicts_with": [],
175
+ "resolved_by": null,
176
+ "tags": ["hackathon", "anti-gaming", "evidence-floor", "most-rigorous"]
177
+ }
178
+ ]
179
+ }