feat: add CLAUDE.md and settings.json for project documentation and plugin configuration

Introduced CLAUDE.md to provide comprehensive guidance on the CoinTrader project, including architecture, common commands, testing, and deployment details. Added settings.json to enable the superpowers plugin for Claude. This enhances the project's documentation and configuration management.
This commit is contained in:
21in7
2026-03-02 20:01:18 +09:00
parent eeb5e9d877
commit 99fa508db7
3 changed files with 238 additions and 0 deletions

5
.claude/settings.json Normal file
View File

@@ -0,0 +1,5 @@
{
"enabledPlugins": {
"superpowers@claude-plugins-official": true
}
}