No description
- Astro 99.7%
- JavaScript 0.3%
- 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 |
||
|---|---|---|
| .github/workflows | ||
| plugins | ||
| public | ||
| schema | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| categories.json | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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