fix: align test fixture arg order + add zakame to AUTHOR_MAP

Conflict resolution prefixes --workspace web before --silent (preserving
the Termux npm_workspace_args path); update test_cmd_update fixture to match.
Add zakame@zakame.net -> zakame mapping so CI author check passes.
This commit is contained in:
Teknium 2026-06-06 07:34:48 -07:00
parent 675fb10240
commit 7db7a9462d
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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.