Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

chore: add Claude Code project conventions#37

Merged
drichar merged 2 commits into
mainfrom
chore/claude-conventions
Jan 10, 2026
Merged

chore: add Claude Code project conventions#37
drichar merged 2 commits into
mainfrom
chore/claude-conventions

Conversation

@drichar

@drichar drichar commented Jan 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Claude Code configuration files to provide project-specific guidance and conventions. This enables Claude Code to understand the project structure, available commands, and follow consistent commit message formatting.

Changes

  • .claude/CLAUDE.md - Project documentation including:

    • Overview of the Deflex SDK and its purpose
    • Common development commands (build, test, lint, typecheck)
    • Architecture overview of the SDK package structure
    • Key patterns for transaction signing and middleware system
  • .claude/skills/commit-messages.md - Commit message conventions:

    • Enforces lowercase after the colon (e.g., feat(client): add feature)
    • Documents common scopes used in the project (client, composer, middleware, etc.)
    • Notes that Renovate bot commits use different formatting

🤖 Generated with Claude Code

drichar and others added 2 commits January 10, 2026 02:53
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add .claude/skills/commit-messages.md to establish project conventions
that extend the global commit-messages skill. Key rules:

- Commit summaries must use lowercase after the colon
- Document common scopes: client, composer, middleware, types, deps, etc.
- Note that Renovate bot commits use uppercase (automated, not a pattern to follow)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@drichar drichar merged commit 9b8121f into main Jan 10, 2026
1 check passed
@drichar drichar deleted the chore/claude-conventions branch January 10, 2026 08:02
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant