pi-brainstorm 0.4.1 → 0.4.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
@@ -36,7 +36,7 @@ pi install npm:pi-brainstorm
36
36
  From GitHub:
37
37
 
38
38
  ```bash
39
- pi install git:github.com/Jarcis-cy/pi-brainstorm@v0.4.1
39
+ pi install git:github.com/Jarcis-cy/pi-brainstorm@v0.4.2
40
40
  ```
41
41
 
42
42
  For local development:
package/README.zh-CN.md CHANGED
@@ -36,7 +36,7 @@ pi install npm:pi-brainstorm
36
36
  通过 GitHub 安装:
37
37
 
38
38
  ```bash
39
- pi install git:github.com/Jarcis-cy/pi-brainstorm@v0.4.1
39
+ pi install git:github.com/Jarcis-cy/pi-brainstorm@v0.4.2
40
40
  ```
41
41
 
42
42
  本地开发安装:
@@ -301,7 +301,6 @@ function generateAgentFile(participant: ParticipantConfig): string {
301
301
  : `- 参与多模型讨论并提供${participant.displayName}视角的分析`;
302
302
 
303
303
  return [
304
- MANAGED_MARKER,
305
304
  "---",
306
305
  `name: ${yamlScalar(participant.agentName)}`,
307
306
  `description: ${yamlScalar(description)}`,
@@ -309,6 +308,8 @@ function generateAgentFile(participant: ParticipantConfig): string {
309
308
  `model: ${yamlScalar(participant.model)}`,
310
309
  "---",
311
310
  "",
311
+ MANAGED_MARKER,
312
+ "",
312
313
  `# ${participant.displayName} Brainstormer${roleTitle}`,
313
314
  "",
314
315
  participant.rolePrompt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-brainstorm",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Multi-model brainstorming and debate sessions for pi subagents.",
5
5
  "type": "module",
6
6
  "keywords": [