flake-update-20260505
 1{
 2  "name": "pi-threads",
 3  "version": "0.2.1",
 4  "description": "Pi extension for searching and reading past conversation threads with ripgrep-powered search",
 5  "type": "module",
 6  "keywords": ["pi-package"],
 7  "license": "MIT",
 8  "author": "laulauland",
 9  "repository": {
10    "type": "git",
11    "url": "https://github.com/laulauland/dotfiles"
12  },
13  "pi": {
14    "extensions": ["./index.ts"]
15  },
16  "peerDependencies": {
17    "@mariozechner/pi-ai": "*",
18    "@mariozechner/pi-coding-agent": "*",
19    "@mariozechner/pi-tui": "*",
20    "@sinclair/typebox": "*"
21  }
22}