Skip to content

Commit 414bc0b

Browse files
chitcommitclaude
andcommitted
feat: include disputes.chitty.cc alias in beacon payload
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d36b641 commit 414bc0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/beacon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export async function sendBeacon(env: Env) {
99
version: '0.1.0',
1010
environment: env.ENVIRONMENT || 'production',
1111
canonicalUri: 'chittycanon://core/services/chittycommand',
12+
aliases: ['disputes.chitty.cc'],
1213
timestamp: new Date().toISOString(),
1314
};
1415
const headers: Record<string, string> = { 'Content-Type': 'application/json', 'X-Source-Service': 'chittycommand' };

0 commit comments

Comments
 (0)