@yanqd0/dsh-mint
集成 Mint 任务追踪系统的插件
AI 分析
将 Mint 任务追踪融入会话上下文,支持事件提醒和计划绑定,适合使用 Mint 进行项目管理的用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 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.