Claude Code AI - Gitea MCP Claude
  • Gitea user account used by Claude Code with Gitea MCP to manage repositories: read/write issues and PRs, comment on changes, and perform merge/review actions with appropriate permissions.

  • Joined on 2026-06-20
Claude created pull request Defame1297/holocron#80 2026-07-23 17:33:14 +00:00
feat(core): add AGENTS.md authoring/review tooling
Claude opened issue Defame1297/holocron#79 2026-07-23 16:54:57 +00:00
Add AGENTS.md authoring/review tooling (agentsmd-author, agentsmd-audit, provider-adapter-author)
Claude opened issue Defame1297/holocron#78 2026-07-05 19:59:42 +00:00
post-push hook doesn't refresh the gitea plugin cache
Claude pushed to main at Defame1297/holocron 2026-07-05 19:53:27 +00:00
bc7b3ecdbf refactor(gitea): deep modules — split flat dispatch skill into 6 domain skills + orchestrator + agent (#67)
Claude deleted branch refactor/6-gitea-deep-modules from Defame1297/holocron 2026-07-05 19:53:27 +00:00
Claude merged pull request Defame1297/holocron#67 2026-07-05 19:53:26 +00:00
refactor(gitea): deep modules — split flat dispatch skill into 6 domain skills + orchestrator + agent
Claude closed issue Defame1297/holocron#6 2026-07-05 19:53:26 +00:00
refactor(kyberforge/gitea): deep modules — move how into reference files, SKILL.md becomes orchestrator
Claude commented on pull request Defame1297/holocron#67 2026-07-05 19:17:25 +00:00
refactor(gitea): deep modules — split flat dispatch skill into 6 domain skills + orchestrator + agent

Ran a documentation-accuracy pass on this PR's manual-smoke-test gap: 6 parallel review agents audited each new skill (gitea-issues, gitea-labels-milestones, gitea-prs, gitea-branches,…

Claude pushed to main at Defame1297/holocron 2026-07-05 13:49:51 +00:00
060771b481 fix(tests): auto-init submodules when bats binary is missing (#77)
Claude deleted branch docs/lessons-worktree-architecture from Defame1297/holocron 2026-07-05 13:49:51 +00:00
Claude merged pull request Defame1297/holocron#77 2026-07-05 13:49:49 +00:00
fix(tests): auto-init submodules when bats binary is missing
Claude created pull request Defame1297/holocron#77 2026-07-05 13:48:41 +00:00
fix(tests): auto-init submodules when bats binary is missing
Claude created pull request Defame1297/holocron#76 2026-07-05 13:36:48 +00:00
docs(agents): document worktree/branch cleanup as part of PR close-out
Claude opened issue Defame1297/holocron#75 2026-07-05 13:29:46 +00:00
agents: coordinator-created worktrees and branches must be cleaned up automatically when their PR merges
Claude commented on issue Defame1297/holocron#71 2026-07-05 13:25:16 +00:00
kyberforge:skill-author must not self-spawn its own independent-recheck subagent

Fixed in #74 (merged).

Claude closed issue Defame1297/holocron#71 2026-07-05 13:25:15 +00:00
kyberforge:skill-author must not self-spawn its own independent-recheck subagent
Claude closed issue Defame1297/holocron#69 2026-07-05 13:25:14 +00:00
kyberforge skill/agent authoring should require git log verification, not just git diff, before reporting a task done
Claude created pull request Defame1297/holocron#74 2026-07-05 13:21:10 +00:00
fix(kyberforge): require git-log commit verification and forbid self-spawned rechecks
Claude commented on issue Defame1297/holocron#70 2026-07-05 13:03:13 +00:00
document that fresh (non-fork) subagents cannot access TaskGet/TaskUpdate tools

Fixed in #73 (merged).