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.

跳到安装

来源信息

仓库
FTShare-Lab/agent-claim-network
最近来源活动
2026年7月31日 04:40
检测到的 SKILL.md 语言
英语
星标
41
分支
6

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看