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

35
data/metrics.json Normal file
View File

@ -0,0 +1,35 @@
{
"metrics": {
"tools_built": {
"name": "tools_built",
"unit": "",
"description": "Number of tools built",
"entries": [
{
"value": 22.0,
"timestamp": "2026-01-30T23:54:10.295568",
"note": "First day"
},
{
"value": 27.0,
"timestamp": "2026-01-30T23:55:32.463773",
"note": "After midnight push"
}
],
"created": "2026-01-30T23:54:10.266015"
},
"commits": {
"name": "commits",
"unit": "",
"description": "Git commits",
"entries": [
{
"value": 14.0,
"timestamp": "2026-01-30T23:54:10.354713",
"note": "First day"
}
],
"created": "2026-01-30T23:54:10.325021"
}
}
}