style: simplify --agent help text, normalize comment spelling

Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/930d8c4d-ce42-41fb-a40f-561fb1468e81
This commit is contained in:
copilot-swe-agent[bot]
2026-03-20 21:54:56 +00:00
committed by GitHub
parent c2227a7ffd
commit d6016ab9db
2 changed files with 2 additions and 2 deletions

View File

@@ -851,7 +851,7 @@ class TestInitAgentFlag:
folder = config.get("folder", "").rstrip("/")
subdir = config.get("commands_subdir", "commands")
expected_dir = f"{folder}/{subdir}" if folder else ""
# Normalise path separators
# Normalize path separators
expected_dir = expected_dir.lstrip("/")
assert resolved.manifest.commands_dir == expected_dir, (