feat(pi): implement milestone M2 - script-backed skills

This commit is contained in:
Stefano Fiorini
2026-04-23 16:04:39 -05:00
parent 7ba6f90e14
commit 51372eb420
32 changed files with 5299 additions and 1 deletions
@@ -0,0 +1,8 @@
declare module 'turndown-plugin-gfm' {
import TurndownService from 'turndown';
export function gfm(turndownService: TurndownService): void;
export function strikethrough(turndownService: TurndownService): void;
export function tables(turndownService: TurndownService): void;
export function taskListItems(turndownService: TurndownService): void;
}