Roy229's picture
init: add evaluation shortlist
adb7db6 verified
Raw
History Blame Contribute Delete
1.17 kB
{
"evaluation_title": "Backend Runtime Adoption Review",
"shortlist_date": "2026-08-17",
"technologies": [
{
"name": "Python",
"category": "backend runtime"
},
{
"name": "Node.js",
"category": "backend runtime"
},
{
"name": "Go",
"category": "backend runtime"
}
],
"adoption_policy": {
"description": "Classify each runtime by how recent the release date of its latest stable version is, relative to today (the date you run the analysis).",
"rules": [
{
"status": "ADOPT",
"condition": "release date is within the last 6 months (today - 6 months <= release date)"
},
{
"status": "EVALUATE",
"condition": "release date is between 6 and 18 months ago (today - 18 months <= release date < today - 6 months)"
},
{
"status": "WATCH",
"condition": "release date is more than 18 months ago (release date < today - 18 months)"
}
],
"primary_recommendation_rule": "Recommend the runtime whose latest stable release date is the most recent.",
"months": {
"adopt": 6,
"evaluate": 18
}
}
}