@Alex Brown I really appreciate taking time to thoroughly go through the project. here's my thinking; the note stores unstructured, long form text. For example a file named john-doe.md holds things like relocation details, family context, preferences, anything you'd naturally jot in a notebook. Note also holds AI written emails awaiting human review. The db stores structured, queryable data. Contacts, properties, deals, showings, tasks. Things like phone, email, status, price, due dates. Anything you'd want to filter, sort, or sum. Why i split it this way: the database answers fast, precise questions ("what's overdue"). The Markdown files hold the messy human detail an AI needs to draft a personal email, without forcing that detail into rigid columns/tables. I don't have a slug.md file, the slug is the naming pattern e.g Mr-may. here's how the database relate, maybe it will explain better than i did