Commit ccef455
committed
fix(p3): cubic P3 batch — docs links, NOTICE copyright, areas __all__
- lucebox/README.md: fix the relative link to `cli.py`; resolves to
`src/lucebox/cli.py` (the actual location), not the nonexistent
`lucebox/cli.py` (#15).
- luce-bench/NOTICE: the bundled forge_eval LICENSE says
"Copyright (c) 2025-2026 Antoine Zambelli", not 2024 — sync NOTICE
with the actual upstream LICENSE (#16).
- luce-bench/src/lucebench/areas/__init__.py: `__all__` was missing
agent / agent_recorded / forge / longctx / smoke. Add the imports +
list entries so `from lucebench.areas import *` matches the actual
area surface (#17).
Addresses cubic #15–#17 (P3) on PR #285.1 parent 4e9fcf6 commit ccef455
3 files changed
Lines changed: 26 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 | | |
14 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
0 commit comments