File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,6 +116,24 @@ python -m pip install -e .
116116python -m pytest -q
117117```
118118
119+ ## Proof Assets
120+
121+ What you can verify in the repository:
122+
123+ - dashboard proof: [ ` output/playwright/screen-01-dashboard.png ` ] ( output/playwright/screen-01-dashboard.png )
124+ - health proof with PostgreSQL and Redis: [ ` output/playwright/screen-02-health-proof.png ` ] ( output/playwright/screen-02-health-proof.png )
125+ - approval and incident flow proof: [ ` output/playwright/screen-03-ops-proof.png ` ] ( output/playwright/screen-03-ops-proof.png )
126+ - product framing: [ ` output/playwright/screen-04-product-proof.png ` ] ( output/playwright/screen-04-product-proof.png )
127+ - architecture notes: [ ` docs/ARCHITECTURE.md ` ] ( docs/ARCHITECTURE.md )
128+ - case study: [ ` docs/CASE_STUDY.md ` ] ( docs/CASE_STUDY.md )
129+
130+ ## Verified Paths
131+
132+ - safe run -> approved
133+ - risky run -> awaiting approval -> approved by admin
134+ - restricted MCP target -> blocked -> incident created
135+ - Docker demo verified against PostgreSQL-backed history and Redis-backed runtime state
136+
119137## Architecture
120138
121139- runtime API: [ main.py] ( /C:/Users/syfsy/projekty/agent-runtime-control-tower/src/agent_runtime_control_tower/main.py )
You can’t perform that action at this time.
0 commit comments