Bootstrap repository readiness - #60
Open
codepress-dev[bot] wants to merge 1 commit into
Open
Conversation
Co-authored-by: dev@codepress.dev <dev@codepress.dev>
lightninglu10
left a comment
Contributor
There was a problem hiding this comment.
QA verification review: the generated repository-readiness setup PR is ready for the repository-specific workflow review. Please confirm the generated local verification and app-server setup behavior in the originating CodePress bootstrap session.
Contributor
Author
|
@codepress /judge-verification can you judge this verification? Local Verification — django-react-introPR Head SHA: 2eb910e Environment artifact: /tmp/codepress-qa-verifier-runs/verify-env-60-2eb910eb98b7dc3e1405695fadd00141fd562c77-3.json Diff Trigger Inventory
The PR does not change the home component itself, but the orchestrator-required public UI probe was executed against the real rendered page. Verification Contract Results
Log Review
Preflight and Self-Audit
Container
Overall: PASS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR makes django-react-intro ready for repeatable CodePress review and verification. It adds automated PR screenshot capture, a Docker-based app-server startup path, and a local verification contract so future sessions can validate the public web app consistently.
Technical details
The repository is a legacy Create React App 1.0.10 frontend under web/ plus a separate Django 1.11 project under server/. The existing .codepress/dev-server/Dockerfile.web is a Live Dev Server hydration image and cannot run as a standalone container, so the grouped bootstrap preserves it and adds Dockerfile.codepress with a Node 18 base, Corepack-pinned Yarn 1.22.22, in-image installation from web/yarn.lock, and a foreground CRA start command on 0.0.0.0:3000. The generated start-app-server recipe records the runtime inputs and validated HTTP surface. The generated verify-local skill documents a frontend-only contract with an explicit JavaScript Accept header for its negative 404 probe because CRA's history fallback otherwise returns HTML 200 for unknown paths. Playwright is installed in web with a repo-local config that uses Node 18 for the legacy websocket-driver dependency.
Changes
Test plan
Open items
Authors
Generated with CodePress · View the chat session
Co-authored-by: dev@codepress.dev dev@codepress.dev