Skip to content

Releases: graysurf/agent-kit

v2.3.9

08 Mar 04:15
2a5e8e7

Choose a tag to compare

v2.3.9 - 2026-03-08

Added

  • Shared create-plan/create-plan-rigorous plan-authoring baseline reference at
    skills/workflows/plan/_shared/references/PLAN_AUTHORING_BASELINE.md and shared pytest helpers under
    skills/workflows/plan/_shared/python/ (#232).

Changed

  • create-plan now points to a single shared baseline for plan authoring, executability, and grouping rules while keeping only base-skill
    deltas locally (#231, #232).
  • create-plan-rigorous now builds on the same shared baseline and keeps only rigorous-specific sizing, scorecard, and review guidance
    locally (#231, #232).
  • The shared plan template now includes optional execution metadata and rigorous scorecard placeholders so the scaffold matches the actual
    workflow contract more closely (#232).

v2.3.8

04 Mar 01:02
1947de5

Choose a tag to compare

v2.3.8 - 2026-03-04

Added

  • Final outcomes artifact at docs/plans/skills-review-final-outcomes.md with auditable keep/remove decisions and explicit migration mapping
    for removed entrypoints.

Changed

  • Repo-level docs were aligned to the finalized skill/check surface, including canonical scripts/check.sh gates and entrypoint-drift guards
    in PROJECT_DEV_WORKFLOW.md.
  • README.md structure notes now reflect current tracked directories and remove stale progress-log wording.
  • docs/testing/script-smoke.md plan-issue cleanup example now uses the current <owner__repo> workspace slug convention.
  • Obsolete docs/plans artifacts were removed, and legacy simplification notes were dropped from issue workflow script help text.
  • scripts/README.md was refreshed to match the current script inventory and remove outdated sections.

v2.3.7

03 Mar 19:36
16a3cc8

Choose a tag to compare

v2.3.7 - 2026-03-04

Added

  • Docs freshness audit coverage, including a dedicated helper and lint/local workflow integration (#214, #215).
  • CI ownership/stale-script guardrails with refreshed regression smoke coverage for script specs (#212, #213).
  • Local pre-commit check wrapper and updated developer command guidance (#219).

Changed

  • CI phase orchestration now centralizes bootstrap/setup and adds parity guardrails for check flows (#210, #211).
  • plan-issue-delivery merge behavior now prefers squash, with merge fallback guidance for protected workflows (#220).
  • Repository plan-doc artifacts and related plan checks were pruned as part of CI cleanup/refactor work (#219).

Fixed

  • CI stability issues across docs/ownership/lint/pytest lanes were resolved to unblock runner-safe execution (#217, #218).

v2.3.6

02 Mar 02:52
f7d4055

Choose a tag to compare

v2.3.6 - 2026-03-02

Added

  • Deterministic third-party artifact generation via scripts/generate-third-party-artifacts.sh for THIRD_PARTY_LICENSES.md and
    THIRD_PARTY_NOTICES.md (#205).
  • Third-party artifact regression coverage, including dedicated pytest cases and smoke-spec entries for generator/audit script help flows
    (#205).

Changed

  • Local/CI required checks now enforce strict third-party artifact freshness through scripts/ci/third-party-artifacts-audit.sh in
    scripts/check.sh --all and the lint workflow (#205).
  • Developer docs (DEVELOPMENT.md, scripts/README.md) now document the third-party artifact generation/audit workflow and command
    entrypoints (#205).

v2.3.5

02 Mar 02:33
622e75a

Choose a tag to compare

v2.3.5 - 2026-03-02

Changed

  • plan-issue-delivery now enforces plan-branch integration and sync gates across task-lane flows (#204).

Fixed

  • release-workflow now enforces plain issue/PR references in release guidance and audits (#204).

v2.3.4

01 Mar 22:30
8dc27e8

Choose a tag to compare

v2.3.4 - 2026-03-02

Added

  • issue-pr-review now ships a reusable review-evidence template to document decision rationale and merge/follow-up outcomes (#203).

Changed

  • Issue delivery workflows now standardize task-lane continuity and post-review sync expectations across main-agent/subagent handoffs (#200).
  • plan-issue-delivery now requires main-agent init snapshot artifacts before dispatching sprint work (#202).
  • issue-pr-review merge/request-followup/close flows now require evidence-gated decision inputs and validation hooks (#203).

Fixed

  • scripts/project-resolve now fails fast when required option values are missing, with updated smoke coverage (#201).

v2.3.2

27 Feb 00:31
53646bf

Choose a tag to compare

v2.3.2 - 2026-02-27

Added

  • plan-issue-delivery now includes a worktree cleanup helper and associated smoke docs (#198).
  • plan-issue now requires dispatch snapshot artifacts for run traceability.
  • plan-issue-delivery test coverage now includes sprint1/sprint2 fixture artifact and PR normalization checks (#195, #196).

Changed

  • Plan-issue prompt/runbook guidance now clarifies worktree usage, approval flow, and sprint close-gate checklists (#197, #199).
  • plan-issue-delivery now documents runtime workspace policy and resolves prompt paths via AGENT_HOME.
  • Skill/docs metadata were normalized with strict markdown linting and updated issue-delivery automation slug naming.

Fixed

  • issue-subagent-pr now asserts dispatch snapshot environment variable names.
  • README automation-skill listings now remove duplicate entries and restore missing plan-issue prompt preset references.

v2.3.1

25 Feb 21:49
397887e

Choose a tag to compare

v2.3.1 - 2026-02-26

Changed

  • plan-issue-delivery-loop release flow now uses ready-plan --no-label-update to avoid review label mutation.
  • Removed disposable lifecycle fixtures under tests/issues/duck-lifecycle/ after loop validation completion.

v2.3.0

25 Feb 10:59
c4fb49a

Choose a tag to compare

v2.3.0 - 2026-02-25

Added

  • New bug PR workflows: create-bug-pr, deliver-bug-pr, and close-bug-pr.
  • New issue workflows: issue-lifecycle, issue-pr-review, and issue-subagent-pr.
  • New issue-delivery automation flows: issue-delivery-loop and plan-issue-delivery-loop.
  • Plan-issue delivery prompts now support rendered subagent prompt enforcement.

Changed

  • Issue-delivery flows now use plan-issue CLI binaries and updated prompt/checklist guidance.
  • create-plan-rigorous now includes split-PR sizing guidance and sprint scorecard guardrails.
  • Legacy progress PR workflows were removed, with feature tooling simplified around issue/bug delivery paths.

Fixed

  • Issue workflows now enforce pr-isolated execution mode.
  • plan-issue-delivery-loop now returns clearer usage errors.
  • Issue workflow smoke scripts now support Bash 3.2 compatibility.

v2.2.9

23 Feb 17:15
574a7cb

Choose a tag to compare

v2.2.9 - 2026-02-24

Added

  • New docs-plan-cleanup workflow skill to prune outdated docs/plans content and reconcile plan-related docs safely.

Changed

  • docs-plan-cleanup output now renders as markdown tables, with a bundled response template and test coverage.
  • Documentation cleanup removed obsolete plan/runbook docs and refreshed progress index references.
  • find-and-fix-bugs guidance now clarifies GitHub issue triage behavior.

Fixed

  • Feature PR close-cleanup scripts now handle git worktrees safely.
  • image-processing skill docs/tests now align with the SVG-first CLI flow.
  • Docker auth/home-path defaults are aligned for runtime tooling.