fix: initialize and sync notebook config on startup
Publish to npm / publish (push) Successful in 29s

This commit is contained in:
2026-09-02 22:41:21 +08:00
parent 776f31fb47
commit e33c50754c
6 changed files with 38 additions and 14 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
"dependencies": {
"typebox": "1.3.7"
},
"version": "0.1.2",
"description": "SiYuan Note extension for pi coding agent \u2014 HTTP API wrapper with notebook-level RWD permission auditing",
"version": "0.1.3",
"description": "SiYuan Note extension for pi coding agent HTTP API wrapper with notebook-level RWD permission auditing",
"keywords": [
"pi-package",
"pi-extension",
@@ -40,4 +40,4 @@
"check": "node --experimental-strip-types --no-warnings src/audit.test.ts"
},
"prepublishOnly": "node --experimental-strip-types --no-warnings src/audit.test.ts"
}
}