newtype-profile 1.0.36 → 1.0.37
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 +15 -1
- package/README.zh-cn.md +15 -1
- package/dist/cli/index.js +1 -1
- package/dist/index.js +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,14 @@ newtype-profile is an AI Agent collaboration framework designed for **content cr
|
|
|
52
52
|
|
|
53
53
|
#### Method 1: npm Package (Recommended)
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
**Step 1:** Install the package:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
cd ~/.config/opencode
|
|
59
|
+
bun add newtype-profile
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**Step 2:** Edit `~/.config/opencode/opencode.json`:
|
|
56
63
|
|
|
57
64
|
```json
|
|
58
65
|
{
|
|
@@ -62,6 +69,13 @@ Edit `~/.config/opencode/opencode.json`:
|
|
|
62
69
|
}
|
|
63
70
|
```
|
|
64
71
|
|
|
72
|
+
**To update to the latest version:**
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
cd ~/.config/opencode
|
|
76
|
+
bun update newtype-profile
|
|
77
|
+
```
|
|
78
|
+
|
|
65
79
|
#### Method 2: Clone to Local (Development)
|
|
66
80
|
|
|
67
81
|
For development or customization:
|
package/README.zh-cn.md
CHANGED
|
@@ -52,7 +52,14 @@ newtype-profile 是一套专为**内容创作**设计的 AI Agent 协作框架
|
|
|
52
52
|
|
|
53
53
|
#### 方式一:npm 包(推荐)
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
**步骤 1:** 安装包:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
cd ~/.config/opencode
|
|
59
|
+
bun add newtype-profile
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**步骤 2:** 编辑 `~/.config/opencode/opencode.json`:
|
|
56
63
|
|
|
57
64
|
```json
|
|
58
65
|
{
|
|
@@ -62,6 +69,13 @@ newtype-profile 是一套专为**内容创作**设计的 AI Agent 协作框架
|
|
|
62
69
|
}
|
|
63
70
|
```
|
|
64
71
|
|
|
72
|
+
**更新到最新版本:**
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
cd ~/.config/opencode
|
|
76
|
+
bun update newtype-profile
|
|
77
|
+
```
|
|
78
|
+
|
|
65
79
|
#### 方式二:克隆到本地(开发用)
|
|
66
80
|
|
|
67
81
|
用于开发或自定义:
|
package/dist/cli/index.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var require_picocolors = __commonJS((exports, module) => {
|
|
|
2253
2253
|
var require_package = __commonJS((exports, module) => {
|
|
2254
2254
|
module.exports = {
|
|
2255
2255
|
name: "newtype-profile",
|
|
2256
|
-
version: "1.0.
|
|
2256
|
+
version: "1.0.37",
|
|
2257
2257
|
description: "AI Agent Collaboration System for Content Creation - Based on oh-my-opencode",
|
|
2258
2258
|
main: "dist/index.js",
|
|
2259
2259
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -21960,13 +21960,7 @@ You are a professional analysis assistant using Scenario Planning to analyze pro
|
|
|
21960
21960
|
---
|
|
21961
21961
|
|
|
21962
21962
|
**Super Analyst 2.0** - Elite Analytical Consulting at Your Fingertips
|
|
21963
|
-
|
|
21964
|
-
mcpConfig: {
|
|
21965
|
-
"sequential-thinking": {
|
|
21966
|
-
command: "npx",
|
|
21967
|
-
args: ["-y", "@modelcontextprotocol/server-sequential-thinking"]
|
|
21968
|
-
}
|
|
21969
|
-
}
|
|
21963
|
+
`
|
|
21970
21964
|
};
|
|
21971
21965
|
function createBuiltinSkills() {
|
|
21972
21966
|
return [playwrightSkill, superAnalystSkill];
|