@quolu/lattice 0.12.17 → 0.12.18
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.md +8 -0
- package/package.json +1 -1
- package/src/cli-help.mjs +1 -1
package/README.md
CHANGED
|
@@ -89,8 +89,16 @@ dashboardはmanifestのfile identityが変わらない間のstable store readを
|
|
|
89
89
|
長時間の外部処理中にCLI呼出しが途切れても進行中projectを休眠扱いしません。
|
|
90
90
|
LANや外部reverse proxyから閲覧するoptional bridgeは既定で無効です。明示したIPにだけbindする初回設定、
|
|
91
91
|
再設定、停止方法は[bridge setup](docs/bridge-setup.md)を参照してください。
|
|
92
|
+
工程図の既定表示は、後続に作業中・未着手が残っていない完了工程を図から除きます。まとめnodeも置かないため、
|
|
93
|
+
完走したplanは図の場所を取りません。除いた工程は凡例の件数、右ペインの「全工程」一覧、各工程の詳細から
|
|
94
|
+
辿れ、詳細の前提・後続は除外前の依存関係を示します。総数・進捗・最長依存鎖は除外前の全工程で数えます。
|
|
95
|
+
凡例の件数バッジを押すと全工程を描いた図へ切り替わり、`lattice todo gantt --scope all`は最初から全件を
|
|
96
|
+
描きます。表示規約は[ADR 0066](docs/adr/0066-gantt-live-scope-drops-finished-work.md)が正です。
|
|
97
|
+
|
|
92
98
|
静的工程表は`lattice todo gantt status`で`current / stale / missing`を確認でき、HTMLまたは
|
|
93
99
|
digest付きsidecarの欠落・改ざんはtyped failureになります。
|
|
100
|
+
dashboard daemonは起動時に読み込んだ版数をhealthで名乗り、installされた版と食い違えば`lattice status`の
|
|
101
|
+
たびに新版daemonへ置き換わります。publishしただけで配信面が古いまま残ることはありません。
|
|
94
102
|
状態を書き込む`start / block / unblock / done / evidence promote / reopen / revise / revise-phase / revise-set`
|
|
95
103
|
では、監査actorとして次の3環境変数をすべて設定してください。
|
|
96
104
|
|
package/package.json
CHANGED
package/src/cli-help.mjs
CHANGED
|
@@ -45,7 +45,7 @@ Read commands:
|
|
|
45
45
|
status [--json]
|
|
46
46
|
verify [--plan <key>] [--json]
|
|
47
47
|
snapshot --rebuild --plan <key>
|
|
48
|
-
gantt [--out <file>] [--scope live|all] # 既定live:
|
|
48
|
+
gantt [--out <file>] [--scope live|all] # 既定live: 完走した工程を図から除く(一覧には残る)
|
|
49
49
|
gantt status [--out <file>]
|
|
50
50
|
gantt serve --port <port> [--scope live|all] # /projects/<project_id>/ をforeground配信
|
|
51
51
|
phase status --plan <key>
|