@akiojin/gwt 9.20.4 → 9.21.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/README.ja.md CHANGED
@@ -246,18 +246,22 @@ bare リポジトリを作り直し、各 worktree を新レイアウトに再
246
246
  Operator Design System 採用後、gwt は editorial-industrial 系タイポグラフィ
247
247
  (本文 `Mona Sans` / ディスプレイ `Hubot Sans Condensed` / 等幅 `JetBrains Mono`)
248
248
  を中核とした単一の mission-control サーフェスとして再設計されました。
249
- Project Bar / Sidebar Layers / Status Strip / Command Palette / Hotkey
250
- Overlay / Drawer モーダル / フローティングウィンドウ の全クロームが
249
+ 既定の type scale は開発時の可読性を優先し、terminal text、ID、path、
250
+ counter、密度の高い作業サーフェスを長時間でも読み取りやすくします。
251
+ 一方で display typography は見出しと chrome label に限定して Operator らしさを
252
+ 保ちます。Project Bar / Sidebar Layers / Status Strip / Command Palette /
253
+ Hotkey Overlay / Drawer モーダル / フローティングウィンドウ の全クロームが
251
254
  共通トークンを参照し、 2 つの旗艦テーマで提供されます:
252
255
 
253
256
  - **Dark Operator** (Mission Control / carbon + neon) — 既定、 長時間作業向け
254
257
  - **Light Operator** (Drafting Table / bone + ink) — 明るい環境向け
255
258
 
256
- OS の `prefers-color-scheme` に追従しつつ、 Project Bar の **Theme** トグルで
257
- `auto dark light → auto` を循環できます。 選択はブラウザストレージに
259
+ OS の `prefers-color-scheme` に追従しつつ、 Project Bar の **Theme** control で
260
+ `auto` / `dark` / `light` を選べます。 選択はブラウザストレージに
258
261
  永続化され、 再起動後も維持されます。 xterm の端末本文は可読性のため
259
- Dark Operator palette に固定し、端末 window chrome は overall theme に
260
- 追従します。 `prefers-reduced-motion: reduce` を有効にすると Living Telemetry
262
+ Dark Operator palette に固定し、開発向けに大きめの font metrics を使います。
263
+ 端末 window chrome overall theme に追従します。
264
+ `prefers-reduced-motion: reduce` を有効にすると Living Telemetry
261
265
  の pulse rim・Status Strip の ticking・Mission Briefing intro が静止表現に
262
266
  縮退します。 `forced-colors: active` (Windows High Contrast / macOS Increase
263
267
  Contrast) では system colors にフォールバックします。
package/README.md CHANGED
@@ -248,7 +248,10 @@ confirmation modal with three actions:
248
248
  Starting with the Operator Design System update, gwt is themed as a single
249
249
  mission-control surface with editorial-industrial typography (`Mona Sans` for
250
250
  body, `Hubot Sans` condensed for display, `JetBrains Mono` for terminal /
251
- counters). Every chrome surface Project Bar, Sidebar Layers, Status Strip,
251
+ counters). The default type scale is tuned for developer readability, so
252
+ terminal text, IDs, paths, counters, and dense work surfaces stay legible during
253
+ long sessions while display typography remains reserved for headings and chrome
254
+ labels. Every chrome surface — Project Bar, Sidebar Layers, Status Strip,
252
255
  Command Palette, Hotkey Overlay, Drawer modals, floating windows — shares a
253
256
  single token system that ships in two flagship themes:
254
257
 
@@ -257,10 +260,11 @@ single token system that ships in two flagship themes:
257
260
  - **Light Operator** (Drafting Table / bone + ink) — for bright environments
258
261
 
259
262
  The active theme follows your OS `prefers-color-scheme`, but the **Theme**
260
- toggle in the Project Bar lets you cycle `auto dark light → auto`. The
263
+ control in the Project Bar lets you choose `auto`, `dark`, or `light`. The
261
264
  choice is persisted in browser storage and survives restarts. xterm terminal
262
- content stays on the Dark Operator palette for readability, while the terminal
263
- window chrome follows the overall theme. `prefers-reduced-motion: reduce`
265
+ content stays on the Dark Operator palette with larger developer-readable font
266
+ metrics, while the terminal window chrome follows the overall theme.
267
+ `prefers-reduced-motion: reduce`
264
268
  disables the Living Telemetry pulse rim, status strip ticking, and Mission
265
269
  Briefing intro reveal so the UI stays usable in motion-sensitive environments.
266
270
  `forced-colors: active` (Windows High Contrast / macOS Increase Contrast)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiojin/gwt",
3
- "version": "9.20.4",
3
+ "version": "9.21.1",
4
4
  "description": "Desktop GUI for Git worktree management and coding agent launch",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,9 +12,9 @@
12
12
  "dev": "cargo run -p gwt --bin gwt",
13
13
  "build": "cargo build --release -p gwt --bin gwt --bin gwtd",
14
14
  "test": "cargo test -p gwt-core -p gwt --all-features",
15
- "test:frontend-bundle": "node --check crates/gwt/web/app.js && node --check crates/gwt/web/branch-cleanup-modal.js && node --check crates/gwt/web/migration-modal.js && node --check crates/gwt/web/theme-manager.js && node --check crates/gwt/web/theme-toggle.js && node --check crates/gwt/web/hotkey.js && node --check crates/gwt/web/operator-shell.js && node --check crates/gwt/web/focus-trap.js",
15
+ "test:frontend-bundle": "node --check crates/gwt/web/app.js && node --check crates/gwt/web/branch-cleanup-modal.js && node --check crates/gwt/web/migration-modal.js && node --check crates/gwt/web/board-surface.js && node --check crates/gwt/web/theme-manager.js && node --check crates/gwt/web/theme-toggle.js && node --check crates/gwt/web/hotkey.js && node --check crates/gwt/web/operator-shell.js && node --check crates/gwt/web/focus-trap.js && node --check crates/gwt/web/window-docking.js",
16
16
  "test:frontend-smoke": "node --test crates/gwt/web/__tests__/branch-cleanup.smoke.test.mjs crates/gwt/web/__tests__/migration-modal.smoke.test.mjs",
17
- "test:frontend-unit": "node --test crates/gwt/web/__tests__/contrast.test.mjs crates/gwt/web/__tests__/theme-manager.test.mjs crates/gwt/web/__tests__/theme-segmented.test.mjs crates/gwt/web/__tests__/hotkey.test.mjs crates/gwt/web/__tests__/operator-chrome-structure.test.mjs crates/gwt/web/__tests__/operator-shell-runtime.test.mjs crates/gwt/web/__tests__/board-surface.test.mjs crates/gwt/web/__tests__/focus-trap.test.mjs crates/gwt/web/__tests__/kanban-structure.test.mjs crates/gwt/web/__tests__/kanban-dnd.test.mjs crates/gwt/web/__tests__/kanban-drawer.test.mjs crates/gwt/web/__tests__/update-button.test.mjs",
17
+ "test:frontend-unit": "node --test crates/gwt/web/__tests__/contrast.test.mjs crates/gwt/web/__tests__/theme-manager.test.mjs crates/gwt/web/__tests__/theme-segmented.test.mjs crates/gwt/web/__tests__/hotkey.test.mjs crates/gwt/web/__tests__/operator-chrome-structure.test.mjs crates/gwt/web/__tests__/operator-shell-runtime.test.mjs crates/gwt/web/__tests__/board-surface.test.mjs crates/gwt/web/__tests__/focus-trap.test.mjs crates/gwt/web/__tests__/kanban-structure.test.mjs crates/gwt/web/__tests__/kanban-dnd.test.mjs crates/gwt/web/__tests__/kanban-drawer.test.mjs crates/gwt/web/__tests__/update-button.test.mjs crates/gwt/web/__tests__/window-docking.test.mjs",
18
18
  "test:visual": "playwright test --config crates/gwt/playwright/playwright.config.ts",
19
19
  "test:release-assets": "node scripts/test_release_assets.cjs",
20
20
  "test:release-flow": "bash scripts/check-release-flow.sh",