__init__.py python
14 lines 636 B
Raw
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 33 days ago
1 """Muse Tier 1 plumbing commands — machine-readable, pipeable, stable primitives.
2
3 Every command in this package:
4
5 - Emits JSON by default (machine-stable schema with ``format_version``).
6 - Accepts ``--format text`` for human-readable output where meaningful.
7 - Never prompts for input or confirmation.
8 - Uses strict exit codes: 0 success, 1 user error, 3 internal error.
9 - Is pipeable — stdin/stdout friendly, no interactive elements.
10
11 These are the atoms from which Tier 2 porcelain commands are composed, and the
12 surface that MuseHub, agent orchestrators, and shell scripts can rely on to
13 remain stable across Muse versions.
14 """
File History 2 commits
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 33 days ago
sha256:d8316ffae901be06347e16ab55be11868eb519dd16ade3e8aa16a99e662f7e62 baseline: rc14 re-baseline after rc3 store corruption recovery Human patch 33 days ago