Thanks for helping keep Pixel Agent Buddy small, reliable, and easy to trust.
git clone https://github.com/44-99/pixel-agent-buddy.git
cd pixel-agent-buddy
npm install
npm test
npm start- Keep prompt, code, transcript, tool payload, and permission data outside the event protocol.
- Preserve fail-open hook behavior.
- Preserve unrelated entries in user configuration files.
- Add contract tests for Agent compatibility or installation changes.
- Run:
npm test
npm run build
npm audit --audit-level=highPixel Agent Buddy is an ambient status companion. Chat, memory, gamification, remote control, transcript scraping, and permission takeover are intentionally outside the default product scope.
New Agent support requires a documented lifecycle mechanism and an adapter contract. Avoid adding polling fallback solely to increase the supported-Agent count.
Use concise Conventional Commit-style subjects, for example:
feat: add Gemini lifecycle adapterfix: roll back partial hook installationdocs: clarify event privacy contract