Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 669 Bytes

File metadata and controls

22 lines (15 loc) · 669 Bytes

Agent Instructions

APM Setup

This repository uses APM to manage agent skills. Before starting any task, verify that the skills listed in apm.yml are installed under the apm_modules/ directory.

If apm_modules/ is missing or any skill package from apm.yml is not present, install them by running:

pip install apm-cli
apm install

General File Creation Guidelines

When creating new files:

  • Always use LF (Unix-style) line endings, not CRLF (Windows-style)
  • This repository uses .gitattributes to enforce LF line endings
  • Ensures consistency across all platforms and avoids Git warnings