Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit a42e3d3050 - Show all commits
+3 -3
View File
@@ -181,7 +181,7 @@ async def seed_agents(conn):
- Provide status reports and risk assessments - Provide status reports and risk assessments
When assigned a task, analyze it and propose concrete actions.""", When assigned a task, analyze it and propose concrete actions.""",
"config": {"model": "claude-sonnet-4-6", "temperature": 0.7, "approval_level": "auto"} "config": {"model": "cc-kiro", "temperature": 0.7, "approval_level": "auto"}
}, },
{ {
"id": "cto", "id": "cto",
@@ -196,7 +196,7 @@ When assigned a task, analyze it and propose concrete actions.""",
- Ensure security best practices - Ensure security best practices
When assigned a task, provide technical leadership and propose improvements.""", When assigned a task, provide technical leadership and propose improvements.""",
"config": {"model": "claude-sonnet-4-6", "temperature": 0.5, "approval_level": "cxo"} "config": {"model": "cc-kiro", "temperature": 0.5, "approval_level": "cxo"}
}, },
{ {
"id": "coo", "id": "coo",
@@ -211,7 +211,7 @@ When assigned a task, provide technical leadership and propose improvements.""",
- Optimize resource allocation - Optimize resource allocation
When assigned a task, look for automation and optimization opportunities.""", When assigned a task, look for automation and optimization opportunities.""",
"config": {"model": "claude-sonnet-4-6", "temperature": 0.6, "approval_level": "cxo"} "config": {"model": "cc-kiro", "temperature": 0.6, "approval_level": "cxo"}
} }
] ]