Add arti-pack repository #91
Reference in New Issue
Block a user
Delete Branch "benvin/arti-pack-repo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
arti-pack needs a home before its scaffold can be pushed: a Neovim plugin manager that installs plugins from tagged archives proxied through artifactapi into nvim's native package path, so editor plugins come from the same artifact store as everything else instead of direct git clones.
Review: issues found.
config/git.unkin.net/unkin/repository/vimpack.yaml(merged in #90, just prior to this PR on the same base commit) already defines a repo for the exact same thing — a Neovim plugin manager installing plugins from tagged archives via artifactapi instead of git clones. Itsvimpackrepo already exists on Gitea (id 220). This PR adds a second repo (arti-pack) with an effectively identical description and identical config (private/branch/merge-style/branch_protection/status_check_contexts all match vimpack.yaml verbatim).vimpackrepo instead, unless there is a deliberate rename/rebrand from vimpack -> arti-pack in flight — in which case this PR should instead rename/updatevimpack.yaml(and the underlying repo) rather than create a parallel one.Otherwise the PR is atomic, the diff matches its stated why, and the yaml itself is internally consistent with neighbouring repository configs (field set, branch protection, status checks). The only blocker is the duplicate-purpose repo.