Skip to content

Commit 2516414

Browse files
committed
2 parents 07550a8 + 3614e2a commit 2516414

18 files changed

+1929
-1902
lines changed

internal-docs

src/core/indexer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ import {
4141
MANIFEST_FILENAME,
4242
VECTOR_DB_DIRNAME
4343
} from '../constants/codebase-context.js';
44+
45+
const STAGING_DIRNAME = '.staging';
46+
const PREVIOUS_DIRNAME = '.previous';
4447
import {
4548
computeFileHashes,
4649
readManifest,

0 commit comments

Comments
 (0)