feat: migrate to skills-based approach
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
ContactDB is the people directory. It stores contacts, their platform identities, relationships, notes, and links. Every person across all data sources resolves to a single ContactDB `contact_id`.
|
||||
|
||||
**Base URL:** `http://localhost:42000/contactdb-api` (via Caddy) or `http://localhost:42800` (direct)
|
||||
**Base URL:** `http://localhost:42000/contactdb-api/` (direct) or `http://caddy/contactdb-api/` (via greywall sandbox)
|
||||
|
||||
## Core Entities
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
DataIndex aggregates data from all connected sources (email, calendar, Zulip, meetings, documents) into a unified query interface. Every piece of data is an **entity** with a common base structure plus type-specific fields.
|
||||
|
||||
**Base URL:** `http://localhost:42000/dataindex/api/v1` (via Caddy) or `http://localhost:42180/api/v1` (direct)
|
||||
**Base URL:** `http://localhost:42000/dataindex/api/v1/` (direct) or `http://caddy/dataindex/api/v1/` (via greywall sandbox)
|
||||
|
||||
## Entity Types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user