@henlii/pidance 0.2.22 → 0.2.23
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +5 -5
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.json +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/about/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +3 -3
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/page.js +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +5 -5
- package/.next/server/chunks/5274.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/app/{page-0135c9d722ed6a90.js → page-546bfde49da18ff8.js} +1 -1
- package/README.en.md +4 -3
- package/README.md +4 -3
- package/README.zh-CN.md +3 -2
- package/package.json +1 -1
- /package/.next/static/{IvTykGOPbSV_UrgPBoP-1 → 9Tr9m3GjZ3RcbmXYktF98}/_buildManifest.js +0 -0
- /package/.next/static/{IvTykGOPbSV_UrgPBoP-1 → 9Tr9m3GjZ3RcbmXYktF98}/_ssgManifest.js +0 -0
package/README.en.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
Pidance is an open-source web client for the [Pi](https://github.com/badlogic/pi-mono) coding agent. It reads local Pi session files directly and preserves Pi SDK session and runtime semantics, bringing live chat, project files, Git, worktrees, subagents, and configuration into one browser workspace. Pi remains the source of truth for data and execution semantics; Pidance provides a clearer and more complete interface.
|
|
12
12
|
|
|
13
|
-
> Current version: `0.2.
|
|
13
|
+
> Current version: `0.2.23` · npm package: `@henlii/pidance` · CLI: `pidance`
|
|
14
14
|
|
|
15
15
|
## Preview
|
|
16
16
|
|
|
@@ -86,7 +86,7 @@ pidance
|
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
88
|
npm install
|
|
89
|
-
npm run dev # http://localhost:31415
|
|
89
|
+
npm run dev # non-Windows source development entry (default http://localhost:31415)
|
|
90
90
|
npm run check # typecheck + lint + unit tests
|
|
91
91
|
```
|
|
92
92
|
|
|
@@ -99,7 +99,8 @@ npm run test:browser # browser regression (needs a running instance; de
|
|
|
99
99
|
|
|
100
100
|
Do **not** run `npm run build` or `next build` during everyday development: it writes to `.next/` and can disrupt the development server. Production builds belong in an isolated release checkout through `npm run release:check`.
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
Windows development convention: **31415 is reserved for the installed Pidance build**. Continuous testing of the working tree uses **31416** via
|
|
103
|
+
`.agents/skills/pidance-development/scripts/local-deploy.mjs restart`, with artifacts isolated in `.next-public`. Do not mix installed and working-tree processes, data directories, or build artifacts.
|
|
103
104
|
|
|
104
105
|
## Release process
|
|
105
106
|
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
Pidance 是面向 [Pi](https://github.com/badlogic/pi-mono) coding agent 的开源 Web 客户端。它直接读取本机 Pi 会话文件,并沿用 Pi SDK 的会话与运行时语义,把实时对话、项目文件、Git、工作树、子代理和配置管理汇集到一个浏览器工作区。Pi 仍是数据与执行语义的事实来源;Pidance 负责提供更清晰、更完整的操作界面。
|
|
12
12
|
|
|
13
|
-
> 当前版本:`0.2.
|
|
13
|
+
> 当前版本:`0.2.23` · npm 包:`@henlii/pidance` · CLI:`pidance`
|
|
14
14
|
|
|
15
15
|
## 界面预览
|
|
16
16
|
|
|
@@ -89,7 +89,7 @@ pidance
|
|
|
89
89
|
|
|
90
90
|
```bash
|
|
91
91
|
npm install
|
|
92
|
-
npm run dev # http://localhost:31415
|
|
92
|
+
npm run dev # 非 Windows 源码开发入口(默认 http://localhost:31415)
|
|
93
93
|
npm run check # typecheck + lint + 单元测试
|
|
94
94
|
```
|
|
95
95
|
|
|
@@ -102,7 +102,8 @@ npm run test:browser # 浏览器回归(需已运行的实例,默认
|
|
|
102
102
|
|
|
103
103
|
日常开发**不要**执行 `npm run build` 或 `next build`:它会写入 `.next/` 并干扰开发服务。正式构建只在隔离发布 checkout 中通过 `npm run release:check` 执行。
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
Windows 开发约定:**31415 固定使用已安装的 Pidance 版本**;工作区源码的持续测试使用 **31416**,通过
|
|
106
|
+
`.agents/skills/pidance-development/scripts/local-deploy.mjs restart` 部署到 `.next-public`。勿混用安装版与工作区的进程、数据目录和构建产物。
|
|
106
107
|
|
|
107
108
|
## 发布
|
|
108
109
|
|
package/README.zh-CN.md
CHANGED
|
@@ -96,10 +96,11 @@ npx @henlii/pidance@latest
|
|
|
96
96
|
|
|
97
97
|
```bash
|
|
98
98
|
npm install
|
|
99
|
-
npm run dev
|
|
99
|
+
npm run dev # 非 Windows 源码开发入口;Windows 的 31415 使用已安装版
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
Windows 开发约定:**31415 固定使用已安装的 Pidance 版本**;工作区源码的持续测试使用 **31416**,通过
|
|
103
|
+
`.agents/skills/pidance-development/scripts/local-deploy.mjs restart` 部署到 `.next-public`。勿混用安装版与工作区的进程、数据目录和构建产物。
|
|
103
104
|
|
|
104
105
|
常用检查:
|
|
105
106
|
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|