chore(mubu): bump harness version to 0.1.1

Update the package metadata, generated skill output, test expectations, and registry entry so the contribution PR reflects the generalized daily-folder behavior in the published harness version.
This commit is contained in:
cnfjlhj
2026-03-18 13:40:41 +08:00
parent c74bf7fdce
commit f15052487e
6 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
__all__ = ["__version__"]
__version__ = "0.1.0"
__version__ = "0.1.1"

View File

@@ -199,4 +199,4 @@ Use the `session` command group to inspect or update this state.
## Version
0.1.0
0.1.1

View File

@@ -343,7 +343,7 @@ Commands:
```bash
tmpdir=$(mktemp -d)
.venv/bin/python -m pip wheel --no-deps --wheel-dir "$tmpdir" ./agent-harness
unzip -l "$tmpdir"/cli_anything_mubu-0.1.0-py3-none-any.whl
unzip -l "$tmpdir"/cli_anything_mubu-0.1.1-py3-none-any.whl
```
Latest result:

View File

@@ -71,7 +71,7 @@ class AgentHarnessPackagingTests(unittest.TestCase):
text=True,
)
self.assertEqual(result.returncode, 0, msg=result.stderr)
self.assertEqual(result.stdout.strip(), "0.1.0")
self.assertEqual(result.stdout.strip(), "0.1.1")
def test_root_setup_targets_canonical_harness_source(self):
if STANDALONE_ROOT is None:
@@ -129,7 +129,7 @@ class AgentHarnessPackagingTests(unittest.TestCase):
self.assertIn("MUBU_DAILY_FOLDER", content)
self.assertNotIn("Workspace/Daily tasks", content)
self.assertNotIn("Daily tasks resolution", content)
self.assertIn("## Version\n\n0.1.0", content)
self.assertIn("## Version\n\n0.1.1", content)
finally:
output_path.unlink(missing_ok=True)

View File

@@ -4,7 +4,7 @@ import sys
PACKAGE_NAME = "cli-anything-mubu"
PACKAGE_VERSION = "0.1.0"
PACKAGE_VERSION = "0.1.1"
def _handle_metadata_query(argv: list[str]) -> bool:

View File

@@ -116,7 +116,7 @@
{
"name": "mubu",
"display_name": "Mubu",
"version": "0.1.0",
"version": "0.1.1",
"description": "Knowledge management and outlining via local Mubu desktop data",
"requires": "Mubu desktop app",
"homepage": "https://mubu.com",