Comment by wredcoll
How about a list of existing database tables/columns so you don't need to repeat it each time?
How about a list of existing database tables/columns so you don't need to repeat it each time?
Claude code figures that out at startup every time. Never had issues with it.
You can save some precious context by having it somewhere without it having to figure it out from scratch every time.
I gave it a tool to execute to get that info if required, but it mostly doesn’t need to due to Kysely migration files and the database type definition being enough.