/projects/runbookguard
Runbook Guard
運用自動化Runbookの安全レイヤー
/projects/runbookguard
運用自動化Runbookの安全レイヤー
Runbook Guard は、運用自動化Runbookの安全レイヤー を有用で統制され説明可能なプロダクトシステムへ変える課題を扱います。
Runbook Guard は、明示的な境界、検査可能なワークフロー、見える提供スタック(Python、FastAPI、Typer、Pydantic など)を中心に整理されています。
難しい点は、自律性、データ、ツール、ユーザー体験をそろえながら、運用リスクや証拠を隠さないことです。
特徴は、アーキテクチャをプロダクト表面として扱うことです。機能は責任、証拠経路、提供境界として説明されます。
Runbook Guard は、プロダクトアーキテクチャ、エージェントシステム、データ境界、制御、提供規律にまたがる応用エンジニアリング判断を示します。
Runbook Guard は 運用自動化Runbookの安全レイヤー のケーススタディです。運用自動化Runbookの安全レイヤー 深さは、境界、証拠、ワークフロー、提供判断を読める形にする点にあります。
Runbook Guard は明確な責任で整理され、ユーザー、ツール、データ、ランタイム操作が一つの不透明なモデル呼び出しに潰れないようにしています。
計画、ツール利用、状態、結果表示を分け、運用者が何が起きたのか、なぜ起きたのかを追えるようにします。
証拠、ログ、成果物、レビュー経路を、任意の実装メモではなくプロダクトの一部として扱います。
Python が実装ストーリーを支え、周辺スタックが永続化、インターフェイス、自動化、検証を担います。
技術的な理由: Keeps the control plane approachable for SRE and platform automation scripts.
技術的な理由: Provides typed HTTP endpoints for plan, status, execute, health, and readiness.
技術的な理由: Gives operators a CLI that mirrors the API without duplicating command parsing.
技術的な理由: Makes runbook requests, plans, receipts, approvals, and audit bundles explicit contracts.
技術的な理由: Stores workflow state locally with almost no operational overhead.
技術的な理由: Packages the guardrail service for repeatable local and deployment checks.
技術的な理由: Keeps Python dependency resolution and command startup fast for operator workflows.
実装済みツール: Accepts plan, execute, status, health, and readiness calls.
実装済みツール: Runs validate, plan, execute, audit-list, and audit-show from the terminal.
実装済みツール: Rejects malformed requests before they enter the state machine.
実装済みツール: Pulls read-only evidence before any write action can be planned.
実装済みツール: Applies allowlists, denylists, risk thresholds, and budget limits.
実装済みツール: Holds higher-risk plans until a named human approves them.
実装済みツール: Keep mutations behind a separate seam and emit receipts by default.
実装済みツール: Confirm the intended outcome before the run is marked verified.
実装済みツール: Seals request, evidence, plan, approvals, receipts, and verification into a reviewable record.