diskr 0.1.51

Lightweight terminal file explorer and disk/storage manager for macOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# diskr

The full agent protocol — documentation rules, issue tracking, validation, and
release process — lives in AGENTS.md and is imported below. It overrides any
conflicting global convention (e.g. releases here go directly on `main`).

When Milo asks for an issue fix or a change, ship it: after validating and
documenting, push to `main` and push a version tag so the automated workflow
publishes to GitHub Releases and crates.io (details in the release process
below). A local commit is not a finished task.

This applies equally to ad-hoc requests that are not in the tracker ("make
[x] faster", "change this UI element"): give the request an issue ID in
docs/ISSUES.md first, then follow the identical document → implement →
validate → changelog → release workflow as for a listed issue.

@AGENTS.md