Agrega gitea_skill: skill para operar Gitea self-hosted (scripts API BOM-safe + push headless sin persistir token, SKILL/TOOLS/api-index). Actualiza CLAUDE.md, README.md, .env.example.

This commit is contained in:
urieljareth
2026-07-19 09:35:52 -06:00
parent f587a8baa2
commit 3b7209dcc1
11 changed files with 823 additions and 0 deletions
+10
View File
@@ -16,3 +16,13 @@ COOLIFY_TOKEN=REPLACE_WITH_COOLIFY_TOKEN
# Generate at https://github.com/settings/tokens (classic 'repo' scope, or
# fine-grained with Contents:Read+Write and Metadata:Read).
GITHUB_TOKEN=REPLACE_WITH_GITHUB_PAT
# Used by gitea_skill (Invoke-GiteaApi.ps1, New-GiteaRepo.ps1, Sync-GiteaRemote.ps1).
# Self-hosted Gitea behind the Cloudflare tunnel. Generate a token at:
# <GITEA_URL>/user/settings/applications
# Scopes needed: read:repository, write:repository, read:user (and write:admin
# only if you manage other users). git push uses a one-shot http.extraHeader
# injected by Sync-GiteaRemote.ps1 — the token is NOT persisted to .git/config.
GITEA_URL=https://gitea-hjwh0svsoo9p5w5kj2j6b1bd.urieljareth.org
GITEA_USER=urieljareth
GITEA_TOKEN=REPLACE_WITH_GITEA_TOKEN