Skip to content

Releases: Evilom/agent-board-kit

Agent Board Kit v1.1.1

Choose a tag to compare

@Evilom Evilom released this 16 Jul 08:28

English

Documentation patch release.

Changes:

  • Added a complete English README as the default GitHub landing page
  • Preserved the full Simplified Chinese guide in README.zh-CN.md
  • Added language navigation between both guides
  • Documented the semantic-versioning and GitHub Release policy
  • Updated the CLI version to 1.1.1

There are no runtime behavior changes in this release.

Install:
npx skills add Evilom/agent-board-kit --skill agent-board

中文

文档补丁版本。

变更:

  • GitHub 默认首页改为完整英文 README
  • 完整中文说明保留在 README.zh-CN.md
  • 中英文文档增加互相跳转入口
  • 明确语义化版本与 GitHub Release 发布约定
  • CLI 版本更新为 1.1.1

本版本没有运行行为变更。

Agent Board Kit v1.1.0

Choose a tag to compare

@Evilom Evilom released this 16 Jul 08:13

English

First public release of Agent Board Kit.

Highlights:

  • Zero-daemon, standard-library-only local coordination board for coding agents
  • Task lifecycle, scope and file conflict warnings
  • Progress, blocker, message, and handoff records
  • State diagnostics, backup, and repair
  • Shared storage for linked Git worktrees
  • Standard Agent Skill and idempotent project installer

Install:
npx skills add Evilom/agent-board-kit --skill agent-board

中文

Agent Board Kit 首个公开版本。

主要能力:

  • 零守护进程、仅使用 Python 标准库的本地多 Agent 公告板
  • 任务生命周期、范围与文件冲突预警
  • 进度、阻塞、留言和交接记录
  • 状态诊断、备份与修复
  • linked worktree 共享存储
  • 标准 Agent Skill 与幂等项目安装器