Commit 5fb9de7
fix: log warn on initFailed in service.start() and fix stale test comment
When secret resolution fails, service.start() now logs a visible warn
explaining why memory hooks are disabled, instead of silently skipping.
Update stale comment in session-summary test: register() returns
initPromise so awaiting it is meaningful, not just a sync guard.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 65516b8 commit 5fb9de7
2 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1653 | 1653 | | |
1654 | 1654 | | |
1655 | 1655 | | |
1656 | | - | |
| 1656 | + | |
| 1657 | + | |
1657 | 1658 | | |
1658 | 1659 | | |
1659 | 1660 | | |
| |||
3655 | 3656 | | |
3656 | 3657 | | |
3657 | 3658 | | |
3658 | | - | |
| 3659 | + | |
| 3660 | + | |
| 3661 | + | |
| 3662 | + | |
| 3663 | + | |
| 3664 | + | |
| 3665 | + | |
| 3666 | + | |
3659 | 3667 | | |
3660 | 3668 | | |
3661 | 3669 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments