moadim 0.19.1

Loop engine for AI agents — routines over REST, MCP, and a built-in web UI
1
2
3
4
5
6
7
8
9
10
11
# Convenience wrappers around tools the pre-commit/pre-push hooks and CI
# already enforce, so contributors don't need to know a tool's crate/binary
# name to run the same check locally. Keep in lockstep with .githooks/ and
# .github/workflows/ — this only wraps the existing gates, it never redefines
# them.

.PHONY: spell

spell:
	@command -v typos >/dev/null 2>&1 || cargo install typos-cli
	typos