2 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
5225059754 fix(vault-cli): clear ruff violations flagged by --all-files sweep
Auto-fix removed extraneous f-string prefixes, unused imports
(re, sys, textwrap, defaultdict), an unused local (qids), and
converted datetime.now(timezone.utc) to datetime.now(UTC) (UP017).
Manual fixes split colon/semicolon one-liners onto separate lines
(E701/E702), renamed unused loop vars (cid, chain_id) with leading
underscores (B007), replaced bare except with except Exception (E722),
and renamed loop var L to level to satisfy N806.
2026-05-02 09:17:15 -04:00
Vijay Janapa Reddi
0b14e08b52 feat(vault-cli): summarize_proposed_chains.py — quick-read report on staging
After build_chains_with_gemini.py produces chains.proposed.json, this
script gives a one-shot summary: chain count, size distribution, level-Δ
histogram, multi-chain membership stats, sample chains for spot-check.
2026-04-30 09:00:04 -04:00