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 para a instalação

Informações da origem

Repositório
FTShare-Lab/agent-claim-network
Última atividade na origem
31 de julho de 2026 às 04:40
Idioma detectado do SKILL.md
inglês
Estrelas
41
Forks
6

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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 no GitHub