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#99 2026-08-17 20:43:30 +00:00
refactor(skills): retrofit the 39 skills to the ADR-0020 context contract

Folded in from #100 (closed): two dangling routing targets, both hostage to this retrofit

#100 tracked four skill descriptions whose boundary clauses named targets that do not resolve. Two are…

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

Collateral for the gitea-prs retrofit: three stale claims in SKILL.md

PR #106 (fixing #104) corrected references/pull-requests.md on which pull_request_write parameters each method…

Claude created pull request Defame1297/holocron#106 2026-08-17 17:04:04 +00:00
fix(gitea): correct which pull_request_write params apply on create
Claude pushed tag v2.0.1 to Defame1297/holocron 2026-08-17 14:24:23 +00:00
Claude commented on pull request Defame1297/holocron#105 2026-08-17 13:30:59 +00:00
docs: cut the every-session context set by 74%, and fix what the cut broke

Review round two: 11 defects found, all fixed, plus one reversed decision

A five-way review of this branch at de84d1b found 11 defects. Six commits (b1ea14d..d42f636) fix them. Two blind…

Claude created pull request Defame1297/holocron#105 2026-08-17 10:32:03 +00:00
docs: cut the every-session context set by 74%, and fix what the cut broke
Claude released v2.0.0 — ADR-0020 context contract at Defame1297/holocron 2026-08-16 21:38:54 +00:00
Claude commented on pull request Defame1297/holocron#103 2026-08-16 20:56:20 +00:00
feat(kyberforge): ADR-0020 context contract for skills and agents

Both open design decisions closed — pushed as 54d7bd8

The two items left open at the bottom of the previous comment are resolved. Two commits on top of 79c9089.

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

Review findings addressed — pushed as 79c9089

Four commits on top of e7ebc66. Every blocker and major from the review above is closed; the two items I left open are design decisions,…

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

Submitted as a comment review — Gitea rejects REQUEST_CHANGES from the PR author's own account. Treat it as request-changes: B1 is a confirmed blocker and B2/B3/B5 are confirmed vacuous-green paths.

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

This is factually wrong about the validator. check_boundary() is called at both scopes — agent-audit/scripts/validate.sh:1124 (plugin/APM) and :1213 (project/user) — and I confirmed it fires on a real agent file (apm-orchestrate.agent.md emits a boundary SUGGESTION).

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

This trigger is too broad. validate.sh exits 1 on ordinary content FAILs — the normal outcome of auditing any non-compliant skill, i.e. the entire #99 population — so "if any of the three fails" loads 1,302 words of script-troubleshooting prose on nearly every real audit. That is a context-budget regression inside the skill that enforces the context budget, and the reference file itself opens "Nothing here is needed on a clean run".

Claude commented on pull request Defame1297/holocron#103 2026-08-16 17:38:31 +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:31 +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:38:31 +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:31 +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

Review: request changes

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

This is factually wrong about the validator. check_boundary() is called at both scopes — agent-audit/scripts/validate.sh:1124 (plugin/APM) and :1213 (project/user) — and I confirmed it fires on a real agent file (apm-orchestrate.agent.md emits a boundary SUGGESTION).

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

This trigger is too broad. validate.sh exits 1 on ordinary content FAILs — the normal outcome of auditing any non-compliant skill, i.e. the entire #99 population — so "if any of the three fails" loads 1,302 words of script-troubleshooting prose on nearly every real audit. That is a context-budget regression inside the skill that enforces the context budget, and the reference file itself opens "Nothing here is needed on a clean run".