diff --git a/src/manifest.ts b/src/manifest.ts index 9ca9e8f..1ed6441 100644 --- a/src/manifest.ts +++ b/src/manifest.ts @@ -156,6 +156,23 @@ export default { description: "Get overall system processing status", parametersSchema: { type: "object" as const, properties: {} }, }, + { + toolKey: "legal_predecessor_context", + name: "legal_predecessor_context", + displayName: "הקשר מריצות קודמות", + description: + "Recent conclusions from prior heartbeat runs on this case (the 'summary' each run left). Call this when RESUMING work on a case to see what earlier sessions already did/decided — instead of re-deriving context from scratch.", + parametersSchema: { + type: "object" as const, + properties: { + case_number: { + type: "string" as const, + description: "Case number (e.g. 1043-02-26)", + }, + }, + required: ["case_number"], + }, + }, ], jobs: [ {