Skip to content

Commit 2d38967

Browse files
committed
docs: align claims with shipped code — drop 'signed' overclaim, surface token counter
Audit found two claims out of sync with the code at HEAD: 1. README / llms.txt / CHANGELOG said installers are 'signed'. Reality: electron-builder.yml sets notarize: false and .github/workflows/release.yml comments 'We do NOT sign in v0.1 — notarization deferred to Stage 2'. Fix: installers are 'unsigned' in v0.1; code-signing + opt-in auto-update land in v0.5. 2. 'Cost transparency' was listed as 'Coming soon'. Reality: Sidebar.tsx already displays per-generation lastTokens (input + output) via ModelSwitcher. Fix: surface the shipped counter; roadmap v0.2 now scopes the remaining work (pre-generation estimate + weekly budget). Also: mention that the codebase→design-system extractors are already implemented library-side (tailwindExtractor / cssVarExtractor / dtcgImporter with full test coverage) — v0.3 only needs the desktop UI wiring.
1 parent 5026ce5 commit 2d38967

6 files changed

Lines changed: 19 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Post-v0.1.0 maintenance release. No breaking changes. Focused on runtime correct
3232

3333
## [0.1.0] — 2026-04-18
3434

35-
First public release. Electron desktop app, signed GitHub releases for macOS (DMG), Windows (EXE), and Linux (AppImage).
35+
First public release. Electron desktop app, GitHub releases for macOS (DMG), Windows (EXE), and Linux (AppImage). Installers are unsigned in v0.1 — code-signing + opt-in auto-update land in v0.5.
3636

3737
### Added
3838

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ Add a `SKILL.md` to any project to teach the model your own taste.
129129
- **Light + dark themes**, **EN + 简体中文 UI** with live toggle
130130
- **Five export formats** — HTML (inlined CSS), PDF (local Chrome), PPTX, ZIP, Markdown
131131
- **Generation cancellation** — stop mid-stream without losing prior turns
132+
- **Per-generation token counter** — see exactly how many tokens each run cost, right in the sidebar
132133
- **Settings with four tabs** — Models (providers + keys), Appearance (theme/language), Storage (config + data paths), Advanced (update channel)
133-
- **GitHub Release pipeline**signed DMG (macOS), EXE (Windows), AppImage (Linux)
134+
- **GitHub Release pipeline**unsigned DMG (macOS), EXE (Windows), AppImage (Linux). Code-signing lands in v0.5 along with opt-in auto-update.
134135

135136
---
136137

@@ -153,11 +154,11 @@ Add a `SKILL.md` to any project to teach the model your own taste.
153154
| PDF export (local Chrome) | ✅ Shipped |
154155
| PPTX export | ✅ Shipped |
155156
| ZIP / Markdown export | ✅ Shipped |
156-
| Cost transparency (token estimate + weekly spend) | 🔜 Coming |
157+
| Cost transparency — pre-generation estimate + weekly budget (per-generation token count already shipped) | 🔜 Coming |
157158
| Version snapshots + side-by-side diff | 🔜 Coming |
158159
| Codebase → design system (token extraction) | 🔜 Coming |
159160
| Three-style parallel exploration | 🔜 Coming |
160-
| Code-signing (Apple ID + Authenticode) | 🔜 Stage 2 |
161+
| Code-signing (Apple ID + Authenticode) + opt-in auto-update | 🔜 v0.5 |
161162
| Figma layer export | 🔜 Post-1.0 |
162163

163164
---

README.zh-CN.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ scoop install opencowork/open-codesign
129129
- **浅色 + 深色主题****EN + 简体中文** 界面,支持实时切换
130130
- **五种导出格式** — HTML(内联 CSS)、PDF(本机 Chrome)、PPTX、ZIP、Markdown
131131
- **生成取消** — 随时打断流式输出,之前的轮次不丢失
132+
- **每次生成的 token 计数** — Sidebar 直接显示每轮消耗的 token 数
132133
- **设置页面四个 tab** — Models(provider + key)、Appearance(主题 / 语言)、Storage(配置与数据路径)、Advanced(更新通道)
133-
- **GitHub Release 流水线**签名 DMG(macOS)、EXE(Windows)、AppImage(Linux)
134+
- **GitHub Release 流水线**未签名 DMG(macOS)、EXE(Windows)、AppImage(Linux)。代码签名 + 可选自动更新将在 v0.5 引入。
134135

135136
---
136137

@@ -153,11 +154,11 @@ scoop install opencowork/open-codesign
153154
| PDF 导出(本机 Chrome) | ✅ 已上线 |
154155
| PPTX 导出 | ✅ 已上线 |
155156
| ZIP / Markdown 导出 | ✅ 已上线 |
156-
| 成本透明(token 估算 + 每周花费| 🔜 即将推出 |
157+
| 成本透明(生成前 token 估算 + 周预算,每次生成 token 数已上线| 🔜 即将推出 |
157158
| 版本快照 + 并排 diff | 🔜 即将推出 |
158159
| 代码库 → 设计系统(token 提取) | 🔜 即将推出 |
159160
| 三风格并发探索 | 🔜 即将推出 |
160-
| 代码签名(Apple ID + Authenticode)| 🔜 Stage 2 |
161+
| 代码签名(Apple ID + Authenticode)+ 可选自动更新 | 🔜 v0.5 |
161162
| Figma 图层导出 | 🔜 1.0 版本后 |
162163

163164
---

website/public/llms-full.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ open-codesign addresses all three: BYOK eliminates lock-in, multi-model support
111111

112112
## Roadmap
113113

114-
- **v0.1 (shipped, April 2026)** — installers, multi-provider BYOK, 15 demos, 12 skills, HTML/JSX/PDF/PPTX/ZIP/Markdown export, inline comment, sliders, preview pool.
115-
- **v0.2** — cost transparency, version snapshots with diff + rollback, three-style parallel exploration.
116-
- **v0.3** — codebase → design system token extraction.
114+
- **v0.1 (shipped, April 2026)** — unsigned installers, multi-provider BYOK, 15 demos, 12 skills, HTML/JSX/PDF/PPTX/ZIP/Markdown export, inline comment, sliders, preview pool, per-generation token counter.
115+
- **v0.2** — pre-generation token estimate + weekly spend budget, version snapshots with diff + rollback, three-style parallel exploration.
116+
- **v0.3** — codebase → design system token extraction (Tailwind / CSS vars / W3C DTCG extractors are implemented library-side; v0.3 wires them to the desktop UI).
117117
- **v0.4** — on-demand Playwright web capture, handoff bundle to open-cowork, external skill packs.
118-
- **v0.5** — Apple Developer ID + Windows Authenticode code-signing, opt-in auto-update, Homebrew Cask + winget + Scoop manifests.
118+
- **v0.5** — Apple Developer ID + Windows Authenticode code-signing, opt-in auto-update, Homebrew Cask + winget + Scoop manifests verified.
119119
- **v1.0** — onboarding ≤ 3 steps, stable public API for `packages/core` and `packages/providers`.
120120

121121
## Community and contribution

website/public/llms.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,18 @@
4444
- Light + dark themes; EN + 简体中文 UI with live toggle
4545
- Five export formats: HTML (inlined CSS), PDF (local Chrome), PPTX, ZIP, Markdown
4646
- Generation cancellation mid-stream
47+
- Per-generation token counter in the sidebar
4748
- Four-tab Settings: Models, Appearance, Storage, Advanced
48-
- Release pipeline with signed DMG / EXE / AppImage
49+
- Release pipeline with unsigned DMG / EXE / AppImage (code-signing lands in v0.5)
4950

5051
## Coming soon (v0.2 — v0.5)
5152

52-
- Cost transparency (token estimate before generation, weekly spend in toolbar)
53+
- Cost transparency — pre-generation token estimate + weekly spend budget (per-generation token count already shipped)
5354
- Version snapshots + side-by-side diff + rollback
5455
- Three-style parallel exploration
5556
- Codebase → design system (extract Tailwind tokens, CSS variables, W3C design tokens from a local repo)
5657
- Web capture via Playwright (on-demand)
57-
- Apple Developer ID notarization + Windows Authenticode code-signing
58+
- Apple Developer ID notarization + Windows Authenticode code-signing + opt-in auto-update (v0.5)
5859
- Homebrew Cask + winget + Scoop manifests verified
5960

6061
## Documentation

website/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ First public release, installers for macOS (DMG), Windows (EXE), and Linux (AppI
2424

2525
## v0.2 — Cost + versions (next)
2626

27-
Cost transparency (token estimate before each generation, weekly spend in the toolbar), version snapshots with side-by-side diff and rollback, three-style parallel exploration.
27+
Pre-generation token estimate and weekly spend budget (per-generation token counter already ships in the sidebar), version snapshots with side-by-side diff and rollback, three-style parallel exploration.
2828

2929
## v0.3 — Codebase → design system
3030

31-
Point at a local repo; we extract Tailwind tokens, CSS variables, and W3C design tokens, and every subsequent generation respects them.
31+
Point at a local repo; we extract Tailwind tokens, CSS variables, and W3C design tokens, and every subsequent generation respects them. The extractors (`tailwindExtractor`, `cssVarExtractor`, `dtcgImporter`) are already implemented library-side with full test coverage; v0.3 wires them to the desktop UI.
3232

3333
## v0.4 — Web capture + handoff
3434

0 commit comments

Comments
 (0)