generated from coulomb/repo-seed
Add automation status surface
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user