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 closed issue Defame1297/holocron#110 2026-09-01 14:00:02 +00:00
skill-size-check: a boundary clause naming a dotted filename is invisible to the gate
Claude closed issue Defame1297/holocron#108 2026-09-01 14:00:01 +00:00
fix(gates): boundary-clause check fires on hand-invoked skills, which are contractually exempt
Claude closed issue Defame1297/holocron#107 2026-09-01 14:00:00 +00:00
fix(gates): boundary-target resolver checks only the first target per arrow clause
Claude commented on issue Defame1297/holocron#120 2026-09-01 13:59:56 +00:00
fix(apm-orchestrate): description/delegation FAILs and confirmed add-package mapping bug

Fixed by #129, squash-merged to main as 598a7c3.

Description rewritten to ADR-0020 shape — trigger + one capability + boundary, with the catalogue opener and the composition/implementatio…

Claude commented on issue Defame1297/holocron#114 2026-09-01 13:59:50 +00:00
refactor(bin): prototype's two flow files sit at the skill root instead of references/

Fixed by #129, squash-merged to main as 598a7c3.

LOGIC.md and UI.md moved to references/logic.md and references/ui.md (git tracked both as renames, R099). The skill root is now…

Claude commented on issue Defame1297/holocron#111 2026-09-01 13:59:44 +00:00
validate-provenance.sh: no way to declare a reference file as house-authored

Fixed by #129, squash-merged to main as 598a7c3.

validate-provenance.sh now treats an explicit source_keys: [] as a declaration that the file is house-authored with no external source…

Claude commented on issue Defame1297/holocron#110 2026-09-01 13:59:37 +00:00
skill-size-check: a boundary clause naming a dotted filename is invisible to the gate

Fixed by #129, squash-merged to main as 598a7c3.

Verified against the merged tree on the exact clause from this issue's report:

Not creating or editing `.pre-commit-config.yaml` ->…
Claude commented on issue Defame1297/holocron#108 2026-09-01 13:59:33 +00:00
fix(gates): boundary-clause check fires on hand-invoked skills, which are contractually exempt

Fixed by #129, squash-merged to main as 598a7c3.

The boundary-clause check (and the trigger-quality checks that presuppose model invocation) now skip when frontmatter carries `disable-model-in…

Claude commented on issue Defame1297/holocron#107 2026-09-01 13:59:29 +00:00
fix(gates): boundary-target resolver checks only the first target per arrow clause

Fixed by #129, squash-merged to main as 598a7c3.

Resolved via fix option 2 — a multi-target arrow clause is rejected with a SUGGESTION telling the author to split, rather than extending…

Claude commented on pull request Defame1297/holocron#129 2026-09-01 13:10:42 +00:00
refactor(skills): retrofit the corpus to the ADR-0020 context contract

Second full review + fixes (10 commits, 971e148..0427422)

Nine parallel reviewers over disjoint scopes, then eight implementation agents plus a cleanup pass. 25 of 29 findings are fixed in…

Claude commented on pull request Defame1297/holocron#129 2026-08-31 19:55:28 +00:00
refactor(skills): retrofit the corpus to the ADR-0020 context contract

Review + fixes (7 commits, 5b80f30..971e148)

Full review across seven parallel reviewers, then fixed what it found. Verification of the retrofit itself first, since that is the bulk of the…

Claude created pull request Defame1297/holocron#129 2026-08-31 09:15:20 +00:00
refactor(skills): retrofit the corpus to the ADR-0020 context contract
Claude commented on issue Defame1297/holocron#121 2026-08-31 09:10:22 +00:00
provenance: Research doc: slug and path conventions do not match what validate-provenance expects

Two more items for this issue, found while adding the regression tests for 27a7669 (commit 5b80f30).

The same blind spot exists one function over

484357a / 27a7669 taught `parse_contri…

Claude commented on issue Defame1297/holocron#120 2026-08-31 08:11:10 +00:00
fix(apm-orchestrate): description/delegation FAILs and confirmed add-package mapping bug

All three findings fixed on refactor/adr0020-skill-retrofit (not yet pushed — the PR body will carry the close)

1. Description: 386 → 224 characters

Rewritten to trigger + one…

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

Still open — but a material change on refactor/adr0020-skill-retrofit strengthens the case

The defect this issue describes is unfixed: validate-provenance.sh still cannot tell a true…

Claude commented on issue Defame1297/holocron#117 2026-08-31 08:10:36 +00:00
vale: the Kyberforge style is scoped to SKILL.md, so every references/ file is unlinted

Still open, still correct — and there is a second independent cause this issue does not record

Nothing on refactor/adr0020-skill-retrofit fixes this. assets/vale/.vale.ini still…

Claude commented on issue Defame1297/holocron#115 2026-08-31 08:10:21 +00:00
fix(core): validate-adapter.sh's --no-import-syntax flag is a no-op

Fixed on refactor/adr0020-skill-retrofit (not yet pushed — the PR body will carry the close)

Implemented exactly as the suggested fix specifies. The branches now differ:

if…
Claude commented on issue Defame1297/holocron#114 2026-08-31 08:10:11 +00:00
refactor(bin): prototype's two flow files sit at the skill root instead of references/

Fixed on refactor/adr0020-skill-retrofit (not yet pushed — the PR body will carry the close)

All four steps of the stated scope are done.

  1. LOGIC.md → references/logic.md, UI.md →…
Claude commented on issue Defame1297/holocron#111 2026-08-31 08:09:59 +00:00
validate-provenance.sh: no way to declare a reference file as house-authored

Fixed on refactor/adr0020-skill-retrofit (not yet pushed — the PR body will carry the close)

Implemented as the first of the two suggested shapes: source_keys: [] is now a declaration,…

Claude commented on issue Defame1297/holocron#110 2026-08-31 08:09:38 +00:00
skill-size-check: a boundary clause naming a dotted filename is invisible to the gate

Fixed on refactor/adr0020-skill-retrofit (not yet pushed — the PR body will carry the close), including the severity escalation in comment 2

The regex

[^.;] became a named `CLAUSE_BOD…