release: v0.1.8#68
Merged
Merged
Conversation
Release prep for 0.1.8 — a small patch release shipping the cwd interpolation-placeholder fix (#65) plus the batched dependency bumps (#57, #66). No engine API changes. Bumps all seven packages + root to 0.1.8 in lockstep, including the taskflow-core / taskflow-hosts / taskflow-mcp-core dependency pins and the codex/claude/opencode plugin manifests (.mcp.json npx pins + plugin.json versions), and adds the 0.1.8 CHANGELOG section. Pre-flight: typecheck 0 errors, 1160/1160 unit tests green, build + 7 packages OK, skills drift-guard green.
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.
Release v0.1.8
A small patch release. No engine API changes — the runtime surface is unchanged.
What ships
fix(schema):cwdno longer accepts interpolation placeholders (fix(schema): reject interpolated cwd placeholders #65). The validator silently acceptedcwd: "{args.workspace}", which resolved to a literal directory named{args.workspace}at run time (and was a path-injection vector).validateTaskflow()now rejects any{placeholder}incwdwith a clear error pointing at the reserved keywords (temp/dedicated/worktree).pnpm/action-setup4 → 6actions/checkoutv4 → v7,upload-pages-artifactv3 → v5,deploy-pagesv4 → v5typescript^6 → ^7,@types/node^22 → ^26,typebox^1.3.3 → ^1.3.6,@biomejs/biome2.5.2 → 2.5.3fumadocs-core/ui16.10.7 → 16.11.1,fumadocs-mdx15.0.13 → 15.1.0Release prep
0.1.8(lockstep)taskflow-core/taskflow-hosts/taskflow-mcp-coredependency pins →0.1.8.mcp.jsonnpx pins +plugin.jsonversions) →0.1.8## [0.1.8]CHANGELOG sectionPre-flight ✅