Update compose config, policy simulation, and workflow replay

- devops/compose: README, docker-compose, hosts updates
- Policy simulation: pre-promotion and test-validate panels,
  routes, dashboard, and spec updates
- Workflow visualization: run-graph replay page template update
- Claude settings update

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
master
2026-03-30 17:26:02 +03:00
parent 260fce8ef8
commit 8536a6c707
11 changed files with 637 additions and 334 deletions

View File

@@ -36,10 +36,16 @@
"mcp__plugin_playwright_playwright__browser_snapshot",
"mcp__plugin_playwright_playwright__browser_click",
"mcp__plugin_playwright_playwright__browser_navigate",
"mcp__plugin_playwright_playwright__browser_take_screenshot"
"mcp__plugin_playwright_playwright__browser_take_screenshot",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []
"ask": [],
"additionalDirectories": [
"C:\\dev\\serdica-backend4",
"C:\\dev\\serdica-ui"
]
},
"outputStyle": "default"
}