@sidequest-007/dsh-atlas 1.0.6 → 1.0.8
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/CHANGELOG.md +43 -0
- package/README.md +5 -1
- package/README.zh.md +5 -1
- package/assets/diagrams/atlas-overview.svg +3 -3
- package/dsh.plugin.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,49 @@
|
|
|
17
17
|
README 的全部承诺**,而图的文案就是审批过的那句(用 `click` 而非 `clickable`);把要求写死到"哪一类面必须说什么",
|
|
18
18
|
比把检查放松更有意义。
|
|
19
19
|
|
|
20
|
+
## [1.0.8] - 2026-09-27
|
|
21
|
+
|
|
22
|
+
### 文档
|
|
23
|
+
|
|
24
|
+
- **tagline 最终定稿(用户最终版,此后不再改动)**,且**中英文各自独立、绝不混排**:
|
|
25
|
+
- `README.md`(英文面,全英文):`**@ Last, All Sources.**` / `One @ . Jump anywhere.` / 英文引言;
|
|
26
|
+
- `README.zh.md`(中文面,全中文):`**@ Last, All Sources.**` / `**一 @ 即达。**` / 中文引言。
|
|
27
|
+
- 同步面:`package.json` 与 `dsh.plugin.json` 的 `description`(npm 卡片)、配图的 `aria-label` 与图内那行字。
|
|
28
|
+
- **标题 `ATLAS` 标色**:图里的 wordmark 由 `<tspan>` 三段拼成 —— `dsh-` 用灰 `#77839b`、首字母 `A` 用品牌蓝 `#bcd2ff`、
|
|
29
|
+
其余 `TLAS` 用近白 `#eef1f7`。实测三段宽度 70 / 25 / 81 px,整词 173 px,仍在卡片内。
|
|
30
|
+
- **去掉 tagline 的 `textLength="798"`**:那是为长句设的硬上界,短句下会把 47 个字符**拉伸**到 798 px(≈17px/字),
|
|
31
|
+
看起来像字号被放大。现在按自然 15px 排版,实测行宽 296 px、右边界 336 px(卡片 880)。
|
|
32
|
+
|
|
33
|
+
### 修复
|
|
34
|
+
|
|
35
|
+
- **摘要门禁三处 bug**:① 提取器把"标签行"当成了 tagline(改为按 masthead 固定结构取第 2 行);
|
|
36
|
+
② 图内那行用"第二个 text 元素"定位,而 wordmark 现由 `<tspan>` 组成 ⇒ 取错元素(改为按内容查找);
|
|
37
|
+
③ 缺"英文面不得出现汉字"这条 —— 现在 `README.md` masthead 与图的两个面都按 `clean` 校验,
|
|
38
|
+
英文面出现任何汉字即判红(本轮正是靠它抓出我在英文 README 里多留的那行中文)。
|
|
39
|
+
|
|
40
|
+
## [1.0.7] - 2026-09-27
|
|
41
|
+
|
|
42
|
+
### 文档
|
|
43
|
+
|
|
44
|
+
- **tagline 定稿(用户第二轮审批)**:*`any plugin registers; Atlas does the rest · you just @ it, click it, then jump anywhere.`*
|
|
45
|
+
—— 保留 `All Sources` 作前半句的支点(去掉它,`any plugin registers` 就没有被涵盖的对象),尾句采用 `then jump anywhere`。
|
|
46
|
+
同步面:两个 README、两处 `description`(npm 卡片)、配图 `aria-label` 与**图内那行字**、GitHub About。
|
|
47
|
+
中文面纯中文:*任何插件都能注册;其余交给 Atlas · 你只管 @、点,然后到处跳*。
|
|
48
|
+
- **量过再定**:用真实卡片渲染对比三种候选 —— 用户给的**字面版** 113 字符(每字 7.06px,但首尾各出现一次
|
|
49
|
+
`jump anywhere`,读起来像口吃)、去掉重复尾巴版 93 字符(每字 8.58px,字最大)、本定稿 110 字符(每字 7.25px)。
|
|
50
|
+
用户原句里 `All Sources` 与句尾 `jump anywhere` 会语义重复,故按语义保留 `All Sources`、只换尾句。
|
|
51
|
+
对比脚本:`Eason/tagline-compare.mjs`(留在本机可复跑)。
|
|
52
|
+
|
|
53
|
+
## [1.0.6] - 2026-09-27
|
|
54
|
+
|
|
55
|
+
### 文档
|
|
56
|
+
|
|
57
|
+
- **tagline 换成"因果 + 承诺"句式(用户审批的 A 方案)**:*`any plugin registers · Atlas does everything else · you just @ it, click it, jump anywhere`*。
|
|
58
|
+
去掉并列形容词堆叠与 `@-able` 这个可读性差的合成词(新门禁把 `@-able` 当作**已退役措辞**直接判红)。
|
|
59
|
+
中文面纯中文:*任何插件都能注册 · 其余交给 Atlas · 你只管 @、点、跳*。
|
|
60
|
+
- **摘要门禁按"面的类型"分组**:`meta` / `en` / `zh` / `art`(图内那行与 aria-label)各自有必须命中的短语 ——
|
|
61
|
+
短元数据行物理上装不下 README 的全部承诺,图的文案就是审批过的那句(`click` 而非 `clickable`)。
|
|
62
|
+
|
|
20
63
|
## [1.0.5] - 2026-09-27
|
|
21
64
|
|
|
22
65
|
### 文档
|
package/README.md
CHANGED
|
@@ -6,7 +6,11 @@ A **Side Quest** project (工作室:支线任务, **Side Quest Labs**) — npm
|
|
|
6
6
|
|
|
7
7
|
<img src="assets/diagrams/atlas-overview.svg" alt="dsh-ATLAS: one @ trigger, five built-in categories plus the bundled git category, and a category any plugin can register" width="880">
|
|
8
8
|
|
|
9
|
-
**@ Last, All Sources.**
|
|
9
|
+
**@ Last, All Sources.**
|
|
10
|
+
|
|
11
|
+
One `@` . Jump anywhere.
|
|
12
|
+
|
|
13
|
+
Every reference it draws is a **clickable link** (the theme's link colour, so blue in dark mode), and a **session** link jumps straight to that session.
|
|
10
14
|
|
|
11
15
|
Unified `@` mentions for the DeepSeek Harness web GUI: type `@` in the composer to reference **workspace files and folders**, **discoverable skills**, **past chats**, **installed plugins**, and **workspace git changes** — and any other plugin can add its own category to the same menu. Clicking a **session** mention switches the composer to that session.
|
|
12
16
|
|
package/README.zh.md
CHANGED
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
<img src="assets/diagrams/atlas-overview.svg" alt="dsh-ATLAS:一个 @ 触发位、五个内置类别加内置的 git 类别,以及任何插件都能注册的自己的类别" width="880">
|
|
8
8
|
|
|
9
|
-
**@ Last, All Sources.**
|
|
9
|
+
**@ Last, All Sources.**
|
|
10
|
+
|
|
11
|
+
**一 @ 即达。**
|
|
12
|
+
|
|
13
|
+
任何插件都能注册自己的类别,其余交给 Atlas;它画出的每个引用都是**可点的链接**(主题链接色,暗色下即蓝),**会话**链接点一下直接跳过去。
|
|
10
14
|
|
|
11
15
|
DeepSeek Harness Web 界面的**统一 `@` 提及**插件:在输入框输入 `@`,即可引用工作区**文件与文件夹**、可发现的 **Skill**、**过去的聊天记录**、**已安装插件**,以及**工作区的 git 改动** —— 而且任何其它插件都能把自己的类别加进同一个菜单。点一下**会话**引用,输入框就切到那个会话。
|
|
12
16
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="880" height="300" viewBox="0 0 880 300" role="img" aria-label="dsh-ATLAS: one @ trigger, five built-in categories plus the bundled git category with their glyphs, and any plugin's own category; any
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="880" height="300" viewBox="0 0 880 300" role="img" aria-label="dsh-ATLAS: one @ trigger, five built-in categories plus the bundled git category with their glyphs, and any plugin's own category; Atlas turns any of it into one @, and you jump anywhere">
|
|
2
2
|
<rect x="0" y="0" width="880" height="300" rx="18" fill="#0f1420"/>
|
|
3
3
|
<rect x="0.5" y="0.5" width="879" height="299" rx="17.5" fill="none" stroke="#26304a"/>
|
|
4
4
|
|
|
5
|
-
<text x="40" y="68" font-family="Inter, Segoe UI, Helvetica, Arial, sans-serif" font-size="34" font-weight="700" fill="#eef1f7">dsh
|
|
6
|
-
<text x="40" y="98" font-family="Inter, Segoe UI, Helvetica, Arial, sans-serif" font-size="15" fill="#8f9bb3"
|
|
5
|
+
<text x="40" y="68" font-family="Inter, Segoe UI, Helvetica, Arial, sans-serif" font-size="34" font-weight="700" fill="#eef1f7"><tspan fill="#77839b">dsh-</tspan><tspan fill="#bcd2ff">A</tspan><tspan fill="#eef1f7">TLAS</tspan></text>
|
|
6
|
+
<text x="40" y="98" font-family="Inter, Segoe UI, Helvetica, Arial, sans-serif" font-size="15" fill="#8f9bb3">@ Last, All Sources. One @ . Jump anywhere.</text>
|
|
7
7
|
|
|
8
8
|
<g font-family="Inter, Segoe UI, Helvetica, Arial, sans-serif" font-size="14">
|
|
9
9
|
<rect x="40" y="122" width="81" height="36" rx="10" fill="#182036" stroke="#2b3450"/>
|
package/dsh.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sidequest-007/dsh-atlas",
|
|
3
|
-
"description": "@ Last, All Sources. One
|
|
4
|
-
"version": "1.0.
|
|
3
|
+
"description": "@ Last, All Sources. One @ . Jump anywhere.",
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"entry": {
|
|
6
6
|
"name": "@sidequest-007/dsh-atlas",
|
|
7
7
|
"inject": []
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sidequest-007/dsh-atlas",
|
|
3
|
-
"description": "@ Last, All Sources. One
|
|
4
|
-
"version": "1.0.
|
|
3
|
+
"description": "@ Last, All Sources. One @ . Jump anywhere.",
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Side Quest Labs",
|
|
7
7
|
"publishConfig": {
|