Add decision journal, metrics, ideas, weather, standup - decide.py: Decision journal with outcomes and lessons - metrics.py: Track arbitrary metrics over time - ideas.py: Idea incubator with stages - weather.py: Quick weather via wttr.in - standup.py: Daily standup generator - 27 tools total now

This commit is contained in:
2026-01-30 23:55:37 -06:00
parent 9b7d7db55c
commit 3c9dc28852
12 changed files with 957 additions and 6 deletions

32
data/ideas.json Normal file
View File

@ -0,0 +1,32 @@
[
{
"id": 1,
"title": "Voice memo transcription tool",
"description": null,
"tags": [],
"stage": "seed",
"notes": [],
"created": "2026-01-30T23:54:38.665336",
"updated": "2026-01-30T23:54:38.665342"
},
{
"id": 2,
"title": "Automatic workspace sync between machines",
"description": null,
"tags": [],
"stage": "seed",
"notes": [],
"created": "2026-01-30T23:54:38.691565",
"updated": "2026-01-30T23:54:38.691571"
},
{
"id": 3,
"title": "AI-powered daily briefing with news summarization",
"description": null,
"tags": [],
"stage": "seed",
"notes": [],
"created": "2026-01-30T23:54:38.718059",
"updated": "2026-01-30T23:54:38.718065"
}
]