@tta-lab/pi-src

Pi extension overriding built-in read and edit with structure-aware Organon symbol navigation and mutations plus atomic exact edits.

Packages

Package details

extension

Install @tta-lab/pi-src from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@tta-lab/pi-src
Package
@tta-lab/pi-src
Version
3.1.1
Published
Aug 30, 2026
Downloads
1,092/mo · 23/wk
Author
neilbb
License
Apache-2.0
Types
extension
Size
30.6 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-src

A Pi extension that overrides Pi's built-in read and edit tools with Organon’s structure-aware source and Markdown navigation, symbol scoped mutations, and atomic exact-text edits.

Install

pi install npm:@tta-lab/pi-src@latest
# or pin a release:
pi install npm:@tta-lab/pi-src@<version>

Prereleases use the beta dist-tag and must be requested explicitly:

pi install npm:@tta-lab/pi-src@beta

The package is independently installable and includes the matching native @tta-lab/pi-src-<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-src. The platform-specific implementation packages live under pi/packages/native. See the Pi extension documentation for the complete tool forms and symbol-ID workflow.