bump version to 0.1.1, add version bump rule to agents.md

This commit is contained in:
2026-03-04 21:26:18 +00:00
parent 71ff667963
commit c6695aef29
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -42,3 +42,4 @@ sigil unlink ~/.config/wezterm/wezterm.lua
## Development
- When modifying this repo, rebuild and install the binary: `go build -o ~/.local/bin/sigil .`
- Bump the version constant in `main.go` for every change (follow semver: bugfix = patch, feature = minor, breaking = major)