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 pushed to main at Defame1297/holocron 2026-08-11 16:05:58 +00:00
7a5c50fecc Merge pull request 'feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015' (#91) from feat/88-marketplace-apm-conversion into main
591b9cccb8 fix(kyberforge): resolve second round of PR #91 review findings
d6fd9b6770 fix(kyberforge): resolve PR #91 review findings in apm docs and orchestrators
92e7ff26aa docs(kyberforge): narrow issue #89 scope, migrate CC platform facts to apm-workflow
394052ff66 docs(kyberforge): fix remaining PR #91 review findings, add apm install routing
Compare 12 commits »
Claude merged pull request Defame1297/holocron#91 2026-08-11 16:05:56 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015
Claude closed issue Defame1297/holocron#88 2026-08-11 16:05:56 +00:00
Build agents/skills to execute marketplace→APM conversion
Claude commented on pull request Defame1297/holocron#91 2026-08-11 15:23:29 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Resolved the second review round in 591b9cc.

Fixed:

  • Wrong ADR citation in plugin-author/SKILL.md (ADR-0016 doesn't exist → ADR-0006).
  • The deprecation banner this PR added to…
Claude commented on pull request Defame1297/holocron#91 2026-08-11 14:25:49 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Review response

Ran a full /code-review pass on this PR (8 finder angles). 7 of 8 confirmed findings were fixed in d6fd9b6:

  1. apm-workflow description missing install trigger — added…
Claude commented on pull request Defame1297/holocron#91 2026-08-11 12:16:54 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Summary of 92e7ff2 — a grill-me session resolved how plugin-author/marketplace-author relate to the newly-landed apm-install/apm-workflow/apm-orchestrate artifacts (issue…

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

Scope correction (per ADR-0015): per the ADR-0015 correction recorded on branch feat/88-marketplace-apm-conversion (commit 92e7ff2, "docs(kyberforge): narrow issue #89 scope, migrate CC…

Claude commented on pull request Defame1297/holocron#91 2026-08-11 11:12:42 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Addressed all 6 findings from the latest review (review #24, re-review of e16c3dc) in 394052f:

  1. Dangling "secret indirection" reference (apm-orchestrate.md/.agent.md Process step 2) —…
Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Process step 2 still tells the orchestrator to check the Hard rules for "secret indirection," but that Hard Rule bullet was deleted from the Hard rules section in this same PR's fix commit (e16c3dc), leaving a dangling reference to a rule that no longer exists.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

ADR-0015 states "CONTEXT.md's Plugin/Skill/Plugin-marketplace glossary entries remain accurate as written until issue #90 actually executes — this ADR does not update them," but this same PR's fix commit (e16c3dc) edited CONTEXT.md's Plugin and Plugin marketplace entries to add an ADR-0015 forward-pointer sentence.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

The "custom install directory" example APM_INSTALL_DIR=$HOME/.local/bin sh omits the `curl -sSL https://aka.ms/apm-unix

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Neither apm-workflow's dispatch table nor apm-orchestrate's operation list ever routes to plain apm install [PACKAGE_REF] — the core command that actually resolves/downloads a dependency declared in apm.yml — and apm-install (the skill whose name most resembles it) is explicitly scoped only to installing the apm binary/runtime, not running apm install.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

The Output contract here is collapsed to one prose sentence and omits the explicit error-code enum (`not_confirmed

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

This apm.yml schema block omits the "legacy singular target: CSV form is still accepted" caveat that the sibling research doc (docs/research/docs/microsoft-apm/configuration.md:32) documents for the same targets: field.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:40 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Full re-review of the fix commit (e16c3dc) against PR review conventions. 6 findings — mostly places where this same fix commit's own edits now contradict its own claims or leave dangling references. See inline comments.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:35 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

The "custom install directory" example APM_INSTALL_DIR=$HOME/.local/bin sh omits the `curl -sSL https://aka.ms/apm-unix

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:35 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Neither apm-workflow's dispatch table nor apm-orchestrate's operation list ever routes to plain apm install [PACKAGE_REF] — the core command that actually resolves/downloads a dependency declared in apm.yml — and apm-install (the skill whose name most resembles it) is explicitly scoped only to installing the apm binary/runtime, not running apm install.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:35 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

The Output contract here is collapsed to one prose sentence and omits the explicit error-code enum (`not_confirmed

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:35 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

This apm.yml schema block omits the "legacy singular target: CSV form is still accepted" caveat that the sibling research doc (docs/research/docs/microsoft-apm/configuration.md:32) documents for the same targets: field.

Claude commented on pull request Defame1297/holocron#91 2026-08-11 05:36:35 +00:00
feat(kyberforge): add apm-install/apm-workflow/apm-orchestrate, ADR-0015

Full re-review of the fix commit (e16c3dc) against PR review conventions. 6 findings — mostly places where this same fix commit's own edits now contradict its own claims or leave dangling references. See inline comments.