Rigour

Manage project quality gates and diagnostics with automated checks and actionable resolution steps.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Rigour Check: Run quality gate checks on the project. Matches the CLI 'check' command.
  • Rigour Explain: Explain the last quality gate failures with actionable bullets. Matches the CLI 'explain' command.
  • Rigour Status: Quick PASS/FAIL check with JSON-friendly output for polling current project state.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Manage project quality gates and diagnostics with automated checks and actionable resolution steps. Tracks operation failures and provides detailed fix packets for rapid debugging. Persists project-specific instructions and preferences across sessions to maintain a consistent development context.

Список инструментов сервера (9)

Технические названия из tools/list. Нужны только разработчикам.

rigour_checkRun quality gate checks on the project. Matches the CLI 'check' command.
rigour_explainExplain the last quality gate failures with actionable bullets. Matches the CLI 'explain' command.
rigour_statusQuick PASS/FAIL check with JSON-friendly output for polling current project state.
rigour_get_fix_packetRetrieves a prioritized 'Fix Packet' (v2 schema) containing detailed machine-readable diagnostic data.
rigour_record_failureRecord an operation failure to track retry loops and prompt for documentation consult.
rigour_clear_failureClear failure history for a category after a successful operation or manual fix.
rigour_rememberStore a persistent instruction or context that the AI should remember across sessions. Use this to persist user preferences, project conventions, or critical instructions that the agent should always follow.
rigour_recallRetrieve stored instructions or context. Call this at the start of each session to restore memory. Returns all stored memories if no key specified.
rigour_forgetRemove a stored memory by key.