gabriel / muse public
fix patch agent task/cli-flag-audit-age #5 / 24
AI Agent gabriel · 53 days ago · Apr 20, 2026 · Diff

fix(agent): add mode field to _ListJson, fix schema/dest in supercharge tests

- Add mode: str to _ListJson TypedDict, populate as 'agent-list' in run_list - Add schema/duration_ms documentation to run_keygen, run_list, run_register docstrings - Fix test_agent_supercharge.py: schema_version → schema (EnvelopeJson uses int not str) - Fix TestAliasRegistration: getattr(ns, 'json', ...) → getattr(ns, 'json_out', ...) - Fix TestDataIntegrity: isinstance(str) → isinstance(int), != '' → > 0 - All 139 supercharge tests now pass (was 32 failures)

sha256:77cee23777ccb1ae5a817908847d30e74a3cb57566e1f593d6a4ee2a2d2e2538 sha
sha256:5ecf2fa32c5b6817437d42ede7e953cbb759f033ebaa9ab8210732edb2efc538 snapshot

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:77cee23777ccb1ae5a817908847d30e74a3cb57566e1f593d6a4ee2a2d2e2538 --body "your comment"