@pi-harness/pi-harness 0.1.42 → 0.1.43
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/apps/web/dist/assets/{index-DFr0bmVi.js → index-HwlJ98Vy.js} +1 -1
- package/apps/web/dist/index.html +1 -1
- package/apps/web/package.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/auto-mode.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cli-notifier.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/git-time-capsule.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mirage-bridge.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reviewer-bot.json +2 -2
- package/node_modules/@pi-harness/api-gateway/package.json +1 -1
- package/node_modules/@pi-harness/cli/package.json +1 -1
- package/node_modules/@pi-harness/host-webserver/package.json +1 -1
- package/node_modules/@pi-harness/web-app/package.json +1 -1
- package/package.json +6 -6
- package/packages/api-gateway/dist/marketplace-entries/official/auto-mode.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/cli-notifier.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/git-time-capsule.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/mirage-bridge.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/reviewer-bot.json +2 -2
- package/packages/api-gateway/package.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/auto-mode.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/cli-notifier.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/git-time-capsule.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/mirage-bridge.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/reviewer-bot.json +2 -2
- package/packages/bundle-web-app/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/host-webserver/package.json +1 -1
package/apps/web/dist/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<link rel="apple-touch-icon" href="/icons/app/apple-touch-icon-180.png" sizes="180x180" />
|
|
16
16
|
<link rel="manifest" href="/manifest.webmanifest" />
|
|
17
17
|
<title>Pi Harness / Control Room</title>
|
|
18
|
-
<script type="module" crossorigin src="/assets/index-
|
|
18
|
+
<script type="module" crossorigin src="/assets/index-HwlJ98Vy.js"></script>
|
|
19
19
|
<link rel="modulepreload" crossorigin href="/assets/react-vendor-BxoMtjVy.js">
|
|
20
20
|
<link rel="modulepreload" crossorigin href="/assets/markdown-vendor-DUdMWn0M.js">
|
|
21
21
|
<link rel="stylesheet" crossorigin href="/assets/index-HyFrm458.css">
|
package/apps/web/package.json
CHANGED
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reviewer-bot.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "reviewer-bot",
|
|
3
3
|
"packageName": "@pi-harness/plugin-reviewer-bot",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"name": "Reviewer Bot",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "只读检查相对 HEAD 的已跟踪 Git 改动中的空白错误、疑似凭据和 TODO/FIXME 标记;不含未跟踪文件,不执行测试,也不代替语义代码审查。",
|
|
7
7
|
"author": "Pi Harness",
|
|
8
8
|
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
9
|
"license": "MIT",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-harness/pi-harness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
4
4
|
"homepage": "https://github.com/pi-harness/pi-harness#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/pi-harness/pi-harness/issues"
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"@earendil-works/pi-agent-core": "0.84.4",
|
|
58
58
|
"@earendil-works/pi-ai": "0.84.4",
|
|
59
59
|
"@earendil-works/pi-coding-agent": "0.84.4",
|
|
60
|
-
"@pi-harness/api-gateway": "0.1.
|
|
61
|
-
"@pi-harness/cli": "0.1.
|
|
62
|
-
"@pi-harness/core": "^0.1.
|
|
63
|
-
"@pi-harness/host-webserver": "0.1.
|
|
64
|
-
"@pi-harness/web-app": "0.1.
|
|
60
|
+
"@pi-harness/api-gateway": "0.1.43",
|
|
61
|
+
"@pi-harness/cli": "0.1.43",
|
|
62
|
+
"@pi-harness/core": "^0.1.43",
|
|
63
|
+
"@pi-harness/host-webserver": "0.1.43",
|
|
64
|
+
"@pi-harness/web-app": "0.1.43",
|
|
65
65
|
"semver": "7.8.5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "reviewer-bot",
|
|
3
3
|
"packageName": "@pi-harness/plugin-reviewer-bot",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"name": "Reviewer Bot",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "只读检查相对 HEAD 的已跟踪 Git 改动中的空白错误、疑似凭据和 TODO/FIXME 标记;不含未跟踪文件,不执行测试,也不代替语义代码审查。",
|
|
7
7
|
"author": "Pi Harness",
|
|
8
8
|
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
9
|
"license": "MIT",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "reviewer-bot",
|
|
3
3
|
"packageName": "@pi-harness/plugin-reviewer-bot",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"name": "Reviewer Bot",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "只读检查相对 HEAD 的已跟踪 Git 改动中的空白错误、疑似凭据和 TODO/FIXME 标记;不含未跟踪文件,不执行测试,也不代替语义代码审查。",
|
|
7
7
|
"author": "Pi Harness",
|
|
8
8
|
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
9
|
"license": "MIT",
|