NobGit
public nobgit read

Codex

NobGit for Codex

Languages

Repository composition by tracked source files.

PowerShell
PowerShell 57% Shell 43%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/codex.git
ssh://[email protected]:2222/orgs/nobgit/codex.git
plugin.json
{
  "name": "nobgit",
  "version": "0.3.0",
  "description": "Codex integration for publishing repositories to NobGit.",
  "author": {
    "name": "NobGit",
    "url": "https://www.nobgit.com"
  },
  "homepage": "https://www.nobgit.com/nobgit/codex",
  "repository": "https://www.nobgit.com/nobgit/codex",
  "license": "UNLICENSED",
  "keywords": [
    "nobgit",
    "source-control",
    "git",
    "publish",
    "repository"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "NobGit",
    "shortDescription": "Push Codex worktrees and local Git repositories to NobGit.",
    "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.",
    "developerName": "NobGit",
    "category": "Developer Tools",
    "websiteURL": "https://www.nobgit.com/nobgit/codex",
    "capabilities": [
      "Source Control",
      "Git",
      "Write"
    ],
    "defaultPrompt": [
      "Push this repository to NobGit.",
      "Add NobGit as a Git remote.",
      "Publish my current branch to NobGit."
    ],
    "brandColor": "#2563EB",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}