Skip to content

chore: ignore Dream local state and bump to 0.22.1#19

Merged
franccesco merged 2 commits into
mainfrom
chore/ignore-dream-local-state
Jul 24, 2026
Merged

chore: ignore Dream local state and bump to 0.22.1#19
franccesco merged 2 commits into
mainfrom
chore/ignore-dream-local-state

Conversation

@franccesco

Copy link
Copy Markdown
Owner

Summary

Keep Dream plugin local state out of the repository and sync packaging metadata after the 0.22.0 release.

Why

  • The Dream plugin writes baseline, findings, and run logs under .claude/dream/. That data is machine-local and must not be committed.
  • uv.lock still listed package version 0.21.2 while pyproject.toml was already at 0.22.0 on main. The lockfile needed a sync.

What changed

  • .gitignore: ignore .claude/dream/
  • uv.lock: set bloomy-python package version to match the project version
  • pyproject.toml + uv.lock: patch bump to 0.22.1

Test plan

  • Confirmed only intended files are in the commits
  • Confirmed .claude/dream/ is ignored and not tracked
  • Confirmed package version is 0.22.1 in pyproject.toml and uv.lock

Keep .claude/dream/ (baseline, findings ledger, run logs) out of the
repository. Sync uv.lock bloomy-python package version to 0.22.0 to
match pyproject.toml.
@franccesco
franccesco merged commit bc89984 into main Jul 24, 2026
6 checks passed
@franccesco
franccesco deleted the chore/ignore-dream-local-state branch July 24, 2026 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant