chore(gitea): remove old flat gitea skill, superseded by plugins/gitea #82

Merged
Defame1297 merged 2 commits from chore/remove-old-gitea-skill into main 2026-07-23 18:10:15 +00:00
Collaborator

Summary

  • Verified every domain of the old flat plugins/bin/skills/gitea/ skill is covered by the new deep-module skills in plugins/gitea/ (ADR 0011), with gotchas preserved and in one case corrected (gitea-branches fixes a scope claim about list_branches).
  • Moved references/token-access.md into plugins/gitea/references/ before deleting — it held empirical scope-test results for domains the new plugin deliberately didn't build out (Actions/CI, Wiki, Notifications, Packages, User/Org, Timetracking), and nothing else in the new plugin reproduced them.
  • Removed plugins/bin/skills/gitea/ and fixed a stale cross-reference in gitea-issues/README.md that described the old skill as still present.

Test plan

  • bash tests/run-tests.sh passes
  • bash scripts/check-manifests.sh passes
  • Confirmed no remaining references to plugins/bin/skills/gitea outside historical ADR text
## Summary - Verified every domain of the old flat `plugins/bin/skills/gitea/` skill is covered by the new deep-module skills in `plugins/gitea/` (ADR 0011), with gotchas preserved and in one case corrected (`gitea-branches` fixes a scope claim about `list_branches`). - Moved `references/token-access.md` into `plugins/gitea/references/` before deleting — it held empirical scope-test results for domains the new plugin deliberately didn't build out (Actions/CI, Wiki, Notifications, Packages, User/Org, Timetracking), and nothing else in the new plugin reproduced them. - Removed `plugins/bin/skills/gitea/` and fixed a stale cross-reference in `gitea-issues/README.md` that described the old skill as still present. ## Test plan - [x] `bash tests/run-tests.sh` passes - [x] `bash scripts/check-manifests.sh` passes - [x] Confirmed no remaining references to `plugins/bin/skills/gitea` outside historical ADR text
Claude added 1 commit 2026-07-23 18:05:39 +00:00
The deep-module split in plugins/gitea/ (ADR 0011) already covers every
domain the old plugins/bin/skills/gitea/ flat skill handled. Move its
token-access.md into plugins/gitea/references/ first, since it held
empirical scope-test results (Actions/CI, Wiki, Notifications, Packages,
User/Org) not reproduced anywhere in the new plugin, then drop the old
skill and fix a stale cross-reference pointing at it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Defame1297 added 1 commit 2026-07-23 18:09:17 +00:00
plugins/bin loses a whole skill (gitea removed) — minor bump (1.0.5 ->
1.1.0) to reflect the capability-surface change. plugins/gitea gains a
reference file and a README fix, no new capability — patch bump
(1.3.1 -> 1.3.2).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Defame1297 approved these changes 2026-07-23 18:10:11 +00:00
Defame1297 merged commit 00cbe2b6c2 into main 2026-07-23 18:10:15 +00:00
Defame1297 deleted branch chore/remove-old-gitea-skill 2026-07-23 18:10:15 +00:00
Sign in to join this conversation.