You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: describe the reference schema structurally, without naming it
The relation-generation notes and one test comment identified the production
database, its schema and five of its table/column names. None of that is needed:
the generation rules are derived from structural shapes and their counts, which
are what the documents actually reason about.
Replaces the identifying detail with neutral equivalents - the join-table examples
keep their shape (two columns, each a single-column foreign key to a distinct
table, composite primary key over exactly those two) under generic names.
Also refreshes the status section, which still said the inverse and through
relations were never generated, and points at CompositeForeignKey for the
composite foreign keys it lists as unrepresentable.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TVec3YeQg2FZnToiPQwcQH
0 commit comments