create-urateam 0.1.31 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-urateam",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "license": "BUSL-1.1",
5
5
  "type": "module",
6
6
  "bin": {
@@ -118,6 +118,9 @@ DASHBOARD_PASSWORD=
118
118
  # tickets etc. would otherwise pile up in Todo and the agent would skip them
119
119
  # every tick).
120
120
  # PM_AGENT_REQUIRE_PIPELINE_LABEL_FOR_PROMOTE=false
121
+ # BEC-184: age threshold (minutes) after which a status='running' pipeline run is
122
+ # treated as a zombie and eligible for stuck-issue recovery. Default 60 minutes.
123
+ # PM_AGENT_STUCK_RUN_AGE_MIN=60
121
124
 
122
125
  # ----------------------------------------------------------------------------
123
126
  # Release Manager Agent (BEC-135) — Pro tier feature.