guardy 0.2.4

Fast, secure git hooks in Rust with secret scanning and protected file synchronization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Moon configuration for guardy CLI
# Fast, secure git hooks with secret scanning and conventional commits
# Rust binary crate - Uses: tag-rust for Rust project tasks

type: "application"
language: "rust"
platform: "system"
stack: "backend"

# Inherit all Rust tasks from rust tag
# Provides: format, lint, build, test, security-audit, coverage, publish, etc.
tags: ["rust"]