hookwise 1.0.6

Intelligent permission gating for AI coding assistants
Documentation
# Build artifacts
/target/
debug/
release/

# hookwise local artifacts (derived, not shared)
.hookwise/.index/
.hookwise/.user/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Rust
**/*.rs.bk

# fastembed model cache
.fastembed_cache/

# fork-join cache
.fork-join/


# Node (semantic-release tooling)
node_modules/

# Added by cargo

/target