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

Trace

readme.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

readme.md on main
Author Date Commit Line Code
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
1
# NobGit for Codex
Open commit View diff
1 # NobGit for Codex
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
2
Open commit View diff
2
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
3
Codex plugin for working with NobGit repositories. It adds a NobGit skill and
Open commit View diff
3 Codex plugin for working with NobGit repositories. It adds a NobGit skill and
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
4
connects Codex to the NobGit MCP server for repository discovery, repository
Open commit View diff
4 connects Codex to the NobGit MCP server for repository discovery, repository
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
5
metadata, repository trees/files, and issue operations.
Open commit View diff
5 metadata, repository trees/files, and issue operations.
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
6
Open commit View diff
6
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
7
## Install
Open commit View diff
7 ## Install
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
8
Open commit View diff
8
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
9
If you already cloned or pulled this repository from NobGit, run the installer
Open commit View diff
9 If you already cloned or pulled this repository from NobGit, run the installer
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
10
from the repository folder. This copies the plugin to the Codex personal plugin
Open commit View diff
10 from the repository folder. This copies the plugin to the Codex personal plugin
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
11
source folder, creates or updates the personal marketplace entry, and tries to
Open commit View diff
11 source folder, creates or updates the personal marketplace entry, and tries to
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
12
install `nobgit@personal`.
Open commit View diff
12 install `nobgit@personal`.
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
13
Open commit View diff
13
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
14
### Windows PowerShell
Open commit View diff
14 ### Windows PowerShell
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
15
Open commit View diff
15
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
16
```powershell
Open commit View diff
16 ```powershell
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
17
git clone https://www.nobgit.com/nobgit/codex.git "$env:USERPROFILE\Downloads\nobgit-codex"
Open commit View diff
17 git clone https://www.nobgit.com/nobgit/codex.git "$env:USERPROFILE\Downloads\nobgit-codex"
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
18
Set-Location "$env:USERPROFILE\Downloads\nobgit-codex"
Open commit View diff
18 Set-Location "$env:USERPROFILE\Downloads\nobgit-codex"
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
19
.\install.ps1
Open commit View diff
19 .\install.ps1
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
20
```
Open commit View diff
20 ```
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
21
Open commit View diff
21
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
22
### macOS or Linux
Open commit View diff
22 ### macOS or Linux
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
23
Open commit View diff
23
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
24
```bash
Open commit View diff
24 ```bash
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
25
git clone https://www.nobgit.com/nobgit/codex.git "$HOME/Downloads/nobgit-codex"
Open commit View diff
25 git clone https://www.nobgit.com/nobgit/codex.git "$HOME/Downloads/nobgit-codex"
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
26
cd "$HOME/Downloads/nobgit-codex"
Open commit View diff
26 cd "$HOME/Downloads/nobgit-codex"
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
27
./install.sh
Open commit View diff
27 ./install.sh
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
28
```
Open commit View diff
28 ```
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
29
Open commit View diff
29
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
30
If the Codex CLI is not available to the installer, open Codex, go to Plugins,
Open commit View diff
30 If the Codex CLI is not available to the installer, open Codex, go to Plugins,
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
31
search for `nobgit`, and install it from the Personal marketplace.
Open commit View diff
31 search for `nobgit`, and install it from the Personal marketplace.
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
32
Open commit View diff
32
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
33
Start a new Codex thread after installing so the NobGit skill and MCP tools are
Open commit View diff
33 Start a new Codex thread after installing so the NobGit skill and MCP tools are
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
34
loaded into the conversation.
Open commit View diff
34 loaded into the conversation.
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
35
Open commit View diff
35
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
36
## Marketplace install
Open commit View diff
36 ## Marketplace install
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
37
Open commit View diff
37
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
38
This repository is also a local marketplace root. If you want to install it that
Open commit View diff
38 This repository is also a local marketplace root. If you want to install it that
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
39
way instead of using the personal installer:
Open commit View diff
39 way instead of using the personal installer:
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
40
Open commit View diff
40
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
41
```bash
Open commit View diff
41 ```bash
Alex Nord 19 days ago 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
42
codex plugin marketplace add <path-to-this-repository>
Open commit View diff
42 codex plugin marketplace add <path-to-this-repository>
same change 5130521

Add marketplace install support

Full commit hash
5130521cbf14bced151fd2c2c1d485cbbaa4231e
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
43
codex plugin add nobgit@nobgit
Open commit View diff
43 codex plugin add nobgit@nobgit
Alex Nord 19 days ago 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
44
```
Open commit View diff
44 ```
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
45
Open commit View diff
45
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
46
## Why the marketplace step matters
Open commit View diff
46 ## Why the marketplace step matters
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
47
Open commit View diff
47
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
48
Cloning this repository into a plugin folder can make the skill load locally, but
Open commit View diff
48 Cloning this repository into a plugin folder can make the skill load locally, but
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
49
Codex uses the marketplace entry to render the plugin in the Plugins UI. The
Open commit View diff
49 Codex uses the marketplace entry to render the plugin in the Plugins UI. The
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
50
entry above marks NobGit as available, names its local source path, and gives it
Open commit View diff
50 entry above marks NobGit as available, names its local source path, and gives it
same change 9c72f96

Improve plugin install discovery

Full commit hash
9c72f96866f9341a88a6cb531aa882acaf82e22d
Author
Alex Nord <[email protected]>
Date
19 days ago
Selected line
51
the Developer Tools category.
Open commit View diff
51 the Developer Tools category.