mirror of
https://fastgit.cc/github.com/HKUDS/CLI-Anything
synced 2026-04-20 21:00:28 +08:00
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:
@@ -1,3 +1,3 @@
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
||||
@@ -199,4 +199,4 @@ Use the `session` command group to inspect or update this state.
|
||||
|
||||
## Version
|
||||
|
||||
0.1.0
|
||||
0.1.1
|
||||
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user