gabriel / muse public
docs docs/remove-stale-plumbing-command-syntax #1 / 1
AI Agent gabriel · 1 day ago · Sep 12, 2026 · Diff

docs: remove stale 'muse plumbing <verb>' syntax; regenerate type-contracts.md

The CLI has never nested plumbing commands under a 'muse plumbing' verb -- every command is flat (muse rev-parse, muse ls-remote, muse hash-object, ...), confirmed directly against 'muse -h''s registered command list. Three docs still showed the wrong nested syntax:

- docs/reference/reflog.md: 'muse plumbing rev-parse HEAD' -> 'muse rev-parse HEAD' - docs/reference/remotes.md: 'muse plumbing ls-remote' (TOC entry, section header, usage block, and 4 examples) -> 'muse ls-remote' throughout. Left the two purely conceptual 'plumbing' mentions alone (Git-derived porcelain/plumbing terminology describing a command's category, not literal CLI syntax). - docs/reference/type-contracts.md: auto-generated, so not hand-edited -- regenerated via 'tools/gen_type_contracts.py' instead. It was far more stale than just the plumbing paths (7000+ line diff against current source, from a 'muse/cli/commands/plumbing/*.py' module layout that no longer exists -- everything lives flat under muse/cli/commands/ now). Confirmed clean afterward via 'tools/gen_type_contracts.py --check'.

Co-Authored-By: Claude Sonnet 5 <[email protected]>

sha256:b22cdb258979428d44844e4e8b3b83b112546437cd089bbf9424784f34c377fe sha
+158 ~93 −111 symbols
3 changed · 1185 in snapshot files
sha256:639e4b2e771bb497ed72e2fc96e4c067923954a8655b3874c1a1d4ad69b709f3 snapshot
+158
symbols added
~93
symbols modified
−111
symbols removed
3
files changed
1185
files in snapshot
−1
dead symbol removed
Semantic Changes 362 symbols
~ docs/reference/remotes.md .md 1 symbol added, 1 symbol removed, 4 symbols modified
muse plumbing ls-remote section muse plumbing ls-remote L394–441
+ muse ls-remote section muse ls-remote L394–441
~ docs/reference/type-contracts.md .md 157 symbols added, 110 symbols removed, 86 symbols modified
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
py` section StructuredMergePlugin — `muse/domain.py` L6653–6661
py` section _HttpHeaders — `muse/core/transport.py` L6606–6614
py` section _HttpResponse — `muse/core/transport.py` L6615–6625
py` section ConfirmObjectsResponse — `muse/core/transport.py` L4646–4657
py` section FilterObjectsResult — `muse/core/transport.py` L4658–4669
py` section NegotiateResponse — `muse/core/transport.py` L4670–4682
py` section ObjectsChunkResponse — `muse/core/mpack.py` L3770–3781
py` section PresignResponse — `muse/core/transport.py` L4683–4694
py` section UserConfig — `muse/cli/config.py` L3083–3095
py` section _AnnotateJson — `muse/cli/commands/annotate.py` L77–95
py` section _ArchiveJson — `muse/cli/commands/archive.py` L114–131
py` section _BisectLogJson — `muse/cli/commands/bisect.py` L318–329
py` section _BisectResetJson — `muse/cli/commands/bisect.py` L330–340
py` section _BisectRunStepJson — `muse/cli/commands/bisect.py` L354–368
py` section _BisectStepJson — `muse/cli/commands/bisect.py` L369–385
py` section _BlameResultJson — `muse/cli/commands/blame.py` L404–418
py` section _BlastRiskOutput — `muse/cli/commands/blast_risk.py` L433–448
py` section _BranchOnlyJson — `muse/cli/commands/status.py` L2622–2639
py` section _BundleCreateJson — `muse/cli/commands/bundle.py` L521–535
py` section _BundleUnbundleJson — `muse/cli/commands/bundle.py` L536–550
py` section _BundleVerifyJson — `muse/cli/commands/bundle.py` L551–564
py` section _CapabilitiesDict — `muse/cli/commands/plumbing/domain_info.py` L1859–1868
py` section _ChangelogJson — `muse/cli/commands/docs_cmd.py` L1043–1058
py` section _CheckJson — `muse/cli/commands/attributes.py` L132–142
py` section _CheckJson — `muse/cli/commands/check.py` L597–618
py` section _CheckRefFormatResult — `muse/cli/commands/plumbing/check_ref_format.py` L1808–1819
py` section _CleanResultJson — `muse/cli/commands/clean.py` L619–633
py` section _CloneJson — `muse/cli/commands/clone.py` L634–652
py` section _CommitNode — `muse/cli/commands/plumbing/commit_graph.py` L1843–1858
py` section _ConnectJson — `muse/cli/commands/hub.py` L1379–1394
py` section _ContentGrepJson — `muse/cli/commands/content_grep.py` L787–803
py` section _ContractJson — `muse/cli/commands/contract.py` L830–854
py` section _CoveragePayload — `muse/cli/commands/coverage.py` L895–915
py` section _DeadPayload — `muse/cli/commands/dead.py` L945–965
py` section _DeletedEntry — `muse/cli/commands/plumbing/snapshot_diff.py` L1965–1974
py` section _DescribeJson — `muse/cli/commands/describe.py` L985–1002
py` section _DiffResult — `muse/cli/commands/plumbing/snapshot_diff.py` L1975–1988
py` section _DisconnectJson — `muse/cli/commands/hub.py` L1395–1407
py` section _DocCiJson — `muse/cli/commands/docs_cmd.py` L1070–1080
py` section _DryRunJson — `tests/test_cmd_rebase_hardening.py` L6089–6101
py` section _FetchJson — `muse/cli/commands/fetch.py` L1265–1276
py` section _ForEachRefResult — `muse/cli/commands/plumbing/for_each_ref.py` L1869–1878
py` section _FullJson — `muse/cli/commands/test_cmd.py` L2754–2770
py` section _GcJson — `muse/cli/commands/gc.py` L1309–1332
py` section _GetJson — `muse/cli/commands/config_cmd.py` L734–745
py` section _HubApiResponse — `muse/cli/commands/hub.py` L1408–1420
py` section _ImpactJson — `muse/cli/commands/impact.py` L1530–1552
py` section _InvariantCacheDoc — `muse/plugins/code/_invariants.py` L5154–5165
py` section _JsonOut — `muse/cli/commands/gravity.py` L1345–1359
py` section _JsonOut — `muse/cli/commands/semantic_test_coverage.py` L2457–2473
py` section _KeygenJson — `muse/cli/commands/auth.py` L240–255
py` section _LabelEntry — `muse/cli/commands/hub.py` L1421–1435
py` section _ListJson — `muse/cli/commands/attributes.py` L157–168
py` section _ListJson — `muse/cli/commands/list_coord.py` L1645–1662
py` section _LogoutJson — `muse/cli/commands/auth.py` L256–268
py` section _MergeItemDict — `muse/cli/commands/plan_merge.py` L1756–1770
py` section _ModifiedEntry — `muse/cli/commands/plumbing/snapshot_diff.py` L1989–1999
py` section _NarrativeJson — `muse/cli/commands/narrative.py` L1726–1755
py` section _ObjectPayloadBase — `muse/core/mpack.py` L3839–3850
py` section _PingJson — `muse/cli/commands/hub.py` L1436–1450
py` section _PredictJson — `muse/cli/commands/predict.py` L2071–2084
py` section _ProposalEntry — `muse/cli/commands/hub.py` L1451–1467
py` section _PullJson — `muse/cli/commands/pull.py` L2117–2135
py` section _PushJson — `muse/cli/commands/push.py` L2136–2153
py` section _PushPayload — `muse/core/transport.py` L4695–4708
py` section _RebaseDryRunJson — `muse/cli/commands/rebase.py` L2166–2180
py` section _RebaseResultJson — `muse/cli/commands/rebase.py` L2181–2197
py` section _RebaseStatusJson — `muse/cli/commands/rebase.py` L2198–2215
py` section _RebuildResult — `muse/cli/commands/index_rebuild.py` L1553–1567
py` section _ReflogAllJson — `muse/cli/commands/reflog.py` L2216–2227
py` section _ReflogResultJson — `muse/cli/commands/reflog.py` L2244–2257
py` section _RegisterJson — `muse/cli/commands/auth.py` L269–286
py` section _ReleaseDeleteJson — `muse/cli/commands/release.py` L2258–2272
py` section _ReleasePushJson — `muse/cli/commands/release.py` L2273–2287
py` section _RemoteGetUrlJson — `muse/cli/commands/remote.py` L2302–2313
py` section _RemoteListJson — `muse/cli/commands/remote.py` L2314–2324
py` section _RemoteMutationJson — `muse/cli/commands/remote.py` L2325–2340
py` section _RemoteStatusJson — `muse/cli/commands/remote.py` L2341–2357
py` section _RenameResult — `muse/cli/commands/rename.py` L2374–2394
py` section _RepoEntry — `muse/cli/commands/hub.py` L1468–1480
py` section _RepoJson — `muse/cli/commands/hub.py` L1481–1499
py` section _ResultJson — `tests/test_cmd_rebase_hardening.py` L6102–6116
py` section _RmResultJson — `muse/cli/commands/rm.py` L2395–2409
py` section _ScaffoldJson — `muse/cli/commands/domains.py` L1179–1192
py` section _SetJson — `muse/cli/commands/config_cmd.py` L746–758
py` section _ShortlogJson — `muse/cli/commands/shortlog.py` L2534–2546
py` section _ShowRefResult — `muse/cli/commands/plumbing/show_ref.py` L1944–1954
py` section _SnapshotCreateJson — `muse/cli/commands/snapshot_cmd.py` L2547–2561
py` section _SnapshotExportJson — `muse/cli/commands/snapshot_cmd.py` L2562–2576
py` section _SnapshotOutput — `muse/cli/commands/plumbing/read_snapshot.py` L1911–1922
py` section _SnapshotShowJson — `muse/cli/commands/snapshot_cmd.py` L2591–2605
py` section _StagedStatusJson — `muse/cli/commands/status.py` L2640–2662
py` section _StatResult — `muse/cli/commands/plumbing/verify_pack.py` L2036–2046
py` section _StatusJson — `muse/cli/commands/hub.py` L1500–1516
py` section _StatusJson — `muse/cli/commands/status.py` L2663–2690
py` section _StatusJson — `tests/test_cmd_rebase_hardening.py` L6117–6132
py` section _SymbolHistoryJson — `muse/cli/commands/docs_cmd.py` L1097–1108
py` section _SymbolicRefResult — `muse/cli/commands/plumbing/symbolic_ref.py` L2000–2012
py` section _TagJson — `muse/cli/commands/tag.py` L2705–2719
py` section _UseJson — `muse/cli/commands/domains.py` L1207–1219
py` section _ValidateJson — `muse/cli/commands/attributes.py` L197–208
py` section _VerifyJson — `muse/cli/commands/verify.py` L2867–2887
py` section _VerifyPackResult — `muse/cli/commands/plumbing/verify_pack.py` L2047–2059
py` section _WorkspaceAddJson — `muse/cli/commands/workspace.py` L2888–2899
py` section _WorkspaceRemoveJson — `muse/cli/commands/workspace.py` L2918–2927
py` section _WorkspaceSyncJson — `muse/cli/commands/workspace.py` L2928–2941
py` section _WorkspaceUpdateJson — `muse/cli/commands/workspace.py` L2953–2964
py` section _WorktreeAddJson — `muse/cli/commands/worktree.py` L2965–2978
py` section _WorktreePruneJson — `muse/cli/commands/worktree.py` L2994–3006
py` section _WorktreeRemoveJson — `muse/cli/commands/worktree.py` L3007–3018
+ py` section ObjectState — `muse/core/object_availability.py` L39–51
+ py` section AddressedMergePlugin — `muse/domain.py` L7236–7244
+ py` section HarmonyPlugin — `muse/core/harmony/engine.py` L7209–7217
+ py` section HarmonyPlugin — `muse/domain.py` L7254–7262
+ py` section _DoFn — `tests/test_transport_fetch_phase2.py` L7299–7307
+ py` section _SideEffectFn — `tests/test_transport_push_mpack_put.py` L7308–7316
+ py` section AdapterSpec — `muse/cli/commands/agent_config.py` L102–114
+ py` section AddressedDeleteOp — `muse/domain.py` L5319–5332
+ py` section AddressedInsertOp — `muse/domain.py` L5333–5346
+ py` section AgentSlot — `muse/core/agent_slots.py` L3057–3070
+ py` section AuditEvent — `muse/core/harmony/types.py` L3779–3796
+ py` section BisectStatusDict — `muse/core/bisect.py` L3136–3153
+ py` section BranchMeta — `muse/cli/config.py` L2941–2954
+ py` section BridgeState — `muse/core/bridge/state.py` L3185–3196
+ py` section CommitConfig — `muse/cli/config.py` L2955–2965
+ py` section DirStatus — `muse/domain.py` L5394–5408
+ py` section DriftInfo — `muse/core/bridge/state.py` L3197–3208
+ py` section EnvelopeJson — `muse/core/envelope.py` L3763–3778
+ py` section FetchMPackResult — `muse/core/transport.py` L5062–5080
+ py` section ForceTrackSection — `muse/core/ignore.py` L3926–3936
+ py` section GitCommitInfo — `muse/core/bridge/git_primitives.py` L3154–3171
+ py` section GitTagInfo — `muse/core/bridge/git_primitives.py` L3172–3184
+ py` section IdentityRecord — `muse/plugins/identity/records.py` L5793–5806
+ py` section InspectResult — `muse/cli/commands/agent_config.py` L115–131
+ py` section MPackMeta — `muse/core/mpack.py` L4071–4083
+ py` section MPackSummary — `muse/core/mpack.py` L4084–4098
+ py` section ParsedMSign — `muse/core/msign.py` L4209–4222
+ py` section PatchApplicability — `muse/core/patch_record.py` L4276–4288
+ py` section PatchOp — `muse/core/patch_record.py` L4289–4304
+ py` section PatchRecordDict — `muse/core/patch_record.py` L4305–4340
+ py` section PushConfig — `muse/cli/config.py` L3010–3020
+ py` section RelationshipRecord — `muse/plugins/identity/records.py` L5807–5819
+ py` section SignatureRecord — `muse/plugins/identity/records.py` L5820–5830
+ py` section SnapshotDeltaDict — `muse/core/mpack.py` L4126–4139
+ py` section SparseConfig — `muse/core/sparse.py` L4743–4752
+ py` section StatusAdapterEntry — `muse/cli/commands/agent_config.py` L132–145
+ py` section SymlogConfig — `muse/cli/config.py` L3046–3056
+ py` section SyncAdapterResult — `muse/cli/commands/agent_config.py` L146–159
+ py` section TimelineClipEntry — `muse/plugins/timeline/manifest.py` L6161–6172
+ py` section TimelineManifest — `muse/plugins/timeline/manifest.py` L6173–6185
+ py` section TimelineProjectEntry — `muse/plugins/timeline/manifest.py` L6186–6197
+ py` section TimelineSequenceEntry — `muse/plugins/timeline/manifest.py` L6198–6209
+ py` section TimelineTrackEntry — `muse/plugins/timeline/manifest.py` L6210–6222
+ py` section VersionTagDict — `muse/core/version_tags.py` L5235–5252
+ py` section _AddedEntry — `muse/cli/commands/snapshot_diff.py` L2507–2518
+ py` section _AgeEventDict — `muse/cli/commands/age.py` L54–64
+ py` section _AgeFiltersDict — `muse/cli/commands/age.py` L65–78
+ py` section _AnnotatePayload — `muse/cli/commands/annotate.py` L174–200
+ py` section _BisectLogEntryJson — `muse/cli/commands/bisect.py` L383–395
+ py` section _BisectStepPayload — `muse/cli/commands/bisect.py` L409–425
+ py` section _BlameLineJson — `muse/cli/commands/core_blame.py` L1003–1017
+ py` section _BlobPayloadBase — `muse/core/mpack.py` L4155–4166
+ py` section _BoundaryEntry — `muse/cli/commands/codemap.py` L795–805
+ py` section _BranchEntryJson — `muse/cli/commands/branch.py` L517–533
+ py` section _BranchSummaryJson — `muse/cli/commands/reconcile.py` L2199–2211
+ py` section _BundleDiffCommit — `muse/cli/commands/bundle.py` L563–575
+ py` section _BundleInspectCommit — `muse/cli/commands/bundle.py` L576–590
+ py` section _CapabilitiesDict — `muse/cli/commands/domain_info.py` L1267–1279
+ py` section _CatErrorEntryJson — `muse/cli/commands/core_cat.py` L1018–1031
+ py` section _CatFileEntryJson — `muse/cli/commands/core_cat.py` L1032–1045
+ py` section _CatWarningDict — `muse/cli/commands/cat.py` L623–635
+ py` section _CentralityEntry — `muse/cli/commands/codemap.py` L806–815
+ py` section _CodeAddFileEntry — `muse/cli/commands/code_stage.py` L783–794
+ py` section _CommitFilesChangedJson — `muse/cli/commands/commit.py` L828–841
+ py` section _CommitInfoDict — `muse/cli/commands/range_diff.py` L2146–2157
+ py` section _CommitNode — `muse/cli/commands/commit_graph.py` L842–861
+ py` section _ConflictInfo — `muse/cli/commands/conflicts.py` L907–920
+ py` section _CouplingFilters — `muse/cli/commands/coupling.py` L1057–1068
+ py` section _CouplingPairDict — `muse/cli/commands/coupling.py` L1069–1081
+ py` section _CreatedBy — `muse/cli/commands/shelf.py` L2409–2420
+ py` section _DagNodeJson — `muse/cli/commands/dag.py` L1106–1121
+ py` section _DeletedEntry — `muse/cli/commands/snapshot_diff.py` L2519–2530
+ py` section _DiffResult — `muse/cli/commands/snapshot_diff.py` L2531–2549
+ py` section _DiffSymbolsJson — `muse/cli/commands/diff.py` L1172–1184
+ py` section _DirectoryPair — `muse/cli/commands/entangle.py` L1390–1403
+ py` section _DomainEntry — `muse/cli/commands/domain_cmd.py` L1254–1266
+ py` section _DomainSeed — `muse/cli/commands/path_cmd.py` L2048–2057
+ py` section _DriverEntry — `muse/cli/commands/release.py` L2238–2249
+ py` section _EscalationDict — `muse/core/harmony/types.py` L3797–3813
+ py` section _FileDiff — `muse/cli/commands/apply.py` L219–230
+ py` section _GcResultDict — `muse/cli/commands/maintenance.py` L1933–1949
+ py` section _GrepResultEntry — `muse/cli/commands/grep.py` L1525–1540
+ py` section _HarmonyEscalationEntryJson — `muse/cli/commands/harmony/_shapes.py` L1541–1559
+ py` section _HarmonyListEntryJson — `muse/cli/commands/harmony/_shapes.py` L1560–1576
+ py` section _HarmonyPatternDetailJson — `muse/cli/commands/harmony/_shapes.py` L1577–1597
+ py` section _HarmonyPolicyEntryJson — `muse/cli/commands/harmony/_shapes.py` L1598–1617
+ py` section _HarmonyProposalJson — `muse/cli/commands/harmony/_shapes.py` L1618–1636
+ py` section _HarmonyResolutionDetailJson — `muse/cli/commands/harmony/_shapes.py` L1637–1654
+ py` section _HostBlock — `muse/core/agent_slots.py` L3071–3080
+ py` section _HotspotEntry — `muse/cli/commands/hotspots.py` L1655–1664
+ py` section _HotspotEntry — `muse/cli/commands/reconcile.py` L2212–2221
+ py` section _HotspotsFilters — `muse/cli/commands/hotspots.py` L1665–1676
+ py` section _HubApiResponse — `muse/cli/commands/hub/_core.py` L1677–1689
+ py` section _HubRepo — `tests/test_wire_localhost.py` L7196–7206
+ py` section _LabelEntry — `muse/cli/commands/hub/_core.py` L1690–1704
+ py` section _LabelEntryJson — `muse/cli/commands/label.py` L1780–1792
+ py` section _LastExportState — `muse/core/bridge/state.py` L3209–3224
+ py` import section _LastImportState — `muse/core/bridge/state.py` L3225–3241
+ py` section _ListEntryJson — `muse/cli/commands/archive.py` L245–256
+ py` section _LogEntryJson — `tests/test_cmd_bisect_hardening.py` L6273–6283
+ py` section _LsTreeEntry — `muse/cli/commands/ls_tree.py` L1920–1932
+ py` section _MaintenanceConfig — `muse/cli/commands/maintenance.py` L1950–1961
+ py` section _MergeCheckoutResult — `muse/cli/commands/checkout.py` L719–734
+ py` section _MergeResultDict — `muse/cli/commands/merge.py` L1987–2004
+ py` section _MinimalShelfEntry — `tests/test_security_symlink.py` L7164–7175
+ py` section _ModifiedEntry — `muse/cli/commands/snapshot_diff.py` L2550–2562
+ py` section _ModuleEntry — `muse/cli/commands/codemap.py` L816–827
+ py` section _PairDict — `muse/cli/commands/range_diff.py` L2158–2170
+ py` section _PatchHunk — `muse/cli/commands/apply.py` L231–244
+ py` section _PathAnnotation — `muse/cli/commands/path_cmd.py` L2058–2077
+ py` section _PatternDict — `muse/core/harmony/types.py` L3814–3832
+ py` section _PaymentClaimRequired — `muse/core/msign.py` L4223–4241
+ py` section _PlanMergeItemJson — `muse/cli/commands/plan_merge.py` L2078–2092
+ py` section _PolicyConditionDict — `muse/core/harmony/types.py` L3833–3844
+ py` section _PolicyDict — `muse/core/harmony/types.py` L3845–3862
+ py` section _PresignPayload — `muse/core/mpack.py` L4167–4176
+ py` section _PresignResult — `muse/core/transport.py` L5081–5092
+ py` section _ProposalEntry — `muse/cli/commands/hub/_core.py` L1705–1721
+ py` section _PruneCandidateEntry — `muse/cli/commands/prune.py` L2136–2145
+ py` section _PruneConfigJson — `muse/cli/commands/branch.py` L534–548
+ py` section _QueryParams — `muse/cli/commands/find_symbol.py` L1457–1474
+ py` section _RangeDiffResultDict — `muse/cli/commands/range_diff.py` L2171–2186
+ py` section _RefactorPayload — `muse/cli/commands/detect_refactor.py` L1158–1171
+ py` section _ReleasedEntry — `muse/cli/commands/release_coord.py` L2250–2261
+ py` section _RepoEntry — `muse/cli/commands/hub/_core.py` L1722–1734
+ py` section _ResolutionDict — `muse/core/harmony/types.py` L3863–3881
+ py` section _RunCapture — `tests/test_bridge_hooks.py` L6223–6232
+ py` section _SemVerJson — `muse/cli/commands/tag.py` L2664–2676
+ py` section _ShardEntryJson — `muse/cli/commands/shard.py` L2370–2383
+ py` section _ShardInfo — `muse/cli/commands/count_objects.py` L1046–1056
+ py` section _ShelfEntry — `tests/test_phase4_shelf_json.py` L7129–7145
+ py` section _ShelfEntryData — `tests/test_cmd_gc_hardening.py` L6619–6629
+ py` section _ShelfEntryData — `tests/test_core_gc.py` L7023–7034
+ py` section _ShelfEntryData — `tests/test_object_store_write_taxonomy.py` L7118–7128
+ py` section _ShelfListEntryJson — `muse/cli/commands/shelf.py` L2421–2442
+ py` section _ShowJson — `muse/cli/commands/auth.py` L330–350
+ py` section _SidecarData — `muse/core/bridge/state.py` L3242–3254
+ py` section _SparseCheckoutInfo — `muse/cli/commands/status.py` L2589–2601
+ py` section _StableEntry — `muse/cli/commands/stable.py` L2563–2573
+ py` section _StableFilters — `muse/cli/commands/stable.py` L2574–2588
+ py` section _StagedBucket — `muse/cli/commands/status.py` L2602–2615
+ py` section _StatusIndexEntry — `muse/cli/commands/index_rebuild.py` L1748–1761
+ py` section _SummaryDict — `muse/cli/commands/check_attr.py` L662–673
+ py` section _SummaryDict — `muse/cli/commands/check_ignore.py` L685–695
+ py` section _SymbolConflictDict — `muse/cli/commands/merge.py` L2005–2016
+ py` section _SymbolEntry — `muse/cli/commands/symbols.py` L2630–2645
+ py` section _SymbolMatch — `muse/plugins/code/_code_query.py` L5587–5599
+ py` section _SymlogEntryJson — `muse/cli/commands/symlog.py` L2646–2663
+ py` section _TagEntryJson — `muse/cli/commands/tag.py` L2677–2691
+ py` section _TagResult — `muse/cli/commands/verify_tag.py` L2879–2895
+ py` section _TaskItemJson — `muse/cli/commands/task_queue.py` L2692–2711
+ py` section _TaskRunRecord — `muse/cli/commands/maintenance.py` L1962–1974
+ py` section _UnpackMPackResult — `muse/core/transport.py` L5093–5107
+ py` section _UnpackPayload — `muse/core/mpack.py` L4177–4190
+ py` section _VerifyResult — `muse/cli/commands/verify_commit.py` L2842–2855
+ py` section _VerifyResultDict — `muse/cli/commands/maintenance.py` L1975–1986
+ py` section _ViolationDict — `muse/cli/commands/code_check.py` L771–782
~ Enums
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
~ py`
Files Changed
~3
1185 in snapshot
← Older Oldest on docs/remove-stale-plumbing-command-syntax
All commits
Newer → Latest on docs/remove-stale-plumbing-command-syntax

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