@recallnet/codecontext-pi

pi steering extension for surfacing @context annotations during reads

Package details

extension

Install @recallnet/codecontext-pi from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@recallnet/codecontext-pi
Package
@recallnet/codecontext-pi
Version
0.1.2
Published
Mar 26, 2026
Downloads
36/mo · 7/wk
Author
asutula
License
unknown
Types
extension
Size
9.4 KB
Dependencies
2 dependencies · 0 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

@recallnet/codecontext-pi

pi steering extension for surfacing @context annotations when an agent reads annotated code.

Install

npm install @recallnet/codecontext-pi

Use

Install it in pi from npmjs:

pi install @recallnet/codecontext-pi

The package exposes one extension entry:

  • dist/index.js

It watches read tool results, detects inline @context annotations using @recallnet/codecontext-parser, and sends an advisory steering reminder when annotated code is loaded.

Docs