feat(governance): refresh AI agent market radar
Some checks failed
Code Review / ai-code-review (push) Successful in 15s
CD Pipeline / tests (push) Successful in 1m42s
CD Pipeline / build-and-deploy (push) Successful in 3m58s
CD Pipeline / post-deploy-checks (push) Has been cancelled
Ansible / Reboot Recovery Contract / validate (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-26 11:54:35 +08:00
parent 81f763bebd
commit 889b7b4229
29 changed files with 5096 additions and 131 deletions

View File

@@ -1134,7 +1134,17 @@ export interface AiTechnologyRadarReadback {
changed_count: number
representative_technologies: string[]
}>
high_priority_review_queue: Array<Record<string, unknown>>
high_priority_review_queue: Array<{
technology_id: string
display_name: string
technology_area: string
evaluation_priority: string
gate_status: string
next_gate: string
requires_cost_approval: boolean
requires_dependency_approval: boolean
requires_security_review: boolean
}>
professional_agent_roles: Array<{
agent: string
professional_role: string
@@ -1148,6 +1158,12 @@ export interface AiTechnologyRadarReadback {
output: string
gate: string
}>
primary_source_alignment: Array<{
practice: string
source: string
awoooi_gate: string
agent_assignment: string
}>
integration_candidates: Array<{
technology_id: string
display_name: string