-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (20 loc) · 1.18 KB
/
Copy pathapp.json
File metadata and controls
21 lines (20 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"slug": "shipghost",
"name": "ShipGhost",
"version": "1.2.4",
"tagline": "Git PR Ghostwriter with encrypted diff analysis and GPG clearsigning.",
"description": "ShipGhost is a secure, AI-native Anna application that analyzes your local git branch history, groups modified files into architectural components, and drafts a professional PR package (Title, Summary, Changes List, Architecture Rationale, and Suggested Inline Comments). Diff payloads are encrypted under a 256-bit AES key before leaving your machine, and final exports are cryptographically clearsigned using local GPG/SSH keys.",
"category": "developer-tools",
"logo_url": "https://github.com/edycutjong/shipghost/raw/main/docs/icon.svg",
"cover_url": "https://github.com/edycutjong/shipghost/raw/main/docs/readme-hero.png",
"screenshots": [
"https://github.com/edycutjong/shipghost/raw/main/docs/readme.png"
],
"homepage_url": "https://github.com/edycutjong/shipghost",
"support_url": "https://github.com/edycutjong/shipghost/issues",
"privacy_url": "https://github.com/edycutjong/shipghost#privacy",
"pricing_model": "free",
"bundled_executas": {
"shipghost": { "path": "./executas/shipghost" }
}
}