chore: add Claude Code project configuration#408
Merged
filipdjokic merged 3 commits intocheqd:developfrom Mar 27, 2026
Merged
Conversation
…nd agents Set up Claude Code project configuration including CLAUDE.md with architecture docs, auto-format and file protection hooks, a db-migrate skill for Drizzle workflow, and an api-documenter subagent. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…jq stdin parsing The hooks were using an invalid flat command format and nonexistent $CLAUDE_FILE_PATH env var. Fixed to use the required nested hooks array structure and parse file_path from stdin JSON via jq. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Eengineer1
approved these changes
Mar 27, 2026
filipdjokic
approved these changes
Mar 27, 2026
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.
Summary
CLAUDE.mdwith project architecture documentation, commands, conventions, and data flow descriptions.claude/settings.jsonwith PostToolUse hook for auto-formatting via Prettier and PreToolUse hook to block edits to generated files (lock files, migrations).claude/skills/db-migrate/SKILL.mdskill for guided Drizzle ORM migration workflow.claude/agents/api-documenter.mdsubagent for generating REST API documentation from handler codeTest plan
CLAUDE.mdcontent accurately reflects current codebase architecturepackage-lock.jsonandsrc/database/migrations//db-migrateskill invocation in Claude Code🤖 Generated with Claude Code