feat(pi-extension): add lifecycle client without native tools - #5
Open
ZeR020 wants to merge 3 commits into
Open
Conversation
This was referenced Aug 17, 2026
ZeR020
force-pushed
the
stack/5-cli-ingest-inject
branch
from
August 17, 2026 20:31
8c06664 to
fefd593
Compare
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
2 times, most recently
from
August 19, 2026 07:49
1158ab6 to
f2b91fc
Compare
ZeR020
force-pushed
the
stack/5-cli-ingest-inject
branch
2 times, most recently
from
August 23, 2026 15:33
ed06c83 to
19bd665
Compare
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
from
August 23, 2026 15:33
f2b91fc to
1ce0cf1
Compare
ZeR020
force-pushed
the
stack/5-cli-ingest-inject
branch
from
September 12, 2026 10:51
19bd665 to
7abd173
Compare
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
2 times, most recently
from
September 12, 2026 20:06
b91b584 to
e756ea4
Compare
ZeR020
force-pushed
the
stack/5-cli-ingest-inject
branch
from
September 12, 2026 20:06
7abd173 to
983c167
Compare
Git-root project walk (parity with core resolveProject). Pack fetch
returns { text, preformatted } so callers never sniff memory text.
Boundary CLI timeout is 30s, independent of HTTP ingest.
Core (merged kunickiaj#1546) hashes pi event ids as pi_evt_<24hex>; the layer's tests still asserted the legacy pi:<session>:<part> format after the rebase onto the updated stack.
ZeR020
force-pushed
the
stack/5-cli-ingest-inject
branch
from
September 12, 2026 20:19
983c167 to
cf78e04
Compare
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
from
September 12, 2026 20:19
e756ea4 to
3ed2011
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sixth stacked PR for pi support (kunickiaj#1430). Depends on layer 5 (
stack/5-cli-ingest-inject, #4).Opened on the fork because GitHub cannot use
kunickiaj:stack/5-cli-ingest-injectas a base.Why
Maintainer blockers in this layer: project was cwd basename (not Git root); injection framing sniffed
## codemem memoriesin untrusted pack text; boundary flush CLI used the short HTTP timeout.What
@codemem/pi-extensionpackage withouttools.ts(native tools are the next layer).projectFromCwdwalks to.git/ worktree gitdir; tests match coreresolveProject.fetchPackText/ file-context return{ text, preformatted }. No substring sniff.tsconfigreference + lockfile importer.Version stays
0.40.1until layer 8 (0.41.0).Test plan
vitest run packages/pi-extension— 40/40tsc -p packages/pi-extension --noEmitStacked on: #4 / #3 / #2 / #1 / kunickiaj#1473
Related: kunickiaj#1430, kunickiaj#1429