codeburn/packages/cli
iamtoruk 1e1b3635b9 test: guarantee a distinct inode in the file-replaced edge case
unlink-then-recreate at the same path lets ext4 hand the freed inode
straight back, which CI runners reproduce reliably; the assertion then
fails as 'expected N not to be N'. Write the replacement beside the
original while the old inode is still allocated, then rename over it.
2026-08-21 09:14:31 -07:00
..
src fix(cache): bump DAILY_CACHE_VERSION to 23, not 16 2026-08-21 08:51:27 -07:00
tests test: guarantee a distinct inode in the file-replaced edge case 2026-08-21 09:14:31 -07:00
package.json test(cli): restore CI timeout headroom and lock-suite quarantine lost in packages/cli split 2026-08-21 08:28:55 -07:00
tsconfig.json chore(workspace): move CLI to packages/cli, add @codeburn/core skeleton (phase 1) 2026-07-26 10:19:33 -07:00
tsup.config.ts chore(workspace): move CLI to packages/cli, add @codeburn/core skeleton (phase 1) 2026-07-26 10:19:33 -07:00
vitest.config.ts test(cli): restore CI timeout headroom and lock-suite quarantine lost in packages/cli split 2026-08-21 08:28:55 -07:00