Skip to content

[BUG] apm install does not deploy instructions to .claude/rules/ #526

@BertenBevers

Description

@BertenBevers

Describe the bug
apm install deploys .instructions.md files to .github/instructions/ (Copilot) and .cursor/rules/ (Cursor), but does not deploy them to .claude/rules/ for Claude Code.

To Reproduce

  1. Create a project with a .claude/ directory
  2. Add a dependency that contains .apm/instructions/python.instructions.md
  3. Run apm install
  4. Observe that .github/instructions/python.instructions.md and .cursor/rules/python.mdc are created (if those target dirs exist), but .claude/rules/ is not created or populated

Expected behavior
apm install should deploy instruction files to .claude/rules/ as .md files (e.g., python.instructions.md.claude/rules/python.md) when the .claude/ directory exists, consistent with how instructions are deployed to .cursor/rules/ for Cursor.

Environment (please complete the following information):

  • OS: Windows 11
  • Python Version: N/A
  • APM Version: 0.8.9
  • VSCode Version (if relevant): N/A

Logs
N/A — no error occurs; instructions are silently skipped for the Claude target.

Metadata

Metadata

Labels

acceptedDeprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.bugDeprecated: use type/bug. Kept for issue history; will be removed in milestone 0.10.0.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions