diff --git a/scripts/release.py b/scripts/release.py index a75b0d4de12..ecf60a8ec43 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -47,6 +47,7 @@ ACP_REGISTRY_MANIFEST = REPO_ROOT / "acp_registry" / "agent.json" AUTHOR_MAP = { "chilltulpa@gmail.com": "TheGardenGallery", "al@randomsnowflake.me": "randomsnowflake", + "zakame@zakame.net": "zakame", "834740219@qq.com": "ViewWay", "harjoth.khara@gmail.com": "harjothkhara", "129007007+HeLLGURD@users.noreply.github.com": "HeLLGURD", diff --git a/tests/hermes_cli/test_cmd_update.py b/tests/hermes_cli/test_cmd_update.py index 0c629a66681..224c65e9a48 100644 --- a/tests/hermes_cli/test_cmd_update.py +++ b/tests/hermes_cli/test_cmd_update.py @@ -272,7 +272,7 @@ class TestCmdUpdateBranchFallback: # The web/ install runs from the workspace root when the root # lockfile exists (npm workspaces hoist node_modules upward). assert npm_calls[2:] == [ - (["/usr/bin/npm", "ci", "--silent", "--workspace", "web"], PROJECT_ROOT), + (["/usr/bin/npm", "ci", "--workspace", "web", "--silent"], PROJECT_ROOT), ] # The web UI build itself went through the streaming helper.