Commit Graph
2 Commits
Author SHA1 Message Date
Guo Cheng 44aa844a85 Contributors table: keep every row at seven cells (#2938)
The last row carries eight <td> elements while all fifty-three others carry
seven. Each cell is fixed at width="14.28%" (one seventh), so eight of them
overflow the table: the final avatar renders narrower than the rest and sits
past the edge, reachable only by scrolling horizontally.

Moving that one cell onto its own row restores the invariant. Verified by
counting cells per row before and after: the distribution goes from {7, 8} to
{7, 1}, the 1 being the new trailing row that the next contributor fills.
2026-09-07 12:24:47 +10:00
Guo Cheng 32f32c9809 Add agent: research harness engineer (#2854)
* Add research experiment discipline instructions

* Convert to a custom agent per review feedback

* Drop accidental generator churn from README.agents.md
2026-08-31 12:31:26 +10:00