loading…
Search for a command to run...
loading…
Adversarial test generation for AI coding sessions. Detects language and framework; writes tests; runs them; classifies failures via R12 (realbug / environment
Adversarial test generation for AI coding sessions. Detects language and framework; writes tests; runs them; classifies failures via R12 (realbug / environment / testbug). Ships 8 adversarial scenario categories. Works in Cline directly and in 8+ editors via Cline host coverage. 162 plugin tests. MIT.
License: MIT Tests Version MCP Editors
You build. Claude builds. tailtest makes sure it works -- across 8+ editors at once.
tailtest-cline is the open-source AI software testing layer for Cline, the autonomous coding agent that runs across 8+ editors (VS Code, Cursor, JetBrains IDEs, Antigravity, Zed, Neovim, VSCodium, Windsurf, plus the Cline CLI). MCP-driven test generation: every time Cline edits a file, tailtest's MCP server picks up the change, generates production-shaped scenarios via the R1-R15 rule layer, runs them, and returns structured failure data to Cline. Adversarial mode (R15) included from day one.
Open source (MIT), no telemetry, no SaaS account. Same R1-R15 rule layer + adversarial mode as the Claude Code, Cursor, and Codex CLI variants -- 1,234 plugin tests total across the four hosts.
Read more on tailtest.com · Platform overview · Agent-edit testing deep dive · Cline docs
Cline reach: VS Code, Cursor, JetBrains IDEs, Antigravity, Zed, Neovim, VSCodium, Windsurf, plus the Cline CLI. One plugin, eight-plus editors.
Cline does not have hooks (Claude Code's PostToolUse, Cursor's afterFileEdit, Codex's Stop). Instead, tailtest-cline uses three Cline-native primitives:
.clinerules/ carries the rule layer (R1-R14 + R15 adversarial mode)tailtest-mcp server (this repo) provides structured tools for the agent: tailtest_setup, tailtest_scenario_plan, tailtest_classify_failures, tailtest_pick_template, tailtest_pingtailtestContext.md) holds the per-project profile across Cline sessionsThe deterministic policy (depth tiers, R15 adversarial counts, framework templates, file paths) lives in MCP server code rather than rule text. The agent calls the tools when it needs scaffolding rather than relying on rule recall over long sessions.
Three install paths:
Open Cline's Extensions panel inside your IDE. Search tailtest. Click install. Cline clones, installs deps, registers the server in cline_mcp_settings.json automatically.
Paste https://github.com/avansaber/tailtest-cline into Cline's MCP server install dialog. Cline does the same clone + install + register flow.
cline_mcp_settings.json edit{
"mcpServers": {
"tailtest": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "/path/to/tailtest-cline/mcp_server",
"alwaysAllow": [
"tailtest_ping",
"tailtest_scenario_plan",
"tailtest_classify_failures",
"tailtest_pick_template"
]
}
}
}
After install, type in Cline chat: "set up tailtest in this project".
Cline calls tailtest_setup. The tool detects language / framework / runner, writes .clinerules/, writes .clinerules/workflows/, seeds memory-bank/tailtestContext.md, and initialises .tailtest/config.json + .tailtest/session.json. Idempotent: existing files preserved.
Important: Cline does not auto-reload .clinerules mid-conversation. Start a new conversation (or reload the window) to activate.
You invoke the test cycle explicitly:
/tailtest-test <file> -- run the cycle on a specific file/tailtest hunt <file> -- one-shot adversarial pass on a specific fileEach step (file write, terminal command, MCP call) prompts for approval. Safer default for first-time users.
Enable Cline auto-approve for: Edit files (workspace), Execute safe commands, Use MCP servers. Then run /tailtest-mode auto and reload. After every edit, tailtest fires the test cycle automatically.
Cline's Plan / Act toggle maps to tailtest's SCENARIO PLAN convention: Plan mode produces the SCENARIO PLAN (read-only); review and amend; Act mode writes the test file, runs it, and applies R12 classification. Recommended for high-stakes files.
.tailtest/config.json:
{
"depth": "standard",
"mode": "manual"
}
Depth options:
simple -- 2-3 happy-path scenariosstandard -- 5-8 scenarios including 2+ adversarial probes (default)thorough -- 10-15 scenarios including 4+ adversarial probesadversarial -- 8-12 scenarios biased toward breakageSee tailtest.com/docs/config for all options and tailtest.com/docs/adversarial for adversarial mode details.
Same R1-R15 rule layer, same adversarial test mode, different host integration. This repo is the Cline variant.
See tailtest.com/demo/cline for a live walkthrough of this variant, or tailtest.com/comparison for a feature matrix across all four.
MIT.
Выполни в терминале:
claude mcp add avansaber-tailtest-cline -- npx Да, avansaber/tailtest-cline MCP бесплатный — установка в один клик через Unyly без оплаты.
Нет, avansaber/tailtest-cline работает без API-ключей и переменных окружения.
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Открой avansaber/tailtest-cline на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai