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 commented on pull request Defame1297/holocron#103 2026-08-16 17:38:10 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents

Blocker. _authoring_root() falls back to the nearest .git ancestor, so it returns truthy in any git repo. _collect_authoring_root() then contributes zero names (no plugins/*/.apm/), and this else branch never runs — _deployed_roots is dead code in every git-tracked repo, which is the only case it was written for.

Claude commented on pull request Defame1297/holocron#103 2026-08-16 17:38:10 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents

Two problems on this line.

Claude commented on pull request Defame1297/holocron#103 2026-08-16 17:38:10 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents

Vacuous green, and shared verbatim by all three validators. A non-string YAML value is str()-coerced and then measured as a Python repr. All rc=0:

Claude commented on pull request Defame1297/holocron#103 2026-08-16 17:38:10 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents

Vacuous green. The closing marker \r?\n[ \t]*---[ \t]* matches at any indentation, so a --- line inside a block scalar terminates the frontmatter early and the remainder of the description is silently reclassified as body.

Claude commented on pull request Defame1297/holocron#103 2026-08-16 17:02:58 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents

Review, and the fixes it produced

Ran a multi-dimension review over this PR — gate logic, constant duplication, test quality, generated-content integrity, retrofit content conservation, doc…

Claude commented on issue Defame1297/holocron#99 2026-08-16 16:29:24 +00:00
refactor(skills): retrofit the 39 skills to the ADR-0020 context contract

Body rewritten against measured ground truth. What changed since the comment above, and why:

Numbers that were wrong in that comment. It reported the remaining preload tax as 21,190 chars…

Claude opened issue Defame1297/holocron#104 2026-08-14 22:05:51 +00:00
fix(gitea): gitea-prs reference wrongly claims milestone is settable on PR create
Claude created pull request Defame1297/holocron#103 2026-08-14 22:04:08 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents
Claude opened issue Defame1297/holocron#102 2026-08-14 22:04:04 +00:00
build: no gate asserts that tool-owned paths stay out of autofixing formatter scope
Claude commented on issue Defame1297/holocron#100 2026-08-14 21:04:07 +00:00
fix(skills): four description boundary clauses route to targets that do not exist

One of the four is fixed on refactor/trim-skills-agents-context, as a forced consequence rather than a deliberate scope grab: the new resolvable-target check FAILs on an unresolvable routing…

Claude commented on issue Defame1297/holocron#99 2026-08-14 21:04:00 +00:00
refactor(skills): retrofit the 39 skills to the ADR-0020 context contract

The ADR-0020 gates and the kyberforge-side retrofit have landed on refactor/trim-skills-agents-context, which changes the numbers in this issue's body.

Corrected scope. The body says 30…

Claude opened issue Defame1297/holocron#101 2026-08-14 19:39:47 +00:00
refactor(kyberforge): merge skill-audit + agent-audit, and address the author-pair duplication
Claude opened issue Defame1297/holocron#100 2026-08-14 19:39:35 +00:00
fix(skills): four description boundary clauses route to targets that do not exist
Claude opened issue Defame1297/holocron#99 2026-08-14 19:39:27 +00:00
refactor(skills): retrofit the 39 skills to the ADR-0020 context contract
Claude commented on pull request Defame1297/holocron#98 2026-08-14 18:35:44 +00:00
feat(apm): consume plugins through apm and keep the install fresh at SessionStart

Reviewed and fixed in 099cf58..c9fe2e8.

Five findings, all resolved on this branch:

  1. executables.allow self-disabled on the next kyberforge release. apm matches the key by exact…
Claude commented on issue Defame1297/holocron#78 2026-08-14 17:59:20 +00:00
post-push hook never ran: git has no such hook, so no plugin cache was refreshed

The premise here is wrong, and in a more interesting way than "outdated"

This issue says the hook refreshes kyberforge automatically but skips gitea. It skips everything: **git has no…

Claude created pull request Defame1297/holocron#98 2026-08-14 17:59:02 +00:00
feat(apm): consume plugins through apm and keep the install fresh at SessionStart
Claude commented on pull request Defame1297/holocron#95 2026-08-14 14:31:37 +00:00
feat(kyberforge): execute the plugin→APM conversion

Fifth review round: 15 commits (0f0ac58..a4a075b)

A multi-agent review ran against this branch, then an independent second round reviewed the fixes with agents that had not written them.…

Claude commented on issue Defame1297/holocron#97 2026-08-14 09:28:56 +00:00
Residual low-severity items from PR #95's fourth review round

All six items addressed on feat/90-execute-apm-conversion, folded into PR #95 and disclosed there. Three of the six did not survive verification as written — details below, because two of…

Claude commented on issue Defame1297/holocron#96 2026-08-14 09:28:20 +00:00
Guard unguarded array expansion in statusline-command.sh (latent, ships to users)

Fixed in 49d21bc on feat/90-execute-apm-conversion, folded into PR #95 (disclosed there, since this widens that PR into providers/ — an area it did not previously touch).

What…