Refactor to do better metadata analysis on the current project/chat

This commit is contained in:
2025-07-13 16:22:43 -04:00
parent dfaec2ccd3
commit 28bbce8b79
3 changed files with 29 additions and 18 deletions

View File

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