-
Notifications
You must be signed in to change notification settings - Fork 107
Loki mode submission #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Updated README.md with correct results (293 solved, 7 timeouts) - Updated metadata.yaml with accurate timing (~4.2 hours) - Fixed version to 2.26.0
Pull Request Review - PR #5SummaryThis PR adds 189,598 lines across 100 files, consisting primarily of:
Overall Assessment: ❌ This PR should NOT be merged as-is. It contains runtime artifacts, logs, and temporary files that should be excluded from version control. Critical Issues🚨 1. Runtime/Temporary Files Should Not Be CommittedProblem: The PR includes files from
Evidence: {
"retryCount": 0,
"status": "running",
"lastExitCode": 0,
"lastRun": "2026-01-05T01:57:04Z",
"prdPath": "",
"pid": 94823, // ← Process ID - clearly runtime data
"maxRetries": 50,
"baseWait": 60
}Why this matters:
Recommendation: Add to # Loki Mode runtime files
autonomy/.loki/
!autonomy/.loki/dashboard/
autonomy/.loki/logs/
autonomy/.loki/queue/
autonomy/.loki/state/
autonomy/.loki/STATUS.txt
autonomy/.loki/autonomy-state.json🚨 2. Benchmark Results Should Be Gitignored (with exceptions)Problem: The PR includes 88 benchmark result files from a single test run:
Why this is problematic:
What should be tracked instead:
Recommendation: Update # Benchmark results - keep summaries, ignore raw results
benchmarks/results/*/humaneval-solutions/
benchmarks/results/*/humaneval-results.json
# Keep summaries
!benchmarks/results/*/SUMMARY.md
!benchmarks/results/*/trajs/Code Quality Issues3. Missing
|
|
Closing - submission data not needed in main branch. Official submission is at SWE-bench/experiments#402 |
No description provided.