init_bulletin
Initializes a shared bulletin and AGENTS.md rules for AI agents, establishing project identity and coordination before work begins. Idempotent: safe to rerun without overwriting existing files.
Instructions
初始化:每个终端接入邮箱时第一个调用。 做两件事: 1. 在当前目录生成必读文件 AGENTS.md(AI 每次对话都会自动读到它, 里面写着协作纪律,等于给 AI 装上"开工前先看板"的规矩); 2. 创建本项目的共享公告文件(如果还没有)。 幂等:必读文件和共享公告已存在时不会覆盖,所以可以放心反复调用。
参数: project 项目名,不传就自动识别(git remote -> 标记文件 -> 文件夹名) include_claude 设为 True 时额外生成 CLAUDE.md(给 Claude Code 用)
非 git 目录下会自动生成 .board-project 标记文件(内容 = 项目名), 文件夹从此绑定固定项目身份:以后从任何副本/目录进入都解析到同一块板。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| include_claude | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |