Skip to content

Releases: hakityc/tapd-skill

v1.3.1

Choose a tag to compare

@hakityc hakityc released this 17 Jun 08:02

Changes

  • Make task orchestration automatically run effort scheduling and write back effort/begin/due for tasks owned by the current user.
  • Add opt-out wording for users who only want task creation without effort writeback.
  • Document effort defaults and allow .tapd/config.json to declare an effort section.

Validation

  • python3 scripts/quick_validate.py .
  • npx skills add . --list

v1.3.0

Choose a tag to compare

@hakityc hakityc released this 16 Jun 07:53

What's Changed

  • Move default branch context storage from .tapd/context.json to $GIT_DIR/tapd-context.
  • Add personal TAPD context cache under ~/.tapd-context/cache.
  • Generate .tapd/active-context.md with branch guard metadata for agent-readable context.
  • Add branch-name recovery for tapd-story|task|bug-<id> branches.
  • Add sync, refresh, doctor, hook, and logout commands to the bundled tapd-context CLI.
  • Keep legacy .tapd/context.json as read-only migration input.

Validation

  • cd scripts/tapd-context && npm test
  • python3 scripts/quick_validate.py .

v1.2.0

Choose a tag to compare

@hakityc hakityc released this 16 Jun 03:23

Changes

  • Add a read-only TAPD daily/standup brief workflow.
  • Summarize today's tasks, bugs, comments, timesheets, risks, and next work in a concise template.
  • Keep the brief independent from Git branch context.

Validated with quick_validate.

v1.1.1

Choose a tag to compare

@hakityc hakityc released this 15 Jun 11:19

Changes

  • Promote Bug intake to the main MCP workflow.
  • Support TAPD Bug bugtrace view URLs.
  • Route all TAPD remote reads and writes through MCP tools.
  • Remove the direct OpenAPI fallback path.

Validated with 14 tapd-context integration tests and quick_validate.

v1.1.0

Choose a tag to compare

@hakityc hakityc released this 15 Jun 11:08

Changelog

1.1.0 - 2026-06-15

  • Generate minimal .tapd/config.json on first use after base confirmation.
  • Keep backward compatibility with .tapd/project.json.
  • Add Story/Task prong view URL support and workspace mismatch protection.
  • Resolve Task intake through its parent Story.
  • Add daily development execution and finish workflows.
  • Simplify TAPD MCP setup to a personal token.
  • Expand CLI integration tests and add GitHub Actions validation.

1.0.0 - 2026-06-12

  • Publish the sanitized P0 TAPD skill.
  • Add branch-level context memory and the bundled tapd-context CLI.