Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
c043c408f1 chore(deps): update pnpm to v10.34.1 2026-06-01 17:16:08 +00:00
de25bc5cd1 chore(branding): change desc 2026-05-30 23:11:50 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Agent Guidelines for HackClub.tv
# Agent Guidelines for tv
This document provides essential information for AI coding agents working on the HackClub.tv codebase.

View File

@@ -306,7 +306,7 @@ function classifyPublisherIssue(error: unknown, context: PublisherIssueContext):
return {
context,
description:
'Use HackClub.tv over HTTPS or localhost in a Chromium-based browser, then try again.',
'Use the platform over HTTPS or localhost in a Chromium-based browser, then try again.',
title: 'This browser or page cannot start screen sharing',
tone: 'destructive',
};

View File

@@ -26,5 +26,5 @@
"prettier": "^3.8.3",
"turbo": "^2.9.7"
},
"packageManager": "pnpm@10.6.5"
"packageManager": "pnpm@10.34.1"
}