test: update expectations for ZWSP-free object keys

- Add RFC 7230 compliance tests for object key validation
- Verify name field still contains ZWSP for core agents
- Update all test expectations to use getAgentDisplayName()
This commit is contained in:
YeonGyu-Kim
2026-04-13 11:16:11 +09:00
parent 35fdd22d36
commit 4681e7ce27
8 changed files with 137 additions and 89 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { randomUUID } from "node:crypto"
import { createPluginInterface } from "./plugin-interface"
import { createAutoSlashCommandHook } from "./hooks/auto-slash-command"
import { createStartWorkHook } from "./hooks/start-work"
import { getAgentListDisplayName } from "./shared/agent-display-names"
import { getAgentDisplayName } from "./shared/agent-display-names"
import { readBoulderState } from "./features/boulder-state"
import {
_resetForTesting,