initial commit

This commit is contained in:
pi
2026-04-10 23:06:52 +01:00
commit 1d75f91349
25 changed files with 8195 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# pi-context-manager
`pi-context-manager` is a Pi extension package for context-pressure management, snapshots, resume packets, and branch-summary compaction behavior.
## Install
Use it as a local package root today:
```bash
pi install /absolute/path/to/context-manager
```
After this folder is moved into its own repository, the same package can be installed from git.
## Resources
- Extension: `./index.ts`
## Development
```bash
npm install
npm test
```