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

14
data/decisions.json Normal file
View File

@ -0,0 +1,14 @@
[
{
"id": 1,
"title": "Build the sandbox as a daily driver",
"context": null,
"options_considered": [],
"reasoning": "Fresh environment, can customize fully, D J wants autonomous assistant",
"decided": "2026-01-30T23:53:41.544665",
"outcome": "Built 22 tools, 2 projects, full workspace in one night",
"outcome_date": "2026-01-30T23:53:41.595958",
"lessons": null,
"status": "good"
}
]