create-next-app's .gitignore matches .env*, which takes the example with it.
The file documenting every variable the app needs was the one file in the
pattern that has to be tracked.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Split out of the single Ampelos repository. Next.js app, Drizzle schema and
migrations, brand art, planning notes.
What left: scripts/, which was the agent's job library misfiled under web/ and
imported nothing from src/; and deploy/truenas, whose broadcast posts to the
scan listener on :3427 -- an agent script -- so it belongs beside the thing it
talks to.
This repository keeps the schema. The agent speaks raw SQL against the same
tables and holds no copy of it, so a rename here can break it silently where it
used to be one commit. The README says so, and the agent carries a snapshot to
check against.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>