Agentic Development and Tooling
Using AI to tackle annoyances I'd normally tolerate.
Motivation
At work I have my Obsidian daily note set up with a base to keep track of what tickets I’ve been working on. I initially tried filtering the notes using the Modified metadata property, but if I work on a ticket on two consecutive days, then modification to the note on the second day would update this property and thus remove it from the view of the first day.
After messing around with Agentic coding tools like Claude Code and Codex, I realised that this is a problem that I could totally solve with minimal time investment on my part. I’ve published the code for this plugin here, which you’ll need to install as a local plugin - installation instructions.