mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 00:16:01 +03:00
[GH-ISSUE #62] file not available planning-with-files/.kilocode/rules/planning-with-files.md #42
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#42
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?
Originally created by @ukrolelo on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/62
Greetings,
Where is the file as per instructions on kilocode?
@laurentvv commented on GitHub (Feb 4, 2026):
https://github.com/OthmanAdi/planning-with-files/blob/master/docs/kilocode.md
Copy-Item -Force planning-with-files.kilocode\rules\planning-with-files.md C:\Users\YourUsername.kilocode\rules\planning-with-files.md
Copy-Item: Cannot find path 'planning-with-files.kilocode\rules\planning-with-files.md' because it does not exist.
.kilocode\rules : not exists
@OthmanAdi commented on GitHub (Feb 4, 2026):
Fixed in master — thanks @ukrolelo for reporting this!
The
.kilocode/rules/planning-with-files.mdfile was migrated to.kilocode/skills/planning-with-files/SKILL.mdback in v2.10.0, but the docs were never updated.This commit removes all references to the old
.kilocode/rules/path fromdocs/kilocode.mdandREADME.md, and updates the installation instructions to point to the correct.kilocode/skills/location.Also thanks @laurentvv for confirming the issue.