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