@unifan/pi-unifan-zh 1.0.1 → 1.0.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
@@ -1,4 +1,4 @@
1
- # 🌟 pi-unifan-zh (Pi Chinese Extensions Collection & Monorepo)
1
+ # 🌟 pi-unifan-zh (Pi Chinese Extensions Collection & Monorepo)
2
2
 
3
3
  A high-quality collection of Chinese-localized extensions and skills for **Pi Coding Agent**.
4
4
 
package/README_zh.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🌟 pi-unifan-zh (Pi 中文扩展全家桶与独立插件库)
1
+ # 🌟 pi-unifan-zh (Pi 中文扩展全家桶与独立插件库)
2
2
 
3
3
  专为 **Pi Coding Agent** 打造的高质量中文扩展合集与独立插件库。
4
4
 
@@ -1,4 +1,4 @@
1
- # 🔍 @unifan/pi-review-zh (AI 并发代码审查·中文增强版)
1
+ # 🔍 @unifan/pi-review-zh (AI 并发代码审查·中文增强版)
2
2
 
3
3
  专为 **Pi Coding Agent** 打造的多专家子代理并发审查与门禁裁判系统(移植自 Claude Code 官方高级代码审查架构并全面中文化)。
4
4
 
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: bugbot
3
3
  package: pi-review
4
4
  description: 逻辑 Bug 审查专家:扫描新引入代码中的逻辑漏洞、空指针与边界异常(高信噪比)。
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: claude-md-compliance
3
3
  package: pi-review
4
4
  description: 项目规范守卫:审查代码是否符合 AGENTS.md / 项目规则规范。
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: code-comments
3
3
  package: pi-review
4
4
  description: 注释与规范审查官:审查代码注释的准确性、未完成的 TODO 与废弃代码。
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: gate
3
3
  package: pi-review
4
4
  description: 门禁裁判长:汇总、去重、核验并重新评估所有专家的发现,出具最终裁决与处理清单。
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: history-context
3
3
  package: pi-review
4
4
  description: 历史回归分析官:结合 Git 历史与修改模式分析潜在退化与破坏性变更。
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: lite-review
3
3
  package: pi-review
4
4
  description: 极速单兵审查官:单 agent 快速排查 Bug、安全与规范,低延迟省 Token。
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: security-review
3
3
  package: pi-review
4
4
  description: 安全审查专家:排查注入漏洞、数据泄露、未鉴权访问与安全隐患。
@@ -1,4 +1,4 @@
1
- import { existsSync, readFileSync } from "node:fs";
1
+ import { existsSync, readFileSync } from "node:fs";
2
2
  import type { ExtensionAPI, ExtensionCommandContext } from "@earendil-works/pi-coding-agent";
3
3
 
4
4
  import { parseReviewArgs } from "./src/cli-args.js";
@@ -1,6 +1,6 @@
1
- {
1
+ {
2
2
  "name": "@unifan/pi-review-zh",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pi AI 并发代码审查扩展(多专家子代理并发 + 门禁裁判系统,中文增强版)",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -35,4 +35,4 @@
35
35
  "dependencies": {
36
36
  "@sinclair/typebox": "^0.34.0"
37
37
  }
38
- }
38
+ }
@@ -1,4 +1,4 @@
1
- import type {
1
+ import type {
2
2
  GateDisposition,
3
3
  GateRunResult,
4
4
  Issue,
@@ -1,4 +1,4 @@
1
- import { Box, Text } from "@earendil-works/pi-tui";
1
+ import { Box, Text } from "@earendil-works/pi-tui";
2
2
  import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
3
3
 
4
4
  import type { IssueSeverity, Verdict } from "./types.js";
@@ -1,4 +1,4 @@
1
- # 📜 @unifan/pi-sessions-zh (历史会话管理器·中文版)
1
+ # 📜 @unifan/pi-sessions-zh (历史会话管理器·中文版)
2
2
 
3
3
  为 **Pi Coding Agent** 打造的高颜值双栏历史会话选择器与实时预览恢复扩展。
4
4
 
@@ -1,4 +1,4 @@
1
- import type { ExtensionAPI, ExtensionCommandContext } from "@earendil-works/pi-coding-agent";
1
+ import type { ExtensionAPI, ExtensionCommandContext } from "@earendil-works/pi-coding-agent";
2
2
  import { DynamicBorder, SessionManager, keyHint } from "@earendil-works/pi-coding-agent";
3
3
  import {
4
4
  CancellableLoader,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifan/pi-sessions-zh",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pi 历史会话管理器(双栏可视化 TUI 预览与恢复,中文增强版)",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -18,4 +18,3 @@
18
18
  "author": "unifan",
19
19
  "license": "MIT"
20
20
  }
21
-
@@ -1,4 +1,4 @@
1
- export interface SessionInfoLike {
1
+ export interface SessionInfoLike {
2
2
  id: string;
3
3
  name?: string;
4
4
  cwd: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifan/pi-unifan-zh",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Pi Coding Agent 中文扩展全家桶与独立插件集",
5
5
  "type": "module",
6
6
  "main": "extensions/sessions/index.ts",
package/skills/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🎯 Pi Skills 目录 (自定义技能库)
1
+ # 🎯 Pi Skills 目录 (自定义技能库)
2
2
 
3
3
  此目录用于存放你自定义的 Pi Agent Skills。
4
4