# Work Log
Small notes about work done in this repository.
- `2026-04-13` [Implementing "append" and changes in "-a"](2026-04-13-implementing-append.md): why append led to `stash cat -a ...` and why `ls -a` had to change to keep the `-a` syntax consistent.
- `2026-04-13` [I started the day with a 1.5M binary, ended with 800K.](2026-04-13-size-reduction.md): splitting completions out of the main binary, trimming Clap, and removing some small runtime costs.