Skip to content

fix: drop positional source from forge install/validate calls#11

Merged
N4M3Z merged 1 commit into
mainfrom
fix/makefile-install-target
May 18, 2026
Merged

fix: drop positional source from forge install/validate calls#11
N4M3Z merged 1 commit into
mainfrom
fix/makefile-install-target

Conversation

@N4M3Z

@N4M3Z N4M3Z commented May 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Makefile: forge install .forge install --target ~. The new forge CLI rejects the positional source argument (error: unexpected argument '.' found) and uses --source/--target flags. --target ~ preserves the intent of INSTALL.md's DONE WHEN check (ls ~/.claude/skills/CodeCleanup/SKILL.md).
  • .githooks/pre-commit: forge validate .forge validate.
  • .pre-commit-config.yaml: forge validate .forge validate.

Test plan

  • make install exits 0 on the patched recipe
  • ls ~/.claude/skills/CodeCleanup/SKILL.md resolves (DONE WHEN)
  • forge validate runs from the patched pre-commit hook (validation now actually executes)

@N4M3Z N4M3Z force-pushed the fix/makefile-install-target branch from 5aa83bb to 16db42d Compare May 18, 2026 07:44
@N4M3Z N4M3Z merged commit 08e117a into main May 18, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant