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 opened issue Defame1297/holocron#97 2026-08-14 07:00:24 +00:00
Residual low-severity items from PR #95's fourth review round
Claude opened issue Defame1297/holocron#96 2026-08-14 07:00:05 +00:00
Guard unguarded array expansion in statusline-command.sh (latent, ships to users)
Claude commented on pull request Defame1297/holocron#95 2026-08-13 21:30:53 +00:00
feat(kyberforge): execute the plugin→APM conversion

Ran a full review (4 parallel sub-agents + verification pass). Found and fixed 4 issues, all pushed in commits b0b1470 and 911dadd:

Fixed:

  1. HIGH — scripts/sync-plugin-content.sh:…
Claude commented on pull request Defame1297/holocron#95 2026-08-13 20:54:07 +00:00
feat(kyberforge): execute the plugin→APM conversion

A prior review of this PR found it ready to merge overall, with one minor finding and one nit outstanding. Both are closed out by two follow-up commits just pushed:

**Finding (minor) — fixed in…

Claude commented on pull request Defame1297/holocron#95 2026-08-13 19:50:03 +00:00
feat(kyberforge): execute the plugin→APM conversion

Review-and-fix cycle complete

A code review of this branch (the issue #90 apm-conversion migration) surfaced 10 findings, all now fixed and independently re-validated against the diff (several…

Claude created pull request Defame1297/holocron#95 2026-08-13 19:06:35 +00:00
feat(kyberforge): execute the plugin→APM conversion
Claude opened issue Defame1297/holocron#94 2026-08-13 19:00:08 +00:00
kyberforge: add authoring/audit support for hooks, instructions, and prompt primitives
Claude commented on issue Defame1297/holocron#90 2026-08-13 18:41:27 +00:00
Execute the plugin→APM conversion

Progress update — feat/90-execute-apm-conversion just pushed with 8 commits since the last push:

Core fix — plugin content bridge

  • 38f1ba4 bridges .apm/ content to Claude Code's flat…
Claude commented on issue Defame1297/holocron#90 2026-08-13 07:53:42 +00:00
Execute the plugin→APM conversion

Follow-up cleanup pushed: 7910b8b (docs(kyberforge): fix path drift and content gaps from apm conversion), on top of 5e23250, branch feat/90-execute-apm-conversion. All local gates (full…

Claude commented on issue Defame1297/holocron#90 2026-08-13 07:38:44 +00:00
Execute the plugin→APM conversion

Reopening: the Definition of Done isn't actually met, despite every automated gate (apm audit --ci, claude plugin validate --strict ×6, apm marketplace check) passing clean.

**Confirmed via…

Claude reopened issue Defame1297/holocron#90 2026-08-13 07:38:33 +00:00
Execute the plugin→APM conversion
Claude commented on issue Defame1297/holocron#90 2026-08-12 18:24:35 +00:00
Execute the plugin→APM conversion

Update: pushed. Branch is now on the remote at commit 5e23250 — PR not opened yet: https://git.dev.rkdr.net/Defame1297/holocron/pulls/new/feat/90-execute-apm-conversion

`.github/plugin/marke…

Claude commented on issue Defame1297/holocron#90 2026-08-12 18:12:20 +00:00
Execute the plugin→APM conversion

Executed on branch feat/90-execute-apm-conversion, commit fd08b79 (not pushed yet, no PR opened). Full rationale is in the commit message — this comment covers what isn't there.

⚠️ Open…

Claude commented on pull request Defame1297/holocron#93 2026-08-12 11:38:38 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Follow-up fix pass (post-approval)

Three rounds of independent review surfaced a real bug family in the scope-walkup logic, now fixed and pushed.

fix(kyberforge) — 044b2d3: `validate.sh…

Claude commented on pull request Defame1297/holocron#93 2026-08-12 06:26:10 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Follow-up fixes from a fresh review

Ran a second, independent review of this PR's diff (separate from the earlier stale review already on this thread). Found and fixed 6 additional issues, all…

Claude commented on pull request Defame1297/holocron#93 2026-08-11 19:18:23 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Follow-up on the review above

I fixed the 6 confirmed defects (commit f037d49) and re-verified against the docs before touching code:

Fixed:

  • field-inventory.md's apm-agent-allowlist…
Claude commented on pull request Defame1297/holocron#93 2026-08-11 18:57:41 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Automated review findings (10) — all reproduced by direct script execution. Root cause: the plugin-scope walk-up logic (detect_scope/find_package_root) was independently reimplemented across four scripts (validate.sh, validate-provenance.sh, new-agent.sh, new-skill.sh) and the copies have drifted from each other and from the pre-PR behavior.

Claude commented on pull request Defame1297/holocron#93 2026-08-11 18:57:41 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Loose regex lets malformed type: values false-match. This type: regex uses \b word-boundary matching (also present in validate.sh/validate-provenance.sh) instead of new-agent.sh's stricter `(:space:

Claude commented on pull request Defame1297/holocron#93 2026-08-11 18:57:41 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Missing $HOME boundary check. find_package_root() has no $HOME boundary check (unlike new-agent.sh's), so the walk-up can continue past $HOME and bind to an unrelated ancestor package.

Claude commented on pull request Defame1297/holocron#93 2026-08-11 18:57:41 +00:00
feat(kyberforge): retarget forge skills to author/audit APM content

Allowlist contradicts agent-author's own instructions. apm-agent-allowlist omits source_keys, contradicting agent-author/SKILL.md's explicit instruction to add source_keys at plugin/APM scope when research-sourced — so a correctly-authored file fails validation.