@quolu/lattice 0.55.0 → 0.55.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.
@@ -60,6 +60,10 @@ bridgeが無効な間は以下すべてnullで、bridgeを有効にしている
60
60
  0.55.0より前のdaemonが走っている間は`version`以下がnullになる(この場合`runtime_drift`は空になり、
61
61
  乖離の有無は判定できていない——「乖離なし」ではない)。
62
62
 
63
+ `reconfigure`直後は、identityの確認requestが400msで打ち切られるため一時的に`unattested`を返すことが
64
+ ある(daemonの起動直後と競合する)。数秒おいて引き直せば`running`になる。続くようなら本物の不整合で、
65
+ `reachable`がtrueでも公開面は認証できていない。
66
+
63
67
  | field | 意味 |
64
68
  | --- | --- |
65
69
  | `pid` | 応答しているprocessのpid |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quolu/lattice",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "description": "Schedulability compiler for multi-agent development: observe real code boundaries, refactor the conflicting seam, recompile the plan for parallel execution",
5
5
  "author": {
6
6
  "name": "Quo / クオ at kitepon.dev",