chore: prepare AgentSeek 0.1.2 release - #178
Merged
Merged
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
0.1.1to0.1.2.uv.lockwithout changing any dependency, source, or hash.v0.1.0and immutable README diagram assets atv0.1.1; those move only in the later catalog-refresh0.1.3release.Release contract
agentseek devnow resolves the lifecycle dotenv once, overlays non-empty launch values, and reuses one immutable snapshot for readiness and every long-running child. DotenvKEY=remains explicitly empty unless a non-empty launch value overrides it; one-shotagentseek taskinheritance is unchanged. Missing, malformed, non-UTF-8, or subprocess-incompatible lifecycle dotenv input exits 2 before starting any child and never yields a partial snapshot. The supported parser window ispython-dotenv>=1.0,<1.3. API lifecycle children requireagentseek-api>=0.2.2.Validation
uv lock --locked: 223 packages; lock diff is only the root AgentSeek version.ty, all pre-commit hooks, and strict MkDocs build pass.agentseek --versionsmoke pass.Lock note
Fresh re-resolution currently follows an unpinned nested Bub Git source declared by the pinned
bub-contribcommit, whose moving HEAD conflicts with the intentional PyPIbub==0.3.9pin. This version-only release therefore updates only the root package version in the already-valid lock. Both CI-pinned uv 0.9.28 and host uv 0.10.2 accept the resulting lock withuv lock --locked; no dependency/source/hash bytes changed.