Initialize PaperPipe Integration
Task: Initialize or update PaperPipe integration in this project's agent instructions.
Steps
- Run
papi docsto get the current agent integration snippet - Find the agent instructions file in the repo root (check in order: AGENTS.md, CLAUDE.md, GEMINI.md)
- If none exist, create AGENTS.md
- Look for an existing
## Paper References (PaperPipe)section in the file - If the section exists: replace it entirely (from
## Paper References (PaperPipe)up to the next##heading or end of file) - If no such section exists: append the snippet at the end of the file
- Show the user what changed (diff or summary)
Notes
- The snippet from
papi docsstarts with introductory text and a markdown code block containing## Paper References (PaperPipe) - Extract only the content inside the code block (lines between the triple backticks)
- Do NOT include the
<details>glossary section frompapi docsoutput - Preserve all existing content in the agent instructions file
For general CLI commands, see /papi.