| 40 | }); |
| 41 | |
| 42 | export class ProjectRecallTool extends Tool<z.infer<typeof RecallArgs>> { |
| 43 | name = 'project_recall'; |
| 44 | description = 'Read what was done in THIS project in earlier sessions — the persistent worklog — so you can continue without redoing work. The same brief is injected automatically at the start of a session in a known project; call this to re-read it or pull more history. Read-only.'; |
| 45 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected