refactor: rename custom provider examples

- custom-provider -> custom-provider-anthropic
- gitlab-duo -> custom-provider-gitlab-duo
- Update READMEs with custom provider section
This commit is contained in:
Mario Zechner 2026-01-25 00:18:13 +01:00
parent 7caa08999e
commit 758baa9fec
12 changed files with 32 additions and 11 deletions

View file

@ -1,16 +0,0 @@
{
"name": "pi-extension-gitlab-duo",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}