Commit beb123a
Drop dead frontend code + consolidate eval scripts under tests/quality
frontend/ — two dead files removed
- frontend/src/components/backend-health-card.tsx
Health-check card from early dev. Confirmed orphaned by a strict
importer scan (zero hits in frontend/src/ for either the file
path or the BackendHealthCard symbol).
- frontend/src/state/workspace-store.ts
Zustand store stub. Comment in the file references the deleted
docs/NEXT-STEPS-FRONTEND.md and admits "only the `ui` slice is
implemented." The redesign chose hooks + lifted callbacks over
Zustand, so this file is the abandoned approach.
scripts/ → tests/quality/
The repo had two utility scripts at the root in their own folder:
eval_resume_parser.py and perf_assistant_stream.py. They're
evaluation/perf runners — same role as the 13 *_quality_runner.py
files already in tests/quality/. Co-locating them removes the
awkward two-file scripts/ folder.
- scripts/eval_resume_parser.py → tests/quality/eval_resume_parser.py
REPO_ROOT bumped from `parent.parent` to `parent.parent.parent`
(file moved one level deeper in the tree, so the parent climb
needs to compensate).
- scripts/perf_assistant_stream.py → tests/quality/perf_assistant_stream.py
Updated 3 docstring usage-example commands to point at the new
path (`tests/quality/perf_assistant_stream.py`).
The empty scripts/ folder was removed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ab30aca commit beb123a
5 files changed
Lines changed: 8 additions & 189 deletions
File tree
- .claude/worktrees
- frontend/src
- components
- state
- tests/quality
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
This file was deleted.
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments