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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user