feat: enhance CodeFeed with repo allowlist/denylist, optional timestamp filtering, and verbose logging

This commit is contained in:
2025-09-14 20:27:51 +00:00
parent 98f5c466a6
commit f21aa58c18
5 changed files with 214 additions and 138 deletions

View File

@@ -1,4 +1,4 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as codefeed from '../ts/index.js';
import * as qenv from '@push.rocks/qenv';
const testQenv = new qenv.Qenv('./', '.nogit/');