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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ Use it when a Python project needs coding assistants to follow the current modul
49
49
50
50
| Method | Gold evidence recall |
51
51
|---|---:|
52
-
| Path-only baseline | 0.048|
53
-
| AST symbols baseline | 0.357|
52
+
| Path-only baseline | 0.044|
53
+
| AST symbols baseline | 0.356|
54
54
| code2skill semantic scanner | 1.000 |
55
55
56
-
The gold set covers route decorators, service calls, type references, data-flow edges, dynamic imports, raised exceptions, main guards, and internal dependency edges. Reproduce it with:
56
+
The gold set covers route decorators, service calls, type references, data-flow edges, dynamic imports, re-exported symbol dependencies, raised exceptions, main guards, and internal dependency edges. Reproduce it with:
57
57
58
58
```bash
59
59
python benchmarks/evaluate_structural_evidence.py
@@ -179,8 +179,8 @@ The default artifact directory is `.code2skill/`.
179
179
| Path | Purpose |
180
180
|---|---|
181
181
|`adoption-guide.md`| Repository-specific adoption checklist and next workflow |
0 commit comments