- Pure fetch-based API client (src/) with zero external dependencies - Pi extension adapter (pi-extension/) registering 17 tools - Standalone CLI (cli.ts) replacing gitea-scripts/gitea.js - Token auth everywhere (no HMAC secrets) - SKILL.md for agent auto-discovery - TOOL.md with full parameter reference Consolidates pi-bot/extensions/pi-gitea and clawbot/gitea-scripts into a single shared package.
10 lines
134 B
JSON
10 lines
134 B
JSON
{
|
|
"name": "pi-gitea",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"pi": {
|
|
"extensions": ["./index.ts"]
|
|
}
|
|
}
|