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

22
data/reading.json Normal file
View File

@ -0,0 +1,22 @@
[
{
"id": 1,
"title": "The Art of Doing Science and Engineering",
"url": null,
"type": "book",
"tags": [],
"added": "2026-01-30T23:45:14.470706",
"status": "unread",
"notes": null
},
{
"id": 2,
"title": "Attention Is All You Need",
"url": null,
"type": "paper",
"tags": [],
"added": "2026-01-30T23:45:14.495258",
"status": "unread",
"notes": null
}
]