chore: adopt claudeMeow ops — CLAUDE.md + guard template - #29
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #28
Brings Merit into the claudeMeow ops system. Adds
.claude/(vendored guard template) and a repo-tailoredCLAUDE.md. No product code, config, or dependency changes — verified withmake test(134 passed) on this branch.What is in here
.claude/settings.json— enables the sharedcore@claudemeowplugin (marketplaceMeowteam6/claudemeow) and wires the PreToolUse secrets guard for every Claude session on this repo, including cloud/phone sessions..claude/hooks/pretooluse-guard.sh+.claude/hooks/guards/secrets-guard.sh— vendored so the secrets guard runs even if the plugin fetch fails..claude/hooks/guards/commit-guard.sh— vendored from claudeMeow core so every clone can install thecommit-msghook (see below).CLAUDE.md— tailored to Merit: verified commands from the Makefile /web/package.json, a stack summary, the executor ticket workflow (queuedissue, worked on the mini, draft PR,needs-review), branch formattype/IS-NNN-description, Conventional Commits, Merit-specific guardrails (BYOK key never logged, tenant isolation), and a plain list of claudeMeow rules that deliberately do not apply here.Git hooks do not clone
Git never copies hooks on clone, so the commit guard must be installed once per human clone:
cp .claude/hooks/guards/commit-guard.sh .git/hooks/commit-msg && chmod +x .git/hooks/commit-msgThe executor's clone on the Mac mini already has it.
Deliberately not copied from the template
CLAUDE.mdskeleton — replaced by the tailored file; keeping the fill-in-the-blanks version would defeat the point.skills/placeholder directories (.gitkeepfiles) — Merit has no project-specific skills yet; empty scaffolding is noise until one exists.Base branch
Based on
main, notdevelop:developis currently 12 commits behindmainwith nothing ahead, and recent PRs (#20–#25) merged tomaindirectly. CLAUDE.md documents this reality.🤖 Generated with Claude Code