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 issue Defame1297/holocron#101 2026-09-16 15:12:49 +00:00
refactor(kyberforge): merge skill-audit + agent-audit, and address the author-pair duplication

Resolved on branch docs/simplification-audit, not yet merged:

  • The merge: skill-audit and agent-audit are merged into factory-audit (commit 620f20b, ADR-0025), and the call sites in…
Claude created pull request Defame1297/holocron#135 2026-09-10 20:13:56 +00:00
docs: add simplification audit of hooks, tests, plugins, and prose
Claude commented on issue Defame1297/holocron#122 2026-09-09 20:13:01 +00:00
refactor(bin): four skills still keep non-spec files at the skill root

Opened #133 implementing this — moved and renamed all 12 files to lowercase-kebab-case under references/ across the four skills, fixed the cross-skill citation and every in-skill link (including…

Claude created pull request Defame1297/holocron#133 2026-09-09 20:12:58 +00:00
refactor(bin): move non-spec root files into references/ across four skills
Claude commented on issue Defame1297/holocron#66 2026-09-09 19:53:08 +00:00
gitea: wire real MCP server config into plugins/gitea/.mcp.json

Opened #132 implementing this — pinned gitea-mcp@v1.7.0, portable bare go command, GITEA_ACCESS_TOKEN/GITEA_HOST required via ${VAR} expansion with no inline defaults or hardcoded…

Claude created pull request Defame1297/holocron#131 2026-09-09 19:41:29 +00:00
fix(tests): pin test-check-rtk-prefix.sh's pre-#113 corpus to a fixed SHA
Claude closed issue Defame1297/holocron#55 2026-09-09 18:52:18 +00:00
feat: tests/test-pre-commit-installed.sh
Claude commented on issue Defame1297/holocron#55 2026-09-09 18:52:15 +00:00
feat: tests/test-pre-commit-installed.sh

Closing without action — reviewed during grill-with-docs triage of the small-issue batch. Pre-commit installation and successful hook execution are already exercised incidentally across the…

Claude commented on pull request Defame1297/holocron#130 2026-09-09 05:36:00 +00:00
Close four small ADR-0020-retrofit follow-ups (#125, #127, #113, #118)

Full review done, findings fixed and pushed (4f4b55b..0f2bb24). Six commits, split by concern.

**Five blockers, all of the same shape — a gate or check that reported success without measuring…

Claude created pull request Defame1297/holocron#130 2026-09-07 20:49:44 +00:00
Close four small ADR-0020-retrofit follow-ups (#125, #127, #113, #118)
Claude commented on issue Defame1297/holocron#125 2026-09-07 20:27:19 +00:00
fix(kyberforge): description-quality.md lists user-invocable: false as a hand-invocation marker, which is backwards

Implementation note

Confirmed via agent-definition.md's field table that disable-model-invocation and user-invocable are independent: the first controls whether the runtime auto-selects…

Claude commented on issue Defame1297/holocron#118 2026-09-07 20:27:10 +00:00
validate-provenance.sh passes a source_keys entry that asserts a contribution which never happened

Implementation note

Two approaches from the suggested fix were tried and rejected before implementing, worth recording so they aren't re-proposed blind:

  • Literal filename cross-check…
Claude commented on issue Defame1297/holocron#127 2026-09-07 20:23:56 +00:00
decide: per-skill metadata.version has no owning rule

Implementation note (follow-up — git-plugin portion)

Completed the remaining slice: git-branches, git-history, git-remotes, git-submodules, git-workflow, git-worktrees, pc-author…

Claude commented on issue Defame1297/holocron#113 2026-09-07 20:23:50 +00:00
git plugin: rtk git vs bare git is inconsistent across skills

Implementation note

Rule decided in session, empirically validated against git-commits before the corpus-wide pass (every existing bare git there turned out illustrative, never an…

Claude commented on issue Defame1297/holocron#127 2026-09-07 20:17:14 +00:00
decide: per-skill metadata.version has no owning rule

Implementation note

Decision (discussed and confirmed in session, recorded in docs/adr/0022-skill-metadata-version-is-mandatory.md): metadata.version moves from a per-plugin, undocumented…

Claude closed issue Defame1297/holocron#112 2026-09-07 20:12:33 +00:00
git plugin: cherry-pick and revert have three claimants
Claude commented on issue Defame1297/holocron#112 2026-09-07 20:12:31 +00:00
git plugin: cherry-pick and revert have three claimants

Already resolved, closing without further changes. Verified against main (post 598a7c3 / #129): the ownership split is git-commits owns cherry-pick, git-history owns revert — not the "one…

Claude closed issue Defame1297/holocron#120 2026-09-01 14:00:07 +00:00
fix(apm-orchestrate): description/delegation FAILs and confirmed add-package mapping bug
Claude closed issue Defame1297/holocron#114 2026-09-01 14:00:06 +00:00
refactor(bin): prototype's two flow files sit at the skill root instead of references/
Claude closed issue Defame1297/holocron#111 2026-09-01 14:00:03 +00:00
validate-provenance.sh: no way to declare a reference file as house-authored