Skip to content

Commit e08b39e

Browse files
willwashburnclaude
andauthored
fix(changelog): escape glob in @agent-relay/* to satisfy prettier (#1197)
* fix(changelog): escape glob in @agent-relay/* to satisfy prettier The v9.1.0 release entry tripped the prettier format:check CI gate because the unescaped `*` is parsed as markdown emphasis. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(changelog): wrap @agent-relay/* glob in backticks Inline code is cleaner than backslash-escaping the asterisk and also satisfies prettier's markdown emphasis check. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 39b604c commit e08b39e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8686
- Pin verify-standalone-macos to macos-15 and add smoke wait timeout
8787
- Record workspace_id from agent registration response
8888
- Use @relaycast/sdk instead of dead bespoke RPC API
89-
- Drop redundant @agent-relay/* tsconfig paths so the compiled CLI keeps workspace exports
89+
- Drop redundant `@agent-relay/*` tsconfig paths so the compiled CLI keeps workspace exports
9090

9191
## [9.0.1] - 2026-06-21
9292

0 commit comments

Comments
 (0)