This repository was archived by the owner on May 25, 2026. It is now read-only.
chore: freshen deps + tidy agent-state from git/biome - #102
Merged
Conversation
Bundled housekeeping pass: - Bump all 5 outdated packages to latest (all minor/patch): - dotenv 17.4.1 -> 17.4.2 - zod 4.3.6 -> 4.4.3 - @biomejs/biome 2.4.10 -> 2.4.15 - @types/bun 1.3.11 -> 1.3.14 - @types/node 25.5.2 -> 25.8.0 - Bump biome.json $schema URL to match the new Biome version (was pinned to 2.3.10, lagging the actual installed version). - Ignore .claude/worktrees/ and .serena/ in .gitignore so agent-harness state stops leaking into git status — and, more importantly, stops breaking 'bun run check' (Biome's config discovery was treating the worktree biome.json copies as nested root configurations and bailing). Verified: bun run check, bun run build, bun test all green (292 pass).
Member
Author
|
This change is part of the following stack: Change managed by git-spice. |
ApprovabilityVerdict: Approved Routine dependency version bumps (dotenv, zod, biome, type definitions) and gitignore additions with no code logic changes or runtime behavior impact. You can customize Macroscope's approvability policy. Learn more. |
This was referenced May 15, 2026
|
🎉 This PR is included in version 2.28.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundled housekeeping pass:
pinned to 2.3.10, lagging the actual installed version).
state stops leaking into git status — and, more importantly, stops
breaking 'bun run check' (Biome's config discovery was treating the
worktree biome.json copies as nested root configurations and bailing).
Verified: bun run check, bun run build, bun test all green (292 pass).
Note
Update dependencies and add agent-state directories to .gitignore
dotenvto 17.4.2,zodto 4.4.3,@biomejs/biometo 2.4.15,@types/bunto 1.3.14, and@types/nodeto 25.8.0.claude/worktrees/and.serena/to .gitignore to exclude agent-state directories from version controlMacroscope summarized 8b6543d.