fix(pr31): interactive db.tx readback + hot enable runtime sync - #37
Merged
Merged
Conversation
Complete PR #31 leftovers: SDK db.tx uses begin/step/commit so query/get/call return real mid-tx results; enable/disable hot-updates enabledSet, tokens, manifests, and builtin service handlers without restarting db-server. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This was referenced Jul 22, 2026
Tanya7z
added a commit
that referenced
this pull request
Jul 22, 2026
ootb Build 在合入 #37 后仍红:sfmc MODULE_HELP_LABEL 未使用(TS6133)。 HELP 改用 paintModuleCmdAlias 一次染色常量;删未使用 MODULE_CMD_ALIAS_LABEL。 SOLID: - LSP:configs/all.banned_items 改为 string[](与 /banned_items、ConfigManager 同源) - DRY:getAllConfigs 委托单资源 helpers - LSP:moduleCanDisable 供 list/disable 同源(省略 canDisable 视为可禁用) - DRY/OCP:builtin 热启停按 moduleId 卸装,去掉 serviceNames 副本 - OCP/DRY:db/tx 交互会话路由表扩展,勿复制四份 try/catch - LSP:ConfigManager 兼容历史 {item_id};service.get 保留服务端 code Co-authored-by: Shiroha <Tanya7z@users.noreply.github.com>
Tanya7z
added a commit
that referenced
this pull request
Jul 22, 2026
…9fab-b3fe49cc163e-c8f1 fix(wf@ec7986b): TS6133 + banned_items/canDisable LSP after #37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete PR #31 leftovers: SDK db.tx uses begin/step/commit so query/get/call return real mid-tx results; enable/disable hot-updates enabledSet, tokens, manifests, and builtin service handlers without restarting db-server.