bd95a05c30
The README's production template does not hand-write its columns; it derives them with LIKE from the seed table, and the prose right above it says so. Telling an executor to add a column there would have made Postgres reject a duplicate, turned TestProductionTemplate red, and broken deployment for anyone following it. The claim came from another task's report and went into the plan without opening the README. A finding relayed across tasks is a lead to verify, not a fact. What replaces it is a shape assertion — the template must derive via LIKE and must not inline any column name — which pins the real risk of someone copying columns in later. Also adds the Gitea wiki sync the plan had missed: docs-convention makes a version bump commit illegal on its own.