fix: stop ignoring corpus/ so refresh workflow can commit it #1
Reference in New Issue
Block a user
Delete Branch "fix/gitignore-corpus"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Without this, refresh.yml scrapes successfully then commits nothing because
git add corpusis a no-op against the gitignore. chroma/ and bm25/ stay ignored (rebuilt byrag.index --rebuildat CI time).