Update image upload limit from 500KB to 1MB#194
Conversation
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: REQUEST CHANGES
Summary
The requested upload limit updates are present in the route validation, UI copy, and generated agent docs. The PR is not merge-ready because the branch is currently conflicting with main, and the package version bump leaves the npm lockfile stale.
Findings
-
[blocking] GitHub reports this PR branch as merge-conflicting with
main, so it cannot be merged or reliably validated as-is.- File: PR #194 branch metadata
- Suggestion: Rebase or merge current
main, resolve conflicts, and push the updated branch.
-
[medium]
package.jsonis bumped to1.0.33, butpackage-lock.jsonis not updated in the PR. This leaves the committed npm metadata inconsistent after the version change.- File:
package.json:3 - Suggestion: Either update
package-lock.jsonwith the same root version or remove the package version bump if it is not part of this issue.
- File:
Decision
REQUEST CHANGES until the branch conflict is resolved and the lockfile/version metadata is made consistent. No checks are reported for the PR branch, so I could not rely on CI for validation.
Match plotlink#1202 server-side change: route validation, UI guidance text, and generated CLAUDE.md all reference 1MB. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a08e845 to
637860f
Compare
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The PR now matches issue #193: upload-cover and upload-plot-image validation accept up to 1MB, UI guidance text says max 1MB, and generated agent docs reference the 1MB limit. The prior merge conflict is resolved and package-lock metadata is now consistent.
Findings
- None.
Decision
APPROVE. Branch is mergeable and the lint-and-typecheck check passed.
Summary
upload-cover,upload-plot-image) from 500KB to 1MBFixes #193
Refs: plotlink#1202
Test plan
~/.plotlink-ows/CLAUDE.mdregenerates with 1MB references🤖 Generated with Claude Code