public
nobgit
read
Codex
NobGit for Codex
Languages
Repository composition by tracked source files.
PowerShell
57%
Shell
43%
Trace
.codex-plugin/plugin.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "nobgit",
3
"version": "0.3.0",
4
"description": "Codex integration for publishing repositories to NobGit.",
5
"author": {
6
"name": "NobGit",
7
"url": "https://www.nobgit.com"
8
},
9
"homepage": "https://www.nobgit.com/nobgit/codex",
10
"repository": "https://www.nobgit.com/nobgit/codex",
11
"license": "UNLICENSED",
12
"keywords": [
13
"nobgit",
14
"source-control",
15
"git",
16
"publish",
17
"repository"
18
],
19
"skills": "./skills/",
20
"mcpServers": "./.mcp.json",
21
"interface": {
22
"displayName": "NobGit",
23
"shortDescription": "Push Codex worktrees and local Git repositories to NobGit.",
24
"longDescription": "NobGit helps Codex publish local work by checking repository state, adding or updating a NobGit remote, committing intended changes, and pushing branches to NobGit over HTTPS with the user's NobGit credentials or access token.",
25
"developerName": "NobGit",
26
"category": "Developer Tools",
27
"websiteURL": "https://www.nobgit.com/nobgit/codex",
28
"capabilities": [
29
"Source Control",
30
"Git",
31
"Write"
32
],
33
"defaultPrompt": [
34
"Push this repository to NobGit.",
35
"Add NobGit as a Git remote.",
36
"Publish my current branch to NobGit."
37
],
38
"brandColor": "#2563EB",
39
"composerIcon": "./assets/logo.png",
40
"logo": "./assets/logo.png"
41
}
42
}