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:
22
data/reading.json
Normal file
22
data/reading.json
Normal 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user