Skip to content

Use symlinks for prpm install#270

Closed
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/fix-prpm-symlinks-install
Closed

Use symlinks for prpm install#270
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/fix-prpm-symlinks-install

Conversation

@tembo

@tembo tembo Bot commented Jun 1, 2026

Copy link
Copy Markdown

Fix installing prpm to use symlinks during installation for claude and codex formats.

  • Added symlink-compatible format groups for skills (claude, codex, amp).
  • Implemented symlink creation in filesystem core with fallback to copy.
  • Modified install command to install first format normally and symlink others if compatible.
  • Updated tests to verify symlink creation for multi-format installs.
  • Track installed paths to enable symlink creation.
  • Added detailed logging for symlink creation and fallback.

This improves installation efficiency and disk usage for compatible formats like claude and codex skills.


Want tembo to make any changes? Add a comment with @tembo and i'll get back to work!

View on Tembo View Agent Settings

@tembo tembo Bot added the tembo Pull request created by Tembo label Jun 1, 2026
@codeant-ai

codeant-ai Bot commented Jun 1, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@tembo
tembo Bot requested a review from khaliqgant June 1, 2026 10:00
@tembo

tembo Bot commented Jun 1, 2026

Copy link
Copy Markdown
Author

Requesting review from @khaliqgant who has experience with the following files modified in this PR:

  • packages/cli/src/core/filesystem.ts
  • packages/cli/src/commands/install.ts
  • packages/cli/src/__tests__/install-file-locations.test.ts

@my-senior-dev-pr-review

Copy link
Copy Markdown

🤖 My Senior Dev — Analysis Complete

👤 For @tembo[bot]

📁 Expert in packages/ (3 edits) • ⚡ 1st PR this month

View your contributor analytics →


📊 4 files reviewed • 3 high risk • 10 need attention

🚨 High Risk:

  • packages/cli/src/commands/install.ts — Significant modifications to installation logic without robust tests pose a high risk.
  • packages/cli/src/core/filesystem.ts — Introduces new filesystem operations requiring security and robustness assessment.

⚠️ Needs Attention:

  • packages/cli/src/__tests__/install-file-locations.test.ts — Ensures that new symlink functionality is properly tested but requires additional coverage for high impact changes.
  • packages/cli/src/commands/install.ts — Requires scrutiny for security implications related to user inputs for symlink operations.

🚀 Open Interactive Review →

The full interface unlocks features not available in GitHub:

  • 💬 AI Chat — Ask questions on any file, get context-aware answers
  • 🔍 Smart Hovers — See symbol definitions and usage without leaving the diff
  • 📚 Code Archeology — Understand how files evolved over time (/archeology)
  • 🎯 Learning Insights — See how this PR compares to similar changes

💬 Chat here: @my-senior-dev explain this change — or try @chaos-monkey @security-auditor @optimizer @skeptic @junior-dev

📖 View all 12 personas & slash commands

You can interact with me by mentioning @my-senior-dev in any comment:

In PR comments or on any line of code:

  • Ask questions about the code or PR
  • Request explanations of specific changes
  • Get suggestions for improvements

Slash commands:

  • /help — Show all available commands
  • /archeology — See the history and evolution of changed files
  • /profile — Performance analysis and suggestions
  • /expertise — Find who knows this code best
  • /personas — List all available AI personas

AI Personas (mention to get their perspective):

Persona Focus
@chaos-monkey 🐵 Edge cases & failure scenarios
@skeptic 🤨 Challenge assumptions
@optimizer Performance & efficiency
@security-auditor 🔒 Security vulnerabilities
@accessibility-advocate Inclusive design
@junior-dev 🌱 Simple explanations
@tech-debt-collector 💳 Code quality & shortcuts
@ux-champion 🎨 User experience
@devops-engineer 🚀 Deployment & scaling
@documentation-nazi 📚 Documentation gaps
@legacy-whisperer 🏛️ Working with existing code
@test-driven-purist Testing & TDD

For the best experience, view this PR on myseniordev.com — includes AI chat, file annotations, and interactive reviews.

@khaliqgant khaliqgant closed this Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tembo Pull request created by Tembo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant