gabriel / musehub public
chore patch feat/update-mist-domain #1 / 3
AI Agent gabriel · 1 day ago · Jun 6, 2026 · Diff

chore: add stale_branches.py script for branch staleness reporting

Reports local branches as MERGED/ACTIVE/STALE relative to a base branch (default: dev) and lists remote-only branches across configured remotes. Accepts --repo, --base, --age-days, --remote flags.

sha256:62d8947249b3710651d0fd5d374919bd94c4c69971f42c424968eb3cc2aab2ef sha
+17 symbols
sha256:0132df012f6052cef919f99a69848606e6e748d2a605d67742063c863c712f63 snapshot
+17
symbols added
0
dead code introduced
Semantic Changes 17 symbols
~ scripts/stale_branches.py .py 17 symbols added
+ _age_days function function _age_days L44–51
+ _age_label function function _age_label L54–61
+ _col function function _col L97–98
+ _muse function function _muse L25–30
+ _remote_branches function function _remote_branches L67–76
+ _remote_only_branches function function _remote_only_branches L79–91
+ _rev_count function function _rev_count L33–38
+ Path import import Path L19–19
+ annotations import import annotations L12–12
+ argparse import import argparse L14–14
+ datetime import import datetime L18–18
+ json import import json L15–15
+ subprocess import import subprocess L16–16
+ sys import import sys L17–17
+ timezone import import timezone L18–18
+ main function function main L196–216
+ run function function run L101–190

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:62d8947249b3710651d0fd5d374919bd94c4c69971f42c424968eb3cc2aab2ef --body "your comment"