Zum Hauptinhalt springen
0

dsh-forge-studio (plugin-daily-log)

0x7a7a6572/dsh-forge-studio/packages/plugin-daily-log

Work reports for DeepSeek Harness: gathers Git commits and local agent conversations (DeepSeek/Claude/Codex) and renders daily, weekly or monthly reports from your own templates; the agent tool is injected on demand.

Installation

dsh plugin --profile web add github:0x7a7a6572/dsh-forge-studio

Dieses Plugin befindet sich im Unterverzeichnis packages/plugin-daily-log des Repositorys.

README

dsh-forge-studio

聚合多个独立 dsh 日常插件的 monorepo。每个功能一个 packages/plugin-<name>,统一命名 @zzerx/dsh-plugin-<name>

插件

说明状态
@zzerx/dsh-plugin-notes便签板:纸卡墙 / 列表 / 任务泳道三视图,Markdown、贴图、AI 联动执行
@zzerx/dsh-plugin-daily-log工作日志:聚合 Git 提交 + 本地 agent 对话,模板化生成日报/周报/月报
@zzerx/dsh-plugin-memory记忆与进化:跨会话记忆(全局 / 项目双作用域),自动提炼、自动注入,实体与边关联(wiki 图层),设置面板一级「记忆」分区
@zzerx/dsh-plugin-home-studio工作台:聚合日常功能入口的骨架包,待填充🚧

安装

dsh plugin --profile <你的profile名> add @zzerx/dsh-plugin-notes
dsh plugin --profile <你的profile名> add @zzerx/dsh-plugin-daily-log
dsh plugin --profile <你的profile名> add @zzerx/dsh-plugin-memory
dsh plugin --profile <你的profile名> add @zzerx/dsh-plugin-home-studio

本地开发

pnpm install   # 装 workspace(含本地 dsh CLI)
pnpm dev       # 启动 dsh web(DSH_HOME=.dsh-home,profile=web)

目录

packages/
  plugin-notes/        便签
  plugin-daily-log/    工作日志
  plugin-memory/       记忆与进化
  plugin-home-studio/  工作台(骨架)

Ähnliche Plugins