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:
15
data/people.json
Normal file
15
data/people.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user