Files
Keshav Pradeep f0697e94b2 chore: public OSS release 2.9.1 (#358)
Snapshot from internal main f003333b2f871465c0ea81d3fd550434e676d3d4 via sanitized orphan release/oss-2026-08-10 e1c7dc7f31832a933540a321996748ca30983113. Includes release notes for 2.9.0 and 2.9.1, bounded LLM connection retries, refined analyzer rules, and packaging updates. Verified with the sanitized-tree unit-test gate and staged diff check.

Signed-off-by: keshavp <32313895+keshprad@users.noreply.github.com>
2026-08-10 11:44:02 -07:00

16 lines
447 B
JSON

{
"name": "skillspector-pi",
"version": "2.2.3",
"private": true,
"description": "Pi extension exposing SkillSpector as a local scan tool for agent skills.",
"keywords": ["pi-package", "skillspector", "agent-skills", "security"],
"pi": {
"extensions": ["./extensions/skillspector.ts"]
},
"peerDependencies": {
"@earendil-works/pi-ai": ">=0.78.1",
"@earendil-works/pi-coding-agent": ">=0.78.1",
"typebox": "*"
}
}