tidaldb/applications/iknowyou
jx12n ad4134e280 chore: doc consolidation, seven-dimension review fixes, and commit hooks
- Eliminate the tidal/ self-contained doc mirror; docs now have two canonical
  homes (root *.md and docs/), with planning/specs/research/reviews moved up
- Remove stale .agents/skills and .ai mirrors; canonicalize skills under .claude/
- Add pre-commit hook + scripts/check-docs.sh doc-guard + scripts/install-hooks.sh
- Implement M0-M10 seven-dimension review findings across engine, net, server,
  and tidalctl (durability, replication, query, WAL, storage, CLI hardening)
2026-06-08 22:46:28 -06:00
..
app fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
components feat(iknowyou): add SSH tunnel script, Synap space header, and hydration fix 2026-02-26 11:18:34 -05:00
engine fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
lib feat(iknowyou): add SSH tunnel script, Synap space header, and hydration fix 2026-02-26 11:18:34 -05:00
.eslintrc.json refactor: extract shared SSE parser and add eslint to iknowyou 2026-02-25 16:51:48 -07:00
.gitignore feat: add iknowyou app + complete M8 replication extensions + Aeries agents/skills 2026-02-24 21:09:11 -07:00
architecture.md chore: doc consolidation, seven-dimension review fixes, and commit hooks 2026-06-08 22:46:28 -06:00
devsetup.md fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
dump-briefs.mjs fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
next-env.d.ts feat: add iknowyou app + complete M8 replication extensions + Aeries agents/skills 2026-02-24 21:09:11 -07:00
next.config.ts refactor: extract shared SSE parser and add eslint to iknowyou 2026-02-25 16:51:48 -07:00
package-lock.json refactor: extract shared SSE parser and add eslint to iknowyou 2026-02-25 16:51:48 -07:00
package.json feat(iknowyou): add SSH tunnel script, Synap space header, and hydration fix 2026-02-26 11:18:34 -05:00
postcss.config.mjs feat: add iknowyou app + complete M8 replication extensions + Aeries agents/skills 2026-02-24 21:09:11 -07:00
README.md chore: doc consolidation, seven-dimension review fixes, and commit hooks 2026-06-08 22:46:28 -06:00
ROADMAP.md fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
test-briefs.mjs fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
test-briefs.sh fix: heal_region re-delivers missed WAL batches so partitioned followers converge immediately after heal 2026-02-25 11:57:01 -07:00
tsconfig.json feat: add iknowyou app + complete M8 replication extensions + Aeries agents/skills 2026-02-24 21:09:11 -07:00
tsconfig.tsbuildinfo refactor: extract shared SSE parser and add eslint to iknowyou 2026-02-25 16:51:48 -07:00
tunnel.sh feat(iknowyou): add SSH tunnel script, Synap space header, and hydration fix 2026-02-26 11:18:34 -05:00
vision.md chore: doc consolidation, seven-dimension review fixes, and commit hooks 2026-06-08 22:46:28 -06:00

iknowyou

Communication personalization as a signal-processing problem. iknowyou wraps tidalDB's signal ledger, preference vectors, and windowed aggregation with an observation pipeline (LM-as-classifier), a briefing engine (query-to-profile), and a generation interface (brief-to-prompt) — so a system can learn how each person prefers to be communicated with and adapt continuously, without a training loop or feature store.

Design vs shipped. The vision/architecture docs describe the target tidalDB-native design; what runs today is a Next.js + vLLM implementation. See the roadmap and dev setup for current state.

Docs

Doc What it covers
vision.md The problem and the product thesis (target design)
architecture.md Domain model, pipelines, components (target design)
ROADMAP.md Milestones and current build status
devsetup.md Running the engine + Next.js app locally
engine/README.md The personalization engine service

Part of the tidalDB workspace's applications/ example consumers — see the repository root for the database itself.