Add goals, reading list, and people CRM - goals.py: Goal tracking with milestones and progress - reading.py: Reading list tracker (articles, books, papers) - people.py: Personal CRM for keeping notes on people - 21 tools total now

This commit is contained in:
2026-01-30 23:46:35 -06:00
parent 3b053ce71c
commit 7925efe4f1
7 changed files with 569 additions and 0 deletions

15
data/people.json Normal file
View File

@ -0,0 +1,15 @@
{
"d_j": {
"name": "D J",
"context": "My human, built this workspace together",
"added": "2026-01-30T23:45:35.014343",
"notes": [
{
"text": "Late night building session, very productive",
"date": "2026-01-30T23:46:25.644083"
}
],
"tags": [],
"last_contact": "2026-01-30T23:46:25.644093"
}
}