gaokao-pro 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +4 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,16 +1,13 @@
1
1
  # gaokao-pro
2
2
 
3
- Plan your gaokao with your Claude Code.
3
+ Claude Code 规划你的高考。
4
4
 
5
- Drop this prompt into Claude Code, Codex, or Cursor:
5
+ 把下面这段 prompt 粘进 Claude Code / Codex / Cursor
6
6
 
7
7
  ```
8
- Run `npx gaokao-pro@latest help` to discover the CLI, then help me plan
9
- my (or my child's) college applications for the 2026 高考.
8
+ `npx gaokao-pro@latest help` 把命令摸清楚,然后帮我(或我孩子)规划 2026 年的高考志愿。
10
9
 
11
- Ask me for my score, 全省位次, province, 选科 combination, intended majors,
12
- and any preferences. Ground every recommendation in real admissions data
13
- using the CLI. Always reply to me in Chinese.
10
+ 先问我:分数、全省位次(如果知道)、省份、选科组合、目标专业方向或职业兴趣,以及偏好(目标城市、是否限定 985/211、学费预算)。每条推荐都用 CLI 拉真实数据支撑——查历年最低分、跨校搜匹配专业、用一分一段表把分数换算成位次。
14
11
  ```
15
12
 
16
13
  Or use the CLI yourself:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gaokao-pro",
3
- "version": "0.1.0",
4
- "description": "Query Chinese gaokao college admission data from your terminal.",
3
+ "version": "0.1.1",
4
+ "description": "中国高考志愿规划 CLI · Claude Code / Codex / Cursor 帮你查招生数据、出冲稳保。",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "gaokao-pro": "dist/index.js"