| name | maintenance-weekly |
| description | Weekly maintenance for the dotfiles repo. Discovered by zed:maintenance as a maintenance-<tag> skill, so /zed:maintenance weekly runs it. Currently refreshes the model context-window table that bin/sessions depends on. |
Weekly maintenance (dotfiles)
Recurring upkeep for this repository, run as part of the weekly maintenance
sweep. Named with the maintenance-<tag> convention so /zed:maintenance weekly
discovers and runs it.
Steps
-
Refresh the model context-window table. Invoke the
refresh-model-context-windows skill and let it run to completion. It pulls
the latest Claude model context windows from Anthropic's public docs and
updates sessions/models.json (committing only if the data changed). This
keeps the N/M CONTEXT column in bin/sessions accurate as Anthropic ships
or retires models.
-
Report what the run did — whether the model table changed and, if so, how.
Project-specific
Add further weekly chores here as they come up (cache pruning, branch cleanup,
etc.). Keep each as a concrete, ordered step so the sweep stays non-interactive.