Problem
Why not add '.pi/rules' directory into RuleSource?
Proposal
update RuleSource like below
export type RuleSource =
| ".pi/rules"
| "~/.pi/rules"
| ".omo/rules"
| ".claude/rules"
| ".cursor/rules"
| ".github/instructions"
| ".github/copilot-instructions.md"
| "AGENTS.md"
| "CLAUDE.md"
| "CONTEXT.md"
| "~/.omo/rules"
| "~/.opencode/rules"
| "~/.claude/rules"
| "~/.config/opencode/AGENTS.md"
| "~/.claude/CLAUDE.md";
Alternatives considered
No response
Problem
Why not add '.pi/rules' directory into RuleSource?
Proposal
update RuleSource like below
Alternatives considered
No response