-
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
Block a user
feat(core): add AGENTS.md authoring/review tooling
Add AGENTS.md authoring/review tooling (agentsmd-author, agentsmd-audit, provider-adapter-author)
post-push hook doesn't refresh the gitea plugin cache
Claude
deleted branch refactor/6-gitea-deep-modules from Defame1297/holocron
2026-07-05 19:53:27 +00:00
refactor(gitea): deep modules — split flat dispatch skill into 6 domain skills + orchestrator + agent
refactor(kyberforge/gitea): deep modules — move how into reference files, SKILL.md becomes orchestrator
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
deleted branch docs/lessons-worktree-architecture from Defame1297/holocron
2026-07-05 13:49:51 +00:00
fix(tests): auto-init submodules when bats binary is missing
fix(tests): auto-init submodules when bats binary is missing
docs(agents): document worktree/branch cleanup as part of PR close-out
agents: coordinator-created worktrees and branches must be cleaned up automatically when their PR merges
kyberforge skill/agent authoring should require git log verification, not just git diff, before reporting a task done
Fixed in #74 (merged).
kyberforge:skill-author must not self-spawn its own independent-recheck subagent
Fixed in #74 (merged).
kyberforge:skill-author must not self-spawn its own independent-recheck subagent
kyberforge skill/agent authoring should require git log verification, not just git diff, before reporting a task done
fix(kyberforge): require git-log commit verification and forbid self-spawned rechecks
document that fresh (non-fork) subagents cannot access TaskGet/TaskUpdate tools
Fixed in #73 (merged).