Skip to content

release: v0.1.8#68

Merged
heggria merged 1 commit into
mainfrom
release/0.1.8
Jul 9, 2026
Merged

release: v0.1.8#68
heggria merged 1 commit into
mainfrom
release/0.1.8

Conversation

@heggria

@heggria heggria commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Release v0.1.8

A small patch release. No engine API changes — the runtime surface is unchanged.

What ships

  • fix(schema): cwd no longer accepts interpolation placeholders (fix(schema): reject interpolated cwd placeholders #65). The validator silently accepted cwd: "{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} in cwd with a clear error pointing at the reserved keywords (temp / dedicated / worktree).
  • Dependency sweep (chore(deps): bump pnpm/action-setup from 4 to 6 #57, chore(deps): batch remaining Dependabot bumps (#58–#64) #66) — CI / dev / website deps only:
    • pnpm/action-setup 4 → 6
    • GitHub Actions: actions/checkout v4 → v7, upload-pages-artifact v3 → v5, deploy-pages v4 → v5
    • dev: typescript ^6 → ^7, @types/node ^22 → ^26, typebox ^1.3.3 → ^1.3.6, @biomejs/biome 2.5.2 → 2.5.3
    • website: fumadocs-core/ui 16.10.7 → 16.11.1, fumadocs-mdx 15.0.13 → 15.1.0

Release prep

  • All seven packages + root → 0.1.8 (lockstep)
  • taskflow-core / taskflow-hosts / taskflow-mcp-core dependency pins → 0.1.8
  • codex/claude/opencode plugin manifests (.mcp.json npx pins + plugin.json versions) → 0.1.8
  • Added ## [0.1.8] CHANGELOG section

Pre-flight ✅

  • typecheck: 0 errors
  • unit tests: 1160 / 1160 green
  • build: 7 packages OK
  • skills drift-guard: green

After merge, tag v0.1.8 triggers .github/workflows/publish.yml (publishes core → mcp-core → hosts → pi/codex/claude/opencode in order).

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.
@heggria heggria merged commit 2a054e3 into main Jul 9, 2026
6 checks passed
@heggria heggria deleted the release/0.1.8 branch July 9, 2026 12:57
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