2026-06-26 17:23:18 +08:00
{
2026-08-13 00:36:22 +08:00
"name" : "@deepseek-ai/dsh-fs-observation-policy" ,
2026-07-24 19:54:25 +08:00
"description" : "File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)" ,
2026-08-13 05:02:17 +08:00
"version" : "0.0.1-rc.4" ,
2026-08-11 00:02:53 +08:00
"publishConfig" : {
"access" : "restricted"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/deepseek-ai/deepseek-harness.git" ,
2026-08-13 00:36:22 +08:00
"directory" : "packages/fs/fs-observation-policy"
2026-08-11 00:02:53 +08:00
} ,
2026-06-26 17:23:18 +08:00
"type" : "module" ,
"main" : "lib/index.js" ,
2026-06-28 17:24:45 +08:00
"types" : "lib/types/index.d.ts" ,
2026-06-26 17:23:18 +08:00
"exports" : {
"." : {
2026-06-28 17:24:45 +08:00
"types" : "./lib/types/index.d.ts" ,
2026-06-26 17:23:18 +08:00
"default" : "./lib/index.js"
} ,
2026-07-19 22:13:50 +08:00
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
2026-06-26 17:23:18 +08:00
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
2026-06-28 17:43:29 +08:00
"lib/index.js" ,
2026-07-19 22:13:50 +08:00
"lib/invariant.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-06-26 17:23:18 +08:00
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-fs" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^"
2026-06-26 17:23:18 +08:00
} ,
"devDependencies" : {
"@deepseek-ai/dsh-fs" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-06-26 17:23:18 +08:00
"@deepseek-ai/dsh-llm" : "workspace:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^"
2026-06-26 17:23:18 +08:00
}
}