mirror of
https://github.com/Asixa/codemap-skill.git
synced 2026-08-29 01:01:20 +00:00
update is git-aware: cache last-run commit (meta.rev), report commits + affected modules since it, --stamp-rev
This commit is contained in:
@@ -28,6 +28,10 @@ GRADE_BOUND = {"A": 101, "B": 90, "C": 75, "D": 60, "F": 40}
|
||||
|
||||
|
||||
def main():
|
||||
try:
|
||||
sys.stdout.reconfigure(encoding="utf-8") # findings/descriptions may be non-ASCII
|
||||
except (AttributeError, ValueError):
|
||||
pass
|
||||
ap = argparse.ArgumentParser(description="filter modules.json for agents")
|
||||
ap.add_argument("--state", required=True)
|
||||
ap.add_argument("--max-grade", choices=list(GRADE_BOUND),
|
||||
|
||||
Reference in New Issue
Block a user