25f62ce93bc193156fa00ed550eecf0cc01cc5c0
- RelationType enum (9 values), PersonRelationship entity with @ToString(exclude = "notes") and LAZY person FKs. - PersonRelationshipRepository with the network bulk fetch, the per-person subgraph fetch, and the existsBy check for the circular PARENT_OF guard. - Six DTO records: CreateRelationshipRequest, RelationshipDTO, PersonNodeDTO, NetworkDTO, InferredRelationshipDTO, InferredRelationshipWithPersonDTO. @Schema(REQUIRED) on every always-populated field so OpenAPI/TS codegen stays accurate. - Person entity gains familyMember, PersonSummaryDTO gains isFamilyMember, both PersonRepository projections select p.family_member. - Three new ErrorCodes: RELATIONSHIP_NOT_FOUND, CIRCULAR_RELATIONSHIP, DUPLICATE_RELATIONSHIP. Refs #358. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.3%
TypeScript
11.4%
Java
10.8%
Svelte
4.2%
Shell
0.1%