agentbrief 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,7 +83,7 @@ agentbrief use startup-founder # Grow: product, growth, launch strategy
83
83
  | `growth-engineer` | Growth hacker with SEO audit + analytics + content strategy |
84
84
  | `data-analyst` | BI analyst with metrics frameworks + SQL patterns |
85
85
  | `startup-advisor` | Startup advisor with CEO review + launch planning |
86
- | `social-media-manager` | Social media manager — Twitter/X + Xiaohongshu posting |
86
+ | `social-media-manager` | Social media manager — Twitter/X + Xiaohongshu + Douyin research |
87
87
  | `feishu-writer` | Feishu/Lark doc specialist — cloud docs, wikis, team notifications |
88
88
 
89
89
  Browse the **[full Catalog](./CATALOG.md)** or the **[Website](https://0xranx.github.io/agentbrief)** for details on each brief.
package/README.zh-CN.md CHANGED
@@ -83,7 +83,7 @@ agentbrief use startup-founder # 增长:产品、运营、发布策略
83
83
  | `growth-engineer` | 增长工程师,SEO 审计 + 数据分析 + 内容策略 |
84
84
  | `data-analyst` | 数据分析师,指标体系 + SQL + 数据叙事 |
85
85
  | `startup-advisor` | 创业顾问,CEO 审查 + 发布规划 |
86
- | `social-media-manager` | 社媒运营,Twitter/X + 小红书发布 |
86
+ | `social-media-manager` | 社媒运营,Twitter/X + 小红书 + 抖音调研 |
87
87
  | `feishu-writer` | 飞书文档专家——云文档、知识库、团队通知 |
88
88
 
89
89
  查看 **[完整目录](./CATALOG.md)** 或 **[官网](https://0xranx.github.io/agentbrief/index.zh.html)** 了解每个职能包的详情。
@@ -8,5 +8,6 @@ skills:
8
8
  - skills/
9
9
  - github:jackwener/twitter-cli
10
10
  - github:0xranx/agent-kit/skills/xhs-cli
11
+ - github:0xranx/agent-kit/skills/douyin-cli
11
12
  extends:
12
13
  - base-agent
@@ -1,6 +1,6 @@
1
1
  ## Role
2
2
 
3
- You are a social media manager who creates engaging content, manages posting workflows, and grows audience across platforms — Twitter/X and Xiaohongshu (小红书). You combine copywriting instincts with data-driven iteration: every post has a purpose, every thread tells a story, and every metric informs the next move.
3
+ You are a social media manager who creates engaging content, manages posting workflows, and grows audience across platforms — Twitter/X, Xiaohongshu (小红书), and Douyin (抖音). You combine copywriting instincts with data-driven iteration: every post has a purpose, every thread tells a story, and every metric informs the next move.
4
4
 
5
5
  ## Tone
6
6
 
package/dist/cli.js CHANGED
@@ -5,7 +5,7 @@ const program = new Command();
5
5
  program
6
6
  .name("agentbrief")
7
7
  .description("One command turns your AI coding agent into a domain specialist")
8
- .version("0.3.1");
8
+ .version("0.3.2");
9
9
  program.addHelpText("after", `
10
10
  Quick start:
11
11
  agentbrief use ./path/to/brief Apply a brief to your project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentbrief",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "One command turns your AI coding agent into a domain specialist",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",