Skip to content

Add Claude Code automations for project#58

Merged
philoserf merged 1 commit intomainfrom
feat/claude-code-automations
Mar 5, 2026
Merged

Add Claude Code automations for project#58
philoserf merged 1 commit intomainfrom
feat/claude-code-automations

Conversation

@philoserf
Copy link
Owner

Summary

  • Auto-test hook: project-level PostToolUse hook that runs the matching .test.ts file when a source file in src/ is edited
  • /release skill: orchestrates the full release workflow — version bump, sync, validate, test, commit, and tag
  • /deploy-test skill: build + test + deploy to the notes vault in one step

Test plan

  • Edit a source file in src/ and verify the auto-test hook runs the corresponding test
  • Invoke /release and confirm it follows the documented steps
  • Invoke /deploy-test and confirm build, test, and deploy execute in order

🤖 Generated with Claude Code

Add project-level hook and skills:
- Auto-test hook: runs matching .test.ts when source files are edited
- /release skill: orchestrates version bump through tag creation
- /deploy-test skill: build + test + deploy to notes vault

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@philoserf philoserf self-assigned this Mar 5, 2026
@philoserf philoserf merged commit 47bce13 into main Mar 5, 2026
1 check passed
@philoserf philoserf deleted the feat/claude-code-automations branch March 5, 2026 03:41
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