name: onedev version: 0.1.1 description: Skills and agents for working with a OneDev forge through the TOD CLI — the forge's own objects, as distinct from the local git clone. author: name: Defame1297 email: defame1297@rkdr.net url: https://git.rkdr.net/Defame1297/ license: MIT homepage: https://git.rkdr.net/Defame1297/holocron/src/branch/main/plugins/onedev repository: https://git.rkdr.net/Defame1297/holocron/src/branch/main/plugins/onedev keywords: - onedev - tod - issues - pulls - builds - iterations # Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts type: hybrid targets: - claude - copilot - codex # "auto" publishes the authoritative local source layout, or list explicit # repo paths to define the complete publication set. includes: auto # This package currently carries no primitives of its own — it exists so the # marketplace can redistribute upstream TOD. `marketplace.packages` entries # take `source: ./plugins/` (a local path), so a third-party git repo # cannot be listed directly; a consumer installing `onedev` from the holocron # marketplace picks up TOD's eight skills transitively through this entry. # # Pinned on purpose, unlike the six first-party dependencies in the root # apm.yml. Those are unpinned for default-branch parity because they are this # repo's own published content; TOD is third-party, so tracking its `main` # would import someone else's drift. Bump this tag deliberately. dependencies: apm: - code.onedev.io/onedev/tod#v4.3.4 mcp: [] devDependencies: apm: [] scripts: {}