Skip to content

Releases: alimtunc/turkit

turkit v3.8.0

Choose a tag to compare

@alimtunc alimtunc released this 20 Jun 16:47

Added

  • Global Turkit preferences via ~/.config/turkit/config.yaml, with ~/.turkit.yaml as a legacy fallback.
  • Repo .turkit.yaml overrides global preferences per key for supported personal settings.

Changed

  • Output preferences and workflow.token_budget can be inherited globally, while project-specific settings stay repo-local.
  • install and turkit-init report inherited global preferences instead of copying them into every repo config.

turkit-react

  • react-review inherits global output preferences through the shared output-preferences contract.

turkit v3.7.0

Choose a tag to compare

@alimtunc alimtunc released this 20 Jun 16:22

Added

  • .turkit.yaml -> output.language and output.technical_terms configure operator-facing prose while preserving technical terms.
  • output-preferences contract is vendored into skills that emit operator-facing text.

Changed

  • zoom-out now explains focused targets with a short why/how/risk shape instead of a rigid map dump.
  • Understanding gates now localize labels and final questions through the shared output-preferences contract.

turkit-react

  • react-review now reads output preferences for operator-facing language/style.

turkit v3.6.0

Choose a tag to compare

@alimtunc alimtunc released this 19 Jun 09:56

Added

  • work-brief summarizes what an AI work session produced, why it matters, the key pieces, linked files, quality evidence, and current git/ticket/PR state.
  • Generated AGENTS.md / GEMINI.md guidance and setup/adoption flows now include work-brief as an understanding gate after AI work.

turkit v3.5.1

Choose a tag to compare

@alimtunc alimtunc released this 18 Jun 20:43

Changed

  • explain-diff now emits a compact before/after brief with explicit constraint, impact, scope, risk, verification, and reread fields.
  • explain-diff now forbids diagrams, long prose, file-by-file walkthroughs, and invented intent.

turkit v3.5.0

Choose a tag to compare

@alimtunc alimtunc released this 18 Jun 14:47

Added

  • ticket --fast runs the normal ticket flow with compact operator output and a narrower reuse survey while keeping approval and verification gates.
  • .turkit.yaml → workflow.token_budget lets projects default workflow skills to low, normal, or high exploration.
  • .turkit.yaml → output.style lets projects choose compact, standard, or full operator-facing responses.
  • commands.dev is now part of the command-resolution contract for skills that explicitly need a live local app.

turkit v1.0.0 — marketplace split + React pack + rules-refresh

Choose a tag to compare

@alimtunc alimtunc released this 23 Apr 07:31

What's new

  • Marketplace split: turkit is now a marketplace with two plugins (turkit-workflow and turkit-react). Install only what you need.
  • turkit-workflow v1.0.0: 10 existing skills + new rules-refresh meta-skill that audits any rules doc and proposes Keep / Sharpen / Add-rationale / Redundant / Stale updates.
  • turkit-react v0.1.0: opinionated React review skill (13 rules across modern React, component boundaries, conditional rendering, hooks hygiene).

Install

/plugin marketplace add alimtunc/turkit
/plugin install turkit-workflow@alimtunc/turkit
/plugin install turkit-react@alimtunc/turkit    # optional

Full changelog

See CHANGELOG.md.