Skip to main content

Module commands

Module commands 

Source
Expand description

CLI command implementations. CLI commands for the ResQ tool.

§Commands

  • [audit] - Dependency + supply-chain audit
  • [commit] - AI-powered commit message generation
  • [copyright] - Check/update copyright headers
  • [dev] - Repo development utilities
  • [docs] - Documentation export + publication
  • [explore] - TUI explorers (launchers)
  • [hooks] - Canonical git-hook lifecycle
  • [pre_commit] - Unified pre-commit checks
  • [secrets] - Secret scanning
  • [version] - Version + changeset management

Modules§

audit
Blockchain event auditing. Blockchain audit command.
commit
AI-powered commit message generation. AI-powered commit message generation from staged diffs.
completions
Shell-completion emitter (resq completions <shell>). Shell-completion emitter.
copyright
Copyright header management. Copyright header command.
dev
Development server management. ResQ Dev commands — Repository and development utilities.
docs
Documentation management and publication.
explore
Service exploration and operations. ResQ Explore commands — Unified TUI launcher.
format
Polyglot source formatting (Rust, TS, Python, C++, C#). resq format — polyglot formatter with a shared implementation that powers both the standalone command and the pre-commit format steps.
hook_templates
Canonical git-hook templates embedded for scaffolding and drift detection. Canonical git-hook templates embedded via include_str!.
hooks
Hooks lifecycle (resq hooks install/scaffold-local/doctor/update/status). resq hooks — visibility and maintenance for installed git hooks.
pre_commit
Pre-commit hook logic. Unified pre-commit hook logic with an optimized ratatui TUI.
secrets
Secret management. Secret scanning command for detecting hardcoded credentials.
version
Version management and changesets. Version management command - Polyglot Changeset Implementation.