@yanqd0/dsh-mint
DSH plugin: mint issue tracking integration — session context injection, event reminders, plan binding, a zero-approval `mint` tool, and a session tab.
AI 분석
将 Mint 任务追踪融入会话上下文,支持事件提醒和计划绑定,适合使用 Mint 进行项目管理的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
dsh-mint
DSH plugin for the mint issue tracker. Brings mint into DSH sessions:
- session context injection (active issue overview + milestone check)
- event reminders (git commit →
state commit, failure signals) - plan-mode binding (no mint plan → no plan-mode exit)
- a
minttool for the agent: the whole mint CLI executed inside the plugin process, so it needs no bash, no sandbox write access and no approval - (0.2.0) a session tab with an issue panel
Install from source (DSH web profile)
For dogfooding / local development, install this checkout into the DSH web
profile:
pnpm build
dsh plugin --profile web add ./
dsh plugin runs pnpm inside ~/.dsh/profiles/web. pnpm 11 blocks dependency
build scripts by default and exits with ERR_PNPM_IGNORED_BUILDS. Approve the
builds with pnpm itself, without editing any YAML, then re-run the install:
dsh plugin --profile web approve-builds --all
dsh plugin --profile web add ./
If you prefer a single command and accept allowing all builds during install:
dsh plugin --profile web add ./ --config.dangerouslyAllowAllBuilds=true
Status
Early development — milestones 0.1.0 (host face) and 0.2.0 (tab UI). See CHANGELOG once released.