vigilante status
Service
state: running
manager: systemd
service: vigilante.service
path: /home/zantez/.config/systemd/user/vigilante.service
installed: yes
running: yes
Sessions: 32 total
Stale sessions (10)
Issue #106 in aliengiraffe/vigilante: blocked, PR #138 OPEN, stage pr_maintenance
Issue #122 in aliengiraffe/vigilante: blocked, stage issue_execution
Issue #58 in teros-dev/platform: blocked, PR #62 OPEN, stage pr_maintenance
Issue #59 in teros-dev/platform: blocked, PR #63 OPEN, stage pr_maintenance
Issue #68 in teros-dev/platform: blocked, PR #69 OPEN, stage pr_maintenance
Issue #67 in teros-dev/platform: blocked, stage issue_execution
Issue #70 in teros-dev/platform: blocked, stage issue_execution
Issue #204 in aliengiraffe/vigilante: blocked, PR #205 OPEN, stage pr_maintenance
Issue #266 in aliengiraffe/vigilante: blocked, stage issue_execution
Issue #133 in teros-dev/platform: blocked, PR #134 OPEN, stage pr_maintenance
Completed / failed (22)
Issue #163 in aliengiraffe/vigilante: success
Issue #114 in teros-dev/platform: success, PR #116 MERGED
Issue #224 in aliengiraffe/vigilante: success, PR #225 MERGED
Issue #117 in teros-dev/platform: success, PR #118 OPEN
Issue #119 in teros-dev/platform: success, PR #122 MERGED
Issue #233 in aliengiraffe/vigilante: success, PR #235 MERGED
Issue #239 in aliengiraffe/vigilante: success, PR #240 MERGED
Issue #242 in aliengiraffe/vigilante: success, PR #243 MERGED
Issue #241 in aliengiraffe/vigilante: success, PR #245 MERGED
Issue #250 in aliengiraffe/vigilante: success, PR #253 MERGED
Issue #251 in aliengiraffe/vigilante: success, PR #254 MERGED
Issue #129 in teros-dev/platform: success, PR #130 MERGED
Issue #256 in aliengiraffe/vigilante: success, PR #259 OPEN
Issue #257 in aliengiraffe/vigilante: success, PR #261 OPEN
Issue #255 in aliengiraffe/vigilante: success, PR #260 OPEN
Issue #258 in aliengiraffe/vigilante: success, PR #265 OPEN
Issue #262 in aliengiraffe/vigilante: success, PR #267 MERGED
Issue #264 in aliengiraffe/vigilante: success, PR #268 MERGED
Issue #263 in aliengiraffe/vigilante: success, PR #269 MERGED
Issue #126 in teros-dev/platform: failed, PR #128 OPEN
Issue #247 in aliengiraffe/vigilante: failed
Issue #249 in aliengiraffe/vigilante: failed, PR #252 OPEN
GitHub rate limits
core: 46/60 remaining, resets in 41m56s
search: 10/10 remaining, resets in 59s
Summary
vigilante statusis still reporting stale sessions and completed/failed sessions for work that should already be finalized and no longer watched. Sessions associated with issues that are already closed, and sessions whose lifecycle has otherwise finished cleanup/monitoring, should be cleared out of the active watch/status views and marked asclosedso Vigilante stops continuing to watch them.Problem
vigilante statuscurrently includes sessions inStale sessionsandCompleted / failedeven when those sessions correspond to work that should already be finalized.Context
aliengiraffe/vigilanteCleanupCompletedAt,MonitoringStoppedAt, and cleanup sources likeissue_closedandpull_request_closed.closedsession status for issue-finalized work.closedstate and stop being treated as an actively watched session.Desired Outcome
closedinstead of remaining in stale/completed/failed buckets.Implementation Notes
closedstateStale sessionsorCompleted / failedsections ofvigilante statusinternal/app/app.gointernal/state/state.govigilante statusclosedClosed / finalizedsummary, as long as they are clearly not treated as still-watched active sessionsAcceptance Criteria
closedand no longer treated as actively watched.Stale sessionssection ofvigilante status.Completed / failedsection ofvigilante status.Testing Expectations
vigilante statusoutput when sessions correspond to already-closed issues and verify they are excluded from active status buckets.closedafter successful issue-closure finalization.Operational / UX Considerations
vigilante statusshould present current operational truth, not a mixture of current work and historical leftovers.Stale sessionsorCompleted / failedstill matter now.