mike/backend
QA Runner 6aed350a3c fix: repair JSON corrupted by the merge of main (package.json + lockfile)
The "Merge branch 'main'" commit (71a7aba) auto-merged backend/package.json
and backend/package-lock.json without raising a conflict, but git's
line-level merge produced invalid JSON in both files: package.json lost the
comma after the new "test:stack" script, and package-lock.json lost the two
closing-brace lines of the supertest/cookie-signature entry. npm treats an
unparseable lockfile as absent, which is why CI failed with the misleading
"npm ci can only install with an existing package-lock.json".

package.json: restore the comma. package-lock.json: rebuilt from main's
known-good copy via `npm install --package-lock-only` against this branch's
package.json. Verified locally: npm ci, npm test (259 passed), npm run build.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-22 10:22:26 -07:00
..
migrations Merge pull request #212 from jmooves/upstream-pr/chat-messages-workflow-column 2026-07-21 12:49:06 +08:00
scripts test: route-level integration tests + app/index split 2026-07-20 11:00:01 -07:00
src Merge branch 'main' into olp-pr/backend-integration-tests 2026-07-22 19:56:19 +08:00
.env.example Add courtlistener intergration, liquid glass redesign, UI improvements, version control, various fixes 2026-06-06 15:48:47 +08:00
.gitignore Refactor ProjectPageParts and ProjectPageHeader components for improved loading states and skeleton UI. Update Modal and PageHeader components to support loading states. Enhance RenameableTitle for better caret positioning. Adjust DisplayWorkflowModal to utilize the new Modal component structure. Update WorkflowList to include loading indicators and improve sticky header behavior. 2026-06-11 21:50:58 +08:00
bun.lock feat: workflow, UI and document support updates 2026-07-08 18:27:28 +08:00
nixpacks.toml Sync deployment and project page fixes 2026-05-13 02:32:26 +08:00
package-lock.json fix: repair JSON corrupted by the merge of main (package.json + lockfile) 2026-07-22 10:22:26 -07:00
package.json fix: repair JSON corrupted by the merge of main (package.json + lockfile) 2026-07-22 10:22:26 -07:00
schema.sql Merge pull request #212 from jmooves/upstream-pr/chat-messages-workflow-column 2026-07-21 12:49:06 +08:00
tsconfig.json test: minimal vitest harness for backend and frontend 2026-07-20 10:42:28 -07:00
vitest.config.mts test: cover critical backend libs, raise coverage ratchet, add roadmap 2026-07-20 11:21:35 -07:00