Add automation status surface
This commit is contained in:
parent
3f85274916
commit
ffe10f098e
20 changed files with 1732 additions and 11 deletions
|
|
@ -95,7 +95,8 @@ data:
|
|||
(strategic_value + time_criticality + risk_reduction +
|
||||
opportunity_enablement) / job_size. Use integer factor values from 1 to 5,
|
||||
round score to one decimal place, sort recommendations by rank, and return at
|
||||
most 10 recommendations.
|
||||
most 7 recommendations. If uncertain, emit fewer well-formed
|
||||
recommendations rather than more.
|
||||
|
||||
Curated digest:
|
||||
{context.daily_triage_digest}
|
||||
|
|
@ -432,7 +433,7 @@ data:
|
|||
"recommendations": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"maxItems": 10,
|
||||
"maxItems": 7,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["rank", "candidate", "action", "why", "confidence", "wsjf"],
|
||||
|
|
@ -441,7 +442,7 @@ data:
|
|||
"rank": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 10
|
||||
"maximum": 7
|
||||
},
|
||||
"candidate": {
|
||||
"type": "string"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue