mubu/agent-harness/README.md
This directory is now the stricter CLI-Anything-style harness root for Mubu.
Recommended install flow:
cd <repo-root>
python3 -m venv .venv
.venv/bin/python -m pip install -e ./agent-harness
Root install now also targets the same canonical source tree:
cd <repo-root>
.venv/bin/python -m pip install -e .
What this gives you:
agent-harness/ works as the editable install rootcli-anything-mubu console script is exposedMUBU_DAILY_FOLDER is configuredskill_generator.py can regenerate the packaged skills/SKILL.mdCanonical implementation now lives under:
agent-harness/mubu_probe.pyagent-harness/cli_anything/mubuCompatibility shims remain at the project root for local python -m ... and python3 mubu_probe.py workflows:
mubu_probe.pycli_anything/mubuCurrent supporting references:
agent-harness/MUBU.mdREADME.mdtests/TEST.mdCurrent state:
agent-harness/cli_anything/mubu/...discover / inspect / mutate / session commands now existMUBU_DAILY_FOLDER is setSKILL.md is now generated from the canonical harness