refactor(v3.0 Part A/2): remove misplaced skills/PAI/ and skills/VoiceServer/ directories#82
Conversation
PAI belongs at .opencode/PAI/ (root level), not under skills/. VoiceServer belongs at .opencode/VoiceServer/ (root level), not under skills/. Both are core infrastructure, not domain skills. Aligns with PAI 4.0.3 upstream structure.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (130)
💤 Files with no reviewable changes (57)
📝 WalkthroughWalkthroughThis pull request removes the entire PAI (Personal AI Infrastructure) system documentation, architectural specifications, security guidelines, and 30+ utility tools from the repository, including core system patterns, security defense protocols, memory systems, skill management utilities, audio/transcript processing tools, and system banners. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…#82) PAI belongs at .opencode/PAI/ (root level), not under skills/. VoiceServer belongs at .opencode/VoiceServer/ (root level), not under skills/. Both are core infrastructure, not domain skills. Aligns with PAI 4.0.3 upstream structure.
…#82) PAI belongs at .opencode/PAI/ (root level), not under skills/. VoiceServer belongs at .opencode/VoiceServer/ (root level), not under skills/. Both are core infrastructure, not domain skills. Aligns with PAI 4.0.3 upstream structure.
Summary
This is Part 1 of 2 of the v3.0 structure cleanup (split from #81 for CodeRabbit review — max ~100 files per PR).
Part B: Will follow as a stacked PR on top of this one.
What & Why
Removes two entire skill directories placed in the wrong location:
skills/PAI/— PAI core belongs at.opencode/PAI/(root level), not nested underskills/skills/VoiceServer/— VoiceServer belongs at.opencode/VoiceServer/(root level), not underskills/These paths were a holdover from pre-v3.0. The correct locations were established in PRs #70–#77 but the old flat directories were never removed.
Files Changed: 132 (all deletions)
.opencode/skills/PAI/.opencode/skills/VoiceServer/Verification
All deleted content exists at the correct root-level locations:
.opencode/PAI/✅.opencode/VoiceServer/✅ (renamed + completed in Part B)Related
Summary by CodeRabbit
Documentation
Chores