@kanadego/dsh-heartbeat 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +192 -0
- package/assets/frontwin.ps1 +44 -0
- package/assets/idle.ps1 +27 -0
- package/assets/notify.ps1 +69 -0
- package/assets/presets/heartbeat/agent.cordis.yml +66 -0
- package/assets/presets/heartbeat/preset.yml +2 -0
- package/assets/screenpulse.ps1 +168 -0
- package/assets/vault.ps1 +52 -0
- package/client.js +428 -0
- package/config/busy-rules.json +63 -0
- package/config/interests.json +30 -0
- package/config/policy.json +57 -0
- package/config/profile-schema.json +68 -0
- package/config/watchlist.json +9 -0
- package/cordis.patch.yml +14 -0
- package/dist/bindings-XPPSKILN.js +19 -0
- package/dist/bindings-XPPSKILN.js.map +1 -0
- package/dist/chunk-2M35HRL6.js +1207 -0
- package/dist/chunk-2M35HRL6.js.map +1 -0
- package/dist/chunk-4UE74TUB.js +98 -0
- package/dist/chunk-4UE74TUB.js.map +1 -0
- package/dist/chunk-AISZRA4C.js +235 -0
- package/dist/chunk-AISZRA4C.js.map +1 -0
- package/dist/chunk-J6ZTRFFW.js +64 -0
- package/dist/chunk-J6ZTRFFW.js.map +1 -0
- package/dist/chunk-LLD7LUNN.js +202 -0
- package/dist/chunk-LLD7LUNN.js.map +1 -0
- package/dist/chunk-S7PTR42P.js +19 -0
- package/dist/chunk-S7PTR42P.js.map +1 -0
- package/dist/cli/index.js +589 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/inbox-MMLHISQV.js +22 -0
- package/dist/inbox-MMLHISQV.js.map +1 -0
- package/dist/index.js +2745 -0
- package/dist/index.js.map +1 -0
- package/dist/lib-FJP7J4T6.js +2281 -0
- package/dist/lib-FJP7J4T6.js.map +1 -0
- package/dist/runtime-J5NOPRBA.js +11 -0
- package/dist/runtime-J5NOPRBA.js.map +1 -0
- package/package.json +61 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "心跳的兴趣追踪清单 v1。type=npm|github。新增一行=多一个好奇方向。查询频率由浏览相内置节流(默认 6h/轮),此处无需配置。",
|
|
3
|
+
"targets": [
|
|
4
|
+
{ "id": "dsh-core", "type": "npm", "name": "@deepseek-ai/dsh", "note": "DeepSeek Harness 本体——我的家,升级前必知" },
|
|
5
|
+
{ "id": "presence-watch", "type": "github", "repo": "tomsteve1102/presence-watch", "note": "presence-watch——本项目的讨论起点(在场感知模块),值得长期围观" },
|
|
6
|
+
{ "id": "eco-spec", "type": "github", "repo": "T-Auto/dsh-ecosystem-spec", "note": "dsh 生态适配器规范——关系到我们的多版本适配路线" },
|
|
7
|
+
{ "id": "dsh-std", "type": "github", "repo": "Yan-Zero/dsh-std", "note": "dsh-std 元协议——同上,未来可能的迁移目标" }
|
|
8
|
+
]
|
|
9
|
+
}
|
package/cordis.patch.yml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# dsh-heartbeat bundle layer: applied automatically when the package is
|
|
2
|
+
# installed into a DSH profile (package.json declares dsh.bundle.patch).
|
|
3
|
+
# The profile's own cordis.patch.yml loads after this layer and may override
|
|
4
|
+
# these rows by id.
|
|
5
|
+
#
|
|
6
|
+
# To pin the runtime data dir to a specific location, add an id-targeted
|
|
7
|
+
# override in the PROFILE's cordis.patch.yml (user-owned, not shipped here):
|
|
8
|
+
# - id: heartbeat
|
|
9
|
+
# config:
|
|
10
|
+
# dataDir: D:/your/workspace/data
|
|
11
|
+
# Default: <packageRoot>/data.
|
|
12
|
+
- insert:
|
|
13
|
+
- id: heartbeat
|
|
14
|
+
name: '@kanadego/dsh-heartbeat'
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
addBinding,
|
|
3
|
+
bindingsFilePath,
|
|
4
|
+
deliverTargets,
|
|
5
|
+
loadBindings,
|
|
6
|
+
observeTargets,
|
|
7
|
+
removeBinding,
|
|
8
|
+
saveBindings
|
|
9
|
+
} from "./chunk-J6ZTRFFW.js";
|
|
10
|
+
export {
|
|
11
|
+
addBinding,
|
|
12
|
+
bindingsFilePath,
|
|
13
|
+
deliverTargets,
|
|
14
|
+
loadBindings,
|
|
15
|
+
observeTargets,
|
|
16
|
+
removeBinding,
|
|
17
|
+
saveBindings
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=bindings-XPPSKILN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|