Releases: hakityc/tapd-skill
Releases · hakityc/tapd-skill
Release list
v1.3.1
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
What's Changed
- Move default branch context storage from
.tapd/context.jsonto$GIT_DIR/tapd-context. - Add personal TAPD context cache under
~/.tapd-context/cache. - Generate
.tapd/active-context.mdwith branch guard metadata for agent-readable context. - Add branch-name recovery for
tapd-story|task|bug-<id>branches. - Add
sync,refresh,doctor,hook, andlogoutcommands to the bundledtapd-contextCLI. - Keep legacy
.tapd/context.jsonas read-only migration input.
Validation
cd scripts/tapd-context && npm testpython3 scripts/quick_validate.py .
v1.2.0
v1.1.1
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
Changelog
1.1.0 - 2026-06-15
- Generate minimal
.tapd/config.jsonon 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-contextCLI.