Pi extension that injects a ByteRover workflow reminder into the system prompt on the first turn of every session. Ensures the LLM never forgets to load context and curate memory.
session_start— resets a flagbefore_agent_start(first turn only) — appends a reminder to the system prompt:- Load the
byterover-memoryskill - Run
brv query+brv swarm queryin parallel - Run
brv curateafter completing work
- Load the
- Flag is cleared, so subsequent turns in the same session are unaffected
pi install https://github.com/<user>/pi-brv-initCopy src/index.ts to ~/.pi/agent/extensions/brv-init/index.ts, then /reload in pi.
@earendil-works/pi-coding-agent(peer, provided by pi runtime)- Zero npm dependencies
brvCLI installed (npm install -g byterover-cli)byterover-memoryskill in~/.pi/agent/skills/brv providers connect byterover(or another LLM provider) forbrv query/brv curate
MIT