Makefile: Add combined skills target

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2026-04-26 14:07:52 +02:00
parent 6a1fb99b92
commit e377056b6d

View file

@ -313,6 +313,7 @@ dep-codex:
npm install -g --location=global --ignore-scripts --no-fund --no-audit --no-update-notifier "@openai/codex@latest"; \
fi
@codex features disable general_analytics || true
skills: agents-skills claude-skills
agents-skills: codex-skills
codex-skills:
@if [ -d "specs/.agents/skills" ]; then \