-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatomicity-report.json
More file actions
36 lines (36 loc) · 1.43 KB
/
Copy pathatomicity-report.json
File metadata and controls
36 lines (36 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"description": "Readability-grade advisories per concept. The file is named 'atomicity-report' for historical reasons (it was originally emitted by the atomicity reporter); its current contents are US-grade readability estimates produced at build time. These are advisory only — they never gate a build, never block a phase, and never appear in the hard invariant set. The 'atomicity' name is retained because the file path is byte-pinned in scripts/emit-receipt.ts and renaming it would require coordinated updates across the emitter, the run-receipt test, and ADR-001 references.",
"advisoryOnly": true,
"warnings": [
{
"conceptId": "positional-encoding",
"grade": 11.34,
"confidence": "low",
"reason": "lesson readability is estimated at US grade 11.34"
},
{
"conceptId": "self-attention",
"grade": 10.96,
"confidence": "low",
"reason": "lesson readability is estimated at US grade 10.96"
},
{
"conceptId": "softmax",
"grade": 10.52,
"confidence": "low",
"reason": "lesson readability is estimated at US grade 10.52"
},
{
"conceptId": "softmax-ordering",
"grade": 11.91,
"confidence": "low",
"reason": "lesson readability is estimated at US grade 11.91"
},
{
"conceptId": "vectors",
"grade": 11.11,
"confidence": "low",
"reason": "lesson readability is estimated at US grade 11.11"
}
]
}