Commit 0830913
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 a331761 commit 0830913
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 | | |
| |||
3671 | 3672 | | |
3672 | 3673 | | |
3673 | 3674 | | |
3674 | | - | |
| 3675 | + | |
| 3676 | + | |
| 3677 | + | |
| 3678 | + | |
| 3679 | + | |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
3675 | 3683 | | |
3676 | 3684 | | |
3677 | 3685 | | |
| |||
| 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