Files
project-manager/docs/README.md
T
aneurinandClaude Sonnet 5 5c8f2dbf07 Un-hard-wrap all Markdown documentation
Every prose paragraph and list item was manually wrapped at ~80-100
columns; joined each back into a single line. Headings, table rows,
and fenced code blocks are untouched -- tables already had one row per
line, and wrapping inside a code fence is the code's own formatting,
not something this applies to.

Also fixed two pre-existing typos this surfaced (both from wrapping
without leaving the space that was actually intended): a missing space
in "{ challenge_id, options }" and a stray "+ TypeScript" that had
accidentally been written as if it were a new line, in web/README.md
and README.md respectively.

Code comments are explicitly out of scope for this -- left exactly as
they were.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-05 02:29:08 +01:00

711 B

Documentation

Technical documentation for the PHP Project Manager. Start with the root README if you just want to run the app.

  • API reference — every REST endpoint: auth (magic links, passkeys), projects, cards, statuses, error shapes, and a curl walkthrough.
  • Architecture — backend layout and how the pieces fit together. Frontend architecture lives in web/README.md instead, since it's a large enough topic on its own.
  • Setup & configuration — running without Docker, every environment variable, and the test suite.
  • Development history — a stage-by-stage log of how the app got here.