No description
  • Astro 99.7%
  • JavaScript 0.3%
Find a file
Markus Maiwald 7a7e9a9bb6
Some checks failed
Deploy Marketplace / deploy (push) Failing after 1s
Validate Manifests / validate (push) Failing after 1s
feat: git-hooks plugin with Conventional Commits validation
- Add git-hooks plugin with commit message validation
- Plugin SDK: Add safe io shim (read-only)
- Plugin SDK: Add OnCommand hook for plugin commands
- CLI: Route hooks commands to plugin system first
- Fix gitlab-ci plugin to have optional config
- Add PartialEq for OnCommand variants
- Add git-hooks to marketplace
2026-05-08 17:06:21 +02:00
.github/workflows feat: add marketplace website with Hinge security docs 2026-05-08 00:22:26 +02:00
plugins feat: git-hooks plugin with Conventional Commits validation 2026-05-08 17:06:21 +02:00
public feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
schema Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
src feat: Add submit page, improve plugin install UI 2026-05-08 00:27:33 +02:00
.gitignore chore(gitignore): ignore Cloudflare Wrangler cache directory 2026-05-07 12:57:37 +02:00
astro.config.mjs feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
categories.json Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
CONTRIBUTING.md Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
LICENSE Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
package-lock.json feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
package.json feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
README.md feat: add marketplace website with Hinge security docs 2026-05-08 00:22:26 +02:00
tsconfig.json feat: create ProGit Market website 2026-03-13 15:50:24 +01:00

ProGit Plugin Marketplace

Hinge-verified plugin registry for ProGit TUI

Quick Start

# Browse plugins
npm run dev

# Build static site
npm run build

Plugin Registry

All plugins are cryptographically signed with Hinge:

# Verify a plugin
prog plugin verify syntax-highlight

# Trust the core team key
prog trust add 18a10eb52cf3c001

Available Plugins

Plugin Category Description
syntax-highlight utility Pure-Lua syntax highlighting
jira-sync integration Jira bidirectional sync
gitlab-ci integration GitLab CI/CD status
slack-notify integration Slack notifications
csv-export utility Export issues to CSV
symbio-expert ai AI-powered analysis
forgejo-notify integration Forgejo notifications
git-hooks utility Auto-install git hooks

Security

See /security/ for full Hinge verification documentation.

Deploy

# Cloudflare Pages
npm run build
# Upload dist/ to Cloudflare Pages