@echo " make generate-agents-index - Generate AGENTS.md index for AI agents"
@echo ""
# Increase rustc stack size to prevent SIGSEGV during compilation
export RUST_MIN_STACK:=16777216
# Building
build:
cargo build
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.