Skip to content

docs: add pi setup instructions#27

Merged
bruno-garcia merged 2 commits intomainfrom
docs/pi-setup-instructions
Feb 19, 2026
Merged

docs: add pi setup instructions#27
bruno-garcia merged 2 commits intomainfrom
docs/pi-setup-instructions

Conversation

@bruno-garcia
Copy link
Member

Pi discovers skills from .pi/skills/ and doesn't have built-in MCP config. Instead of a full agent definition (reverted in the PR #20 revert), pi users add a symlink target to their agents.toml:

[symlinks]
targets = [".pi"]

This creates .pi/skills/ -> .agents/skills/, which is all pi needs to discover dotagents-managed skills.

Closes #25

Pi discovers skills from .pi/skills/ and doesn't have built-in MCP
config. Instead of a full agent definition, pi users add a symlink
target to their agents.toml which creates .pi/skills/ -> .agents/skills/.

Closes #25

Co-Authored-By: Claude Opus 4.6 <noreply@pi.dev>
Generated-By: pi 0.52.12
Copilot AI review requested due to automatic review settings February 19, 2026 16:33
@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dotagents Ready Ready Preview, Comment Feb 19, 2026 4:39pm

Request Review

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for using Pi with dotagents by configuring a legacy symlink target so Pi can discover dotagents-managed skills, while clarifying MCP config is not handled by dotagents for Pi.

Changes:

  • Document Pi setup using [symlinks] targets = [".pi"] so .pi/skills/ points at .agents/skills/.
  • Add a note that Pi MCP configuration should be managed separately (if using an MCP extension).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-Authored-By: Claude Opus 4.6 <noreply@pi.dev>
Generated-By: pi 0.52.12
@bruno-garcia
Copy link
Member Author

Review comments addressed

No. Comment Author Verdict Action
1 Phrasing misleading — Pi doesn't use the agents field Copilot Valid Reworded to say Pi is not an agents target
2 Capitalize Pi consistently Copilot Valid Fixed both occurrences

@bruno-garcia bruno-garcia merged commit 61da312 into main Feb 19, 2026
13 checks passed
@bruno-garcia bruno-garcia deleted the docs/pi-setup-instructions branch February 19, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rethink pi agent support: revert agent definition, use symlinks + docs instead

2 participants

Comments