[PR #67] [MERGED] Add Pi Agent support #75

Closed
opened 2026-03-03 18:50:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OthmanAdi/planning-with-files/pull/67
Author: @ttttmr
Created: 2/4/2026
Status: Merged
Merged: 2/4/2026
Merged by: @OthmanAdi

Base: masterHead: master


📝 Commits (1)

📊 Changes

15 files changed (+1829 additions, -0 deletions)

View changed files

.pi/skills/planning-with-files/README.md (+81 -0)
.pi/skills/planning-with-files/SKILL.md (+204 -0)
.pi/skills/planning-with-files/examples.md (+202 -0)
.pi/skills/planning-with-files/package.json (+35 -0)
.pi/skills/planning-with-files/reference.md (+218 -0)
.pi/skills/planning-with-files/scripts/check-complete.ps1 (+42 -0)
.pi/skills/planning-with-files/scripts/check-complete.sh (+44 -0)
.pi/skills/planning-with-files/scripts/init-session.ps1 (+120 -0)
.pi/skills/planning-with-files/scripts/init-session.sh (+120 -0)
.pi/skills/planning-with-files/scripts/session-catchup.py (+288 -0)
.pi/skills/planning-with-files/templates/findings.md (+95 -0)
.pi/skills/planning-with-files/templates/progress.md (+114 -0)
.pi/skills/planning-with-files/templates/task_plan.md (+132 -0)
📝 README.md (+6 -0)
docs/pi-agent.md (+128 -0)

📄 Description

pi: https://pi.dev


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OthmanAdi/planning-with-files/pull/67 **Author:** [@ttttmr](https://github.com/ttttmr) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@OthmanAdi](https://github.com/OthmanAdi) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1089d65`](https://github.com/OthmanAdi/planning-with-files/commit/1089d65c6008b1e7803ce56277bc65da6296e7bd) Add Pi Agent support ### 📊 Changes **15 files changed** (+1829 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.pi/skills/planning-with-files/README.md` (+81 -0) ➕ `.pi/skills/planning-with-files/SKILL.md` (+204 -0) ➕ `.pi/skills/planning-with-files/examples.md` (+202 -0) ➕ `.pi/skills/planning-with-files/package.json` (+35 -0) ➕ `.pi/skills/planning-with-files/reference.md` (+218 -0) ➕ `.pi/skills/planning-with-files/scripts/check-complete.ps1` (+42 -0) ➕ `.pi/skills/planning-with-files/scripts/check-complete.sh` (+44 -0) ➕ `.pi/skills/planning-with-files/scripts/init-session.ps1` (+120 -0) ➕ `.pi/skills/planning-with-files/scripts/init-session.sh` (+120 -0) ➕ `.pi/skills/planning-with-files/scripts/session-catchup.py` (+288 -0) ➕ `.pi/skills/planning-with-files/templates/findings.md` (+95 -0) ➕ `.pi/skills/planning-with-files/templates/progress.md` (+114 -0) ➕ `.pi/skills/planning-with-files/templates/task_plan.md` (+132 -0) 📝 `README.md` (+6 -0) ➕ `docs/pi-agent.md` (+128 -0) </details> ### 📄 Description pi: https://pi.dev --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:50:27 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#75
No description provided.