Recognize the project page

This commit is contained in:
2025-07-17 09:34:35 -04:00
parent 4a41a38cbc
commit 111e3ee048
3 changed files with 46 additions and 11 deletions

View File

@ -1,7 +1,7 @@
async function main() {
console.log('Running artifact collector');
if (!ProjectMeta.isProjectChat()) {
if (!ProjectMeta.isInProject()) {
console.log('Not in a project chat, exiting');
return;
}