You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(repo): migrate biome config and disable cognitive-complexity rule (#195)
* chore(repo): migrate biome config and disable cognitive-complexity rule
Migrate biome.json to the 2.5.3 schema and the new `preset` field, and
turn off noExcessiveCognitiveComplexity. The rule produced 55
non-blocking warnings, mostly on legitimately branchy CLI command
handlers; disabling it clears the noise (biome check is now clean).
Assisted-by: Opus 4.8 via Claude Code
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* test(cli): sweep the run's buckets on teardown and raise hook timeout
The CLI integration suite's beforeAll timed out (30s) sweeping stale
tigris-cli-test-* buckets left by prior failed runs — a self-worsening
loop. Add a prefix-scoped catch-all in the top-level afterAll so every
run deletes all the buckets it created (all names use testPrefix), and
raise hookTimeout to 120s so a slow setup doesn't fail the suite.
Assisted-by: Opus 4.8 via Claude Code
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* test(repo): make integration suites clean up their resources reliably
- agent-kit: capture the fork/workspace cleanup handle before asserting,
and track the base bucket before creating it, so a failed assertion no
longer orphans fork buckets or their IAM access keys. Guard afterEach
so one failed removal can't strand the rest.
- storage fork/merge/rebase: push buckets to cleanup before createBucket
so a create/assert failure still deletes them.
- storage integration softDelete: guard each removeBucket so force-
removing an already-soft-deleted bucket can't strand the others.
Deliberately did not add a shared test-* bucket sweep: storage runs test
files in parallel, so a per-file sweep would delete other files'
in-flight buckets.
Assisted-by: Opus 4.8 via Claude Code
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments