summaryrefslogtreecommitdiff
path: root/_selfcheck.lua
AgeCommit message (Collapse)Author
5 daysKeep Herdr working until all activity finishesHEADmaint
Track foreground turns and balanced background-work events independently so Herdr only reports idle after the primary and every background task settle.
5 daysKeep Herdr reports current across Panto sessionst
Use wall-clock-based report sequences so restarted processes supersede stale state, adopt the current message flag, restore idle state after replay, and release the agent report when a session ends.
2026-08-20Prepare the 0.1.0 release and fix the self-checkv0.1.0t
Add a LICENSE file, point source.url at code.tjp.lol with a v0.1.0 tag, set version 0.1.0-1, and add homepage and labels so the rock can be published to luarocks.org. The self-check hardcoded the rockspec filename, which the version bump broke; find it by glob instead so future releases cannot break it. It also only passes under plain lua: its panto and luv stubs go through package.preload, and the panto interpreter has both loaded already, so the stubs never take effect. The mise check task runs plain lua. Add mise tasks for cutting a version and publishing a release.
2026-08-18initial committ