cocottetech/@platform/codebase/@features/people-service
Natalie 1fe5f81a71 feat(people-service): standalone identity service on its own DB
New cocottetech platform service (NestJS, port 3061) that owns the canonical
people/identities/relationships/signals model in its OWN database (black:25461),
not the shared platform.db — per the per-service-DB directive. Ported from
lilith's entities/people, dropping the lilith-specific clients/contacts bridges
and quinn_my ownership. Internal /internal/people/* API (upsert-identity,
signals, get, by-identity, summary) behind a service-token guard; health is
public. Consumed over HTTP by prospector and other apps. tsc clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 20:10:02 -04:00
..
migrations feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00
src feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00
.env.example feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00
nest-cli.json feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00
package.json feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00
tsconfig.json feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00
vitest.config.ts feat(people-service): standalone identity service on its own DB 2026-06-28 20:10:02 -04:00