Quick Start
Clone the upstream product (not this docs site) and exercise the shared core locally.
Prerequisite: Node.js 24+ (matches product engines and Lambda runtime).
git clone https://github.com/jajera/pr-readiness-coach.gitcd pr-readiness-coachnpm installnpm run buildnpm testFixture demo (no Bedrock)
Section titled “Fixture demo (no Bedrock)”chmod +x fixtures/demo.sh./fixtures/demo.shOr run the CLI directly:
npm run pr-ready -- --local --path fixtures/demo-app/not-readynpm run pr-ready -- --local --path fixtures/demo-app/readyExpected:
| Path | Verdict | Exit |
|---|---|---|
fixtures/demo-app/not-ready | NOT READY | 1 |
fixtures/demo-app/ready | READY | 0 |
All fixture secrets are placeholders only.
Next steps
Section titled “Next steps”- CLI reference — modes, flags, exit codes
- Demo — fixtures, full local, and remote API
- Architecture — how surfaces share one core
- AWS Deploy — when you are ready for API + UI