Skip to main content

verify

Run ACN's full Rust verification — formatting, Clippy, tests, and type checking — plus the canonical tmux smoke test when interactive TUI behavior is affected.

Ir a la instalación

Datos de origen

Repositorio
FTShare-Lab/agent-claim-network
Última actividad en el origen
31 de julio de 2026 a las 04:40
Idioma detectado de SKILL.md
inglés
Estrellas
41
Forks
6

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
verify
description
Run ACN's full Rust verification — formatting, Clippy, tests, and type checking — plus the canonical tmux smoke test when interactive TUI behavior is affected.
# Verify ACN Run from the repository root. Load the local environment file when present, but never print its contents: ```bash if [[ -f export_env.sh ]]; then source export_env.sh fi scripts/check_version_consistency.sh cargo fmt --check cargo clippy -- -D warnings cargo test cargo check ``` Report each command's result. Stop and diagnose failures instead of skipping the remaining verification silently. When the change affects `src/session_tui/`, interactive behavior in `src/bin/acn.rs`, terminal rendering, input handling, or TUI-facing help/status text, also follow `../tui-smoke-test-with-tmux/SKILL.md` and run: ```bash .agents/skills/tui-smoke-test-with-tmux/scripts/tui_tmux_smoke.sh ``` Treat the bundled script's current assertions and captured `stderr.log` as authoritative; do not duplicate old prompt or footer strings in this skill.
Ver en GitHub