Fix plannotator pi manifest: explicit index.ts instead of wildcard ./

This commit is contained in:
2026-05-07 14:27:36 +10:00
parent f37e4565ff
commit a04f9c611c

View File

@@ -16,7 +16,7 @@
}, },
"keywords": ["pi-package", "plannotator", "plan-review", "ai-agent", "coding-agent"], "keywords": ["pi-package", "plannotator", "plan-review", "ai-agent", "coding-agent"],
"pi": { "pi": {
"extensions": ["./"], "extensions": ["./index.ts"],
"skills": ["./skills"] "skills": ["./skills"]
}, },
"files": [ "files": [