mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 00:16:01 +03:00
[PR #16] [MERGED] [WIP] Fix template files not copied to cache directory #61
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OthmanAdi/planning-with-files/pull/16
Author: @Copilot
Created: 1/10/2026
Status: ✅ Merged
Merged: 1/10/2026
Merged by: @OthmanAdi
Base:
master← Head:copilot/fix-template-files-copy📝 Commits (1)
8cda623Initial plan📄 Description
Fix Plugin Template and Script Bundling
Plan:
assetsfield to.claude-plugin/plugin.jsonto include templates and scripts.claude-plugin/plugin.jsonskills/planning-with-files/SKILL.md(line 3)CHANGELOG.mdChanges Made:
.claude-plugin/plugin.json:assetsarray with 5 files (3 templates + 2 scripts)skills/planning-with-files/SKILL.md:CHANGELOG.md:Root Cause:
Template and script files existed in the repository but were not bundled during plugin installation because the plugin.json manifest lacked an
assetsfield.Expected Result:
After the fix, running
/plugin install planning-with-files@planning-with-fileswill correctly copy all template and script files to the cache directory at~/.claude/plugins/cache/planning-with-files/planning-with-files/2.1.1/, preventing "Error reading file" errors when Claude references${CLAUDE_PLUGIN_ROOT}/templates/or${CLAUDE_PLUGIN_ROOT}/scripts/.Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.