Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[rushd][Epic] rushd — server-first re-architecture (daemon + thin clients)

オープン
#5,894 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
技術スタック
node.js, typescript
領域
backend, cli, devtools

調査の方向性

Start with the RFC in #5863 and the dependency status in this epic, then read the outstanding workstreams #5898–#5901. This is an architectural coordination issue rather than a self-contained change. Done means the listed daemon default, fallback, transparency, and Rush 6 cutover conditions are met.

索引モデルが issue の本文から書いたものです。

説明

area:rushd epic

Re-architect Rush from a CLI-first tool into a server-first system: a long-lived per-workspace
daemon (rushd) owns the engine and warm build state; thin, presentation-owning clients (CLI first;
MCP/web later) talk a presentation-free protocol. Delivered as new split packages merged
incrementally into main at 0.x, culminating in a Rush 6 cutover.

Design rationale & discussion: #5863 (RFC).

Hard dependencies

  • Watch-mode overhaul (#5378) merged — provides the stateful IOperationGraph
    (setEnabledStates, scheduleIterationAsync, invalidateOperations, abortCurrentIterationAsync,
    closeRunnersAsync) and OperationGraphHooks (onIdle, onExecutionStatesUpdated).
  • Rush Reporter Overhaul (#5858) — supplies the presentation-free event contract & wire adapter;
    its "daemon-aligned major default flip" is the Rush 6 cutover.

Workstreams (sub-issues)

  • WS0 (#5895) — Upstream engine prerequisites (in rush-lib)
  • WS1 (#5896) — Wire layer: protocol, transport & presentation
  • WS2 (#5897) — Daemon host, routing & scheduling
  • WS3 (#5898) — Daemon lifecycle, reload & warm-set
  • WS4 (#5899) — CLI client & command surface
  • WS5 (#5900) — Rush 6 cutover: testing, observability & migration
  • WS6 (#5901) — Web UX & MCP bridge

Definition of done for the Epic

  • rush/rushx default to the daemon with a permanent in-process fallback (--no-daemon/RUSH_DAEMON=0).
  • The transparency bar (#5900) passes on the flipped bins.
  • Shipped as Rush 6.0.0 in the same major as #5858 phase 6.
主要言語
TypeScript
スター
6.5k
フォーク
708
平均マージ
5日 19時間
マージ済み PR(30日)
48

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/rushstack のほかの issue

microsoft/rushstack の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。