duaer-spec 0.23.0 → 0.23.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.
- package/.duaer/active-job.json +2 -2
- package/.duaer/specs/210-release-023/delivery.json +10 -0
- package/.duaer/specs/210-release-023/tasks.md +4 -4
- package/.duaer/specs/211-plain-features/delivery.json +10 -0
- package/.duaer/specs/211-plain-features/spec.md +12 -0
- package/.duaer/specs/211-plain-features/tasks.md +5 -0
- package/.duaer/specs/212-release-0231/spec.md +12 -0
- package/.duaer/specs/212-release-0231/tasks.md +5 -0
- package/CHANGELOG.md +7 -0
- package/README.md +34 -0
- package/README.zh-CN.md +34 -0
- package/package.json +1 -1
package/.duaer/active-job.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": "accepted",
|
|
3
|
+
"acceptedAt": "2026-09-19T13:20:00.000Z",
|
|
4
|
+
"verification": {
|
|
5
|
+
"levels": ["L0", "L1"],
|
|
6
|
+
"commands": ["npm test (173 pass)", "gh release v0.23.0", "npm view duaer-spec version → 0.23.0"],
|
|
7
|
+
"result": "pass"
|
|
8
|
+
},
|
|
9
|
+
"summary": "Released 0.23.0 to GitHub and npm (employee directory, picker, arch fullscreen, orch deadlock)."
|
|
10
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Tasks
|
|
2
2
|
|
|
3
|
-
- [
|
|
4
|
-
- [
|
|
5
|
-
- [
|
|
6
|
-
- [
|
|
3
|
+
- [x] T001 Bump package.json to 0.23.0 and move CHANGELOG Unreleased
|
|
4
|
+
- [x] T002 Merge release branch to develop
|
|
5
|
+
- [x] T003 Promote develop → main, push, tag, gh release, npm
|
|
6
|
+
- [x] T004 Stamp delivery accepted
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": "accepted",
|
|
3
|
+
"acceptedAt": "2026-09-19T13:30:00.000Z",
|
|
4
|
+
"verification": {
|
|
5
|
+
"levels": ["L0"],
|
|
6
|
+
"commands": ["rg -n '我们有什么|What you get' README.zh-CN.md README.md"],
|
|
7
|
+
"result": "pass"
|
|
8
|
+
},
|
|
9
|
+
"summary": "READMEs list product capabilities in plain language (editor employee + live desk)."
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Spec: Plain-language feature overview in READMEs
|
|
2
|
+
|
|
3
|
+
## Goal
|
|
4
|
+
|
|
5
|
+
Add a human-readable “what you get” feature list to `README.zh-CN.md` and
|
|
6
|
+
`README.md` so readers see capabilities without jargon-first flow dumps.
|
|
7
|
+
|
|
8
|
+
## Acceptance
|
|
9
|
+
|
|
10
|
+
- [ ] Chinese README has a 人话「我们有什么」section covering desk + employee core
|
|
11
|
+
- [ ] English README has a matching plain-language “What you get” section
|
|
12
|
+
- [ ] No CJK in English README; Chinese README may keep English product terms
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# 212 — Release 0.23.1
|
|
2
|
+
|
|
3
|
+
## Goal
|
|
4
|
+
|
|
5
|
+
Ship 0.23.1: plain-language README feature overview. Bump, CHANGELOG,
|
|
6
|
+
promote develop → main, push, GitHub Release, npm Trusted Publishing.
|
|
7
|
+
|
|
8
|
+
## Acceptance
|
|
9
|
+
|
|
10
|
+
1. `package.json` is `0.23.1`; CHANGELOG has `0.23.1` (Unreleased cleared).
|
|
11
|
+
2. Tag `v0.23.1` on main; GitHub Release published.
|
|
12
|
+
3. npm shows `duaer-spec@0.23.1`.
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.23.1 — 2026-09-19
|
|
6
|
+
|
|
7
|
+
### Docs: plain-language feature overview in READMEs
|
|
8
|
+
|
|
9
|
+
- Chinese「我们有什么」and English「What you get」list desk + employee capabilities
|
|
10
|
+
without jargon-first flow dumps
|
|
11
|
+
|
|
5
12
|
## 0.23.0 — 2026-09-19
|
|
6
13
|
|
|
7
14
|
### Fix: orchestration wave release no longer deadlocks on silent wait
|
package/README.md
CHANGED
|
@@ -45,6 +45,40 @@ Install writes host adapters for each (see [`ADOPT.md`](ADOPT.md)).
|
|
|
45
45
|
|
|
46
46
|
Chinese guide: [`README.zh-CN.md`](README.zh-CN.md)
|
|
47
47
|
|
|
48
|
+
## What you get (plain language)
|
|
49
|
+
|
|
50
|
+
After install, these are the capabilities you actually use:
|
|
51
|
+
|
|
52
|
+
### In your editor: a digital employee that delivers
|
|
53
|
+
|
|
54
|
+
- **You talk; it runs the process.** No slash commands, no “you must run Spec phases.”
|
|
55
|
+
- **Clarify before coding.** It turns your ask into: what to build, what not to build, how we know it’s done.
|
|
56
|
+
- **Done means accepted.** It only claims finished when acceptance checks out — not when code merely exists.
|
|
57
|
+
- **Works in many hosts.** Cursor, Claude Code, Codex, Copilot, Windsurf, Cline, Continue, Gemini, Aider.
|
|
58
|
+
|
|
59
|
+
### In the browser: Duaer-spec FDE (live desk)
|
|
60
|
+
|
|
61
|
+
A local web desk (`duaer live`) for “chat → confirm → dispatch → watch → open result”:
|
|
62
|
+
|
|
63
|
+
- **Projects.** Create and switch projects; each keeps its own chat and progress.
|
|
64
|
+
- **Chat until the ask is clear.** Left chat; center confirm cards (goal / out of scope / checkable acceptance). Vague acceptance cannot be confirmed.
|
|
65
|
+
- **Split big work into modules.** Confirm module by module; nothing starts until you kick off after the ones you care about are confirmed.
|
|
66
|
+
- **Architecture diagram.** After requirements, review the system diagram; click it for fullscreen; kickoff waits until architecture is confirmed.
|
|
67
|
+
- **Dispatch digital employees to code.** Pick a product folder and Cursor Agent or Claude Code; work happens in an isolated worktree, not directly on your long-lived branches.
|
|
68
|
+
- **Visible task progress.** Work is a checklist; each finished item is checked off and the desk refreshes; dependent tasks release in waves so agents don’t pile on blocked work.
|
|
69
|
+
- **Employee roles.** Top-bar **digital employee** directory: Implementer builds features; Functional regression verifies against acceptance and testing rules. Optional parallel workers on the same CLI.
|
|
70
|
+
- **zh-CN / en / ja UI.** Desk copy follows the language you pick.
|
|
71
|
+
- **Deliverables and results.** Open a deliverables page (requirements, architecture, tasks, delivery); when done, open the page or the project folder.
|
|
72
|
+
- **Revise when it’s not right.** Continue in left chat → re-confirm → relaunch on the same job without starting from scratch.
|
|
73
|
+
- **Hosting when you need it.** Cloudflare / Alibaba Cloud / AWS / GitHub Pages; default is GitHub Actions when unset.
|
|
74
|
+
|
|
75
|
+
### Repo habits (for humans and employees)
|
|
76
|
+
|
|
77
|
+
- **Clear branches:** `main` for production, `develop` for day-to-day, short `feat`/`fix` branches merge back to `develop`.
|
|
78
|
+
- **Isolated changes:** each request uses its own worktree; after merge, clean up and hand local services back to the primary checkout.
|
|
79
|
+
|
|
80
|
+
The sections below are **how to run it**; this section is **what it can do**.
|
|
81
|
+
|
|
48
82
|
## What the employee does (by itself)
|
|
49
83
|
|
|
50
84
|
1. Turns your ask into a Brief with **checkable acceptance**
|
package/README.zh-CN.md
CHANGED
|
@@ -12,6 +12,40 @@
|
|
|
12
12
|
|
|
13
13
|
`init` / `update` 会写入各宿主适配文件(详见 [`ADOPT.md`](ADOPT.md))。
|
|
14
14
|
|
|
15
|
+
## 我们有什么(人话)
|
|
16
|
+
|
|
17
|
+
装好之后,你主要用到的是这些能力:
|
|
18
|
+
|
|
19
|
+
### 在编辑器里:数字员工帮你干活
|
|
20
|
+
|
|
21
|
+
- **你说人话,它自己跑流程。** 不用记 slash 命令、不用自己点「写 Spec / 拆任务」。
|
|
22
|
+
- **先谈清楚再动手。** 它会把你的想法整理成:要做什么、不做什么、怎样算做完。
|
|
23
|
+
- **做完才算完。** 对照验收通过才会说「交付好了」;半成品不会假装完成。
|
|
24
|
+
- **多宿主可用。** Cursor、Claude Code、Codex、Copilot、Windsurf、Cline、Continue、Gemini、Aider 都行。
|
|
25
|
+
|
|
26
|
+
### 在浏览器里:Duaer-spec FDE(现场台面)
|
|
27
|
+
|
|
28
|
+
本机开一个网页台面(`duaer live`),专门管「从聊需求到派工、看进度、看结果」:
|
|
29
|
+
|
|
30
|
+
- **项目管理。** 建项目、切换项目;每个项目自己的对话和进度,互不搅在一起。
|
|
31
|
+
- **聊着把需求聊清楚。** 左边聊天;中间把目标、边界、验收写成确认卡;空话验收过不了,得能检查才给确认。
|
|
32
|
+
- **大需求可拆成多个模块。** 一块一块确认,确认完一块不会立刻开工,全部谈妥再一起派。
|
|
33
|
+
- **系统架构图。** 确认需求后一起看架构;点图可全屏查看;架构确认后才能派工。
|
|
34
|
+
- **一键派数字员工写代码。** 选产品目录、选 Cursor Agent 或 Claude Code,点开工;它在隔离目录里改代码,不直接乱动你的主分支。
|
|
35
|
+
- **任务进度看得见。** 任务拆成一条条可勾选项;做完勾一项,台面实时刷新;有依赖的任务会排队放行,不会一窝蜂乱做。
|
|
36
|
+
- **数字员工分工。** 顶部有「数字员工」目录:实现员工负责写功能,功能回归负责按验收和测试规则验;可开多个并行(同一套 CLI)。
|
|
37
|
+
- **中 / 英 / 日界面。** 台面文案可切换语种。
|
|
38
|
+
- **看交付物和结果。** 可打开交付物页(需求、架构、任务、交付记录);做完了可打开页面或项目文件夹。
|
|
39
|
+
- **不满意就继续改。** 左侧继续聊改进 → 再确认 → 同一次任务上续派,不用从头建仓。
|
|
40
|
+
- **要上线时可选托管。** Cloudflare / 阿里云 / AWS / GitHub Pages;没选时默认走 GitHub Actions。
|
|
41
|
+
|
|
42
|
+
### 仓库规矩(给协作和数字员工用)
|
|
43
|
+
|
|
44
|
+
- **分支分清楚:** `main` 上线、`develop` 日常、功能/修 bug 用短分支,做完合回 `develop`。
|
|
45
|
+
- **隔离改动:** 每次任务在独立 worktree 里做,做完合并、清理,本地服务交回主目录。
|
|
46
|
+
|
|
47
|
+
下面「安装 / 更新 / FDE 流程」是怎么用;上面这一节是**能干什么**。
|
|
48
|
+
|
|
15
49
|
## 安装
|
|
16
50
|
|
|
17
51
|
```bash
|
package/package.json
CHANGED