feat: harden loose-offline sync for user JWT, schema, and console ops

Enable Binding-scoped agent push/pull, empty-table schema ensure, SyncPage inspect/drop-table, default module import, and agent-bound publish docs from the 宇恒联调意见.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
whm
2026-08-05 09:47:35 +08:00
parent 76cdcd760e
commit b04b180d30
59 changed files with 4762 additions and 308 deletions

View File

@@ -1,6 +1,8 @@
Name: platform
Host: 0.0.0.0
Port: 8888
# go-zero 全局请求超时毫秒。dbsync push 冷开 SQLite 常 >3s默认 3000 会直接 503。
Timeout: 180000
DataSource: "postgres://platform:platform@postgres:5432/platform?sslmode=disable"
DryRun: false

View File

@@ -1,6 +1,8 @@
Name: platform
Host: 0.0.0.0
Port: 8888
# go-zero 全局请求超时毫秒。dbsync push 冷开 SQLite 常 >3s默认 3000 会直接 503。
Timeout: 180000
DataSource: "postgres://platform:platform@127.0.0.1:5432/platform?sslmode=disable"
DryRun: false