Files
2026-07-15 09:05:39 +02:00

12 lines
228 B
YAML

scripts:
- name: Install Dependencies
command: |
apm install --frozen
git restore apm.lock.yaml
pip install ast-grep-cli
triggers:
- session.create
automation:
auto_issue_session: true
remote_control: true