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
You are running a comprehensive dogfooding session for codegraph **v$ARGUMENTS**.
11
11
Your goal is to install the published package, exercise every feature, compare engines, find bugs, and produce a structured report.
12
12
13
-
> **Reference:** Read `generated/DOGFOOD-REPORT-2.1.0.md` and `generated/DOGFOOD_REPORT_v2.2.0.md` (if present) for the format and depth expected. Match or exceed that quality.
13
+
> **Reference:** Read `generated/dogfood/DOGFOOD-REPORT-2.1.0.md` and `generated/dogfood/DOGFOOD_REPORT_v2.2.0.md` (if present) for the format and depth expected. Match or exceed that quality.
14
14
15
15
---
16
16
@@ -190,7 +190,7 @@ If the version does **not** match `$ARGUMENTS`:
190
190
191
191
1. Run all four from the codegraph source repo directory.
192
192
2. Record the JSON output from each.
193
-
3. Compare with the previous release's numbers in `generated/BUILD-BENCHMARKS.md` (build benchmark) and previous dogfood reports.
193
+
3. Compare with the previous release's numbers in `generated/benchmarks/BUILD-BENCHMARKS.md` (build benchmark) and previous dogfood reports.
194
194
4. Flag any regressions:
195
195
- Build time per file >10% slower → investigate
196
196
- Query latency >2x slower → investigate
@@ -361,7 +361,7 @@ This signals that v$ARGUMENTS has been manually verified end-to-end.
361
361
362
362
## Phase 9 — Report
363
363
364
-
Write the report to `generated/DOGFOOD_REPORT_v$ARGUMENTS.md` with this structure:
364
+
Write the report to `generated/dogfood/DOGFOOD_REPORT_v$ARGUMENTS.md` with this structure:
365
365
366
366
```markdown
367
367
# Dogfooding Report: @optave/codegraph@$ARGUMENTS
@@ -450,20 +450,20 @@ The dogfood report **must** be committed to the repository — do not leave it a
450
450
1. **If bug-fix PRs were created during Phase 7:** Add the report to the **first** PR's branch:
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,7 +463,7 @@ Codegraph also extracts symbols from common callback patterns: Commander `.comma
463
463
464
464
## 📊 Performance
465
465
466
-
Self-measured on every release via CI ([build benchmarks](generated/BUILD-BENCHMARKS.md) | [embedding benchmarks](generated/EMBEDDING-BENCHMARKS.md)):
466
+
Self-measured on every release via CI ([build benchmarks](generated/benchmarks/BUILD-BENCHMARKS.md) | [embedding benchmarks](generated/benchmarks/EMBEDDING-BENCHMARKS.md)):
0 commit comments