bart — ~/work/trackpost
$ syns push ./kb
  bartsoj/trackpost-kb  v1  11 files

$ syns collaborators add thomas --role write
  thomas  write
thomas — ~/src/trackpost
 what do we know about this project?

  Only the code. There is source under src/, three
  migrations, and a README covering install and tests.
  Nothing states what any of it is for.

 /syns-init bartsoj/trackpost-kb

  bartsoj/trackpost-kb  11 files
  DOMAIN.md → DATA.md → INTERFACES.md

 why is there no foreign key on events.site_id?

  read kb/decisions/D-020-events-site-fk.md

  Deliberate. The ingest path sustains ~10³ rps and the
  constraint check costs ~0.5 ms per insert — about 5% of the
  per-request budget. Orphan rows are swept by the worker
  instead.

  1 file read · 1 tool call · 4s