@tta-lab/pi-og
Pi extension for guarded Organon Git and forge operations through five capability tools: og_clone, og_pull, og_push, og_pr, and og_checks.
Package details
Install @tta-lab/pi-og from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@tta-lab/pi-og- Package
@tta-lab/pi-og- Version
3.1.1- Published
- Aug 30, 2026
- Downloads
- 1,073/mo · 28/wk
- Author
- neilbb
- License
- Apache-2.0
- Types
- extension
- Size
- 29 KB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./dist/index.js"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@tta-lab/pi-og
A Pi extension for guarded Organon Git and forge operations.
It provides og_clone, og_pull, og_push, og_pr, and og_checks through
the package-local og binary, without MCP configuration. Authentication status
remains available to CLI maintenance users but is not registered as a Pi tool.
Install
pi install npm:@tta-lab/pi-og@latest
# or pin a release:
pi install npm:@tta-lab/pi-og@<version>
Prereleases use the beta dist-tag and must be requested explicitly:
pi install npm:@tta-lab/pi-og@beta
The package is independently installable and includes the matching native
@tta-lab/pi-og-<platform> optional dependency at the exact same version.
Supported platforms
- macOS (Darwin) ARM64
- Linux x64 (amd64)
- Linux ARM64
Unsupported hosts fail at startup instead of downloading or compiling a binary.
Source
This package is maintained in the Organon monorepo at
pi/packages/pi-og.
The platform-specific implementation packages live under
pi/packages/native.
See the Pi extension documentation
for the complete tool and installation details.