Skip to content

docs: add PR01–05 DoD audit v3 (main-sync fallback)#343

Open
badjoke-lab wants to merge 1 commit into
mainfrom
codex/perform-dod-audit-for-cpm-pr0105
Open

docs: add PR01–05 DoD audit v3 (main-sync fallback)#343
badjoke-lab wants to merge 1 commit into
mainfrom
codex/perform-dod-audit-for-cpm-pr0105

Conversation

@badjoke-lab

Copy link
Copy Markdown
Owner

Motivation

  • Provide a DoD-style re-audit for PR01–05 (+PR-03a) that exercises both static (code) and local runtime checks and records evidence when main sync cannot be completed.
  • Capture repository HEAD and the failure of main synchronization so the audit is reproducible and the limitation is explicit.

Description

  • Add a new audit report at docs/audits/pr01-05-dod-audit-v3.md that includes the recorded git rev-parse HEAD, the attempted main-sync command outputs (and failure evidence), and a checklist of checks and outcomes.
  • Document static code findings (link generation/encoding, canonical URL usage, 404 handling, and submit validation logic) with file:line pointers.
  • Include local runtime verification steps (build, dev, HTTP checks) and enumerate NG items with repro steps, likely causes (file:line) and proposed fixes.

Testing

  • Ran npm ci which completed successfully and installed dependencies.
  • Ran npm run lint and npm run build, both succeeded but produced existing warnings; static generation completed.
  • Started the dev server (npm run dev) and performed HTTP checks with curl, which showed /, /accepts/BTC, and /city/tokyo returned 200 while multiple /place/<encoded-id> requests returned 404 (reproduced).
  • Attempted Playwright-based submit E2E tests and automated browser scripts, which did not fully complete due to test-spec regex issues / timeouts; the failures and locations are recorded in the audit for follow-up.

Codex Task

@vercel

vercel Bot commented Mar 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cryptopaymap-v2 Ready Ready Preview, Comment Mar 5, 2026 1:09pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant