@akagilnc/pi-workflow-roles 0.1.1751 → 0.1.1758
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 +2 -2
- package/README.zh-CN.md +1 -1
- package/package.json +6 -2
- package/souls/judge.md +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @akagilnc/pi-workflow-roles
|
|
2
2
|
|
|
3
|
-
Packaged workflow roles for [Pi](https://pi.dev): `judge`, `fixer`, `coder`, `reviewer`, `collector`, `doctor`, `merger`. 中文说明见 [README.zh-CN.md](README.zh-CN.md)。
|
|
3
|
+
Packaged workflow roles for [Pi](https://pi.dev): `judge`, `fixer`, `coder`, `reviewer`, `collector`, `doctor`, `merger`. 中文说明见 [README.zh-CN.md](https://github.com/Akagilnc/ak-pi-workflow-roles/blob/main/README.zh-CN.md)。
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -73,7 +73,7 @@ ak-role merger --project /path/to/worktree "Reconcile the active merge."
|
|
|
73
73
|
|
|
74
74
|
## Names
|
|
75
75
|
|
|
76
|
-
Roles are named after Tang/Song offices; the full roster and naming rule live in [README.zh-CN.md](README.zh-CN.md).
|
|
76
|
+
Roles are named after Tang/Song offices; the full roster and naming rule live in [README.zh-CN.md](https://github.com/Akagilnc/ak-pi-workflow-roles/blob/main/README.zh-CN.md).
|
|
77
77
|
|
|
78
78
|
## Developer seam: raw session invocation (advanced)
|
|
79
79
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @akagilnc/pi-workflow-roles
|
|
2
2
|
|
|
3
|
-
为 [Pi](https://pi.dev) 打包的工作流角色:大理寺(judge)、修内司(fixer)、将作监(coder)、御史台(reviewer)、门下省(collector)、太医署(doctor)、校书郎(merger)。English: [README.md](README.md)。
|
|
3
|
+
为 [Pi](https://pi.dev) 打包的工作流角色:大理寺(judge)、修内司(fixer)、将作监(coder)、御史台(reviewer)、门下省(collector)、太医署(doctor)、校书郎(merger)。English: [README.md](https://github.com/Akagilnc/ak-pi-workflow-roles/blob/main/README.md)。
|
|
4
4
|
|
|
5
5
|
## 安装
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akagilnc/pi-workflow-roles",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1758",
|
|
4
4
|
"description": "Soul-bound workflow roles for Pi",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"pi-package"
|
|
9
9
|
],
|
|
10
10
|
"bin": {
|
|
11
|
-
"ak-role": "
|
|
11
|
+
"ak-role": "dist/public-cli/main.js"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
@@ -65,5 +65,9 @@
|
|
|
65
65
|
"tsx": "latest",
|
|
66
66
|
"typebox": "1.3.8",
|
|
67
67
|
"typescript": "latest"
|
|
68
|
+
},
|
|
69
|
+
"repository": {
|
|
70
|
+
"type": "git",
|
|
71
|
+
"url": "git+https://github.com/Akagilnc/ak-pi-workflow-roles.git"
|
|
68
72
|
}
|
|
69
73
|
}
|