Add .claude/, .gitignore, and update README

- .claude/settings.json: project-level Claude Code config
- .gitignore: ignores test binary, build artifacts, shards cache, tags
- README.md: expanded with usage example, dev commands, and AI assistance
  disclosure (Claude used for review/bug-checking, not code generation)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ATnpoEGXj4RyuMoBLGWcjs
This commit is contained in:
2026-08-10 07:58:15 -05:00
parent 6f31a5d27c
commit bc0f56fda9
3 changed files with 58 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
# Crystal build artifacts
/.build/
/bin/
# Compiled test binary (crystal build test.cr)
test
# Shards cache
/.shards/
/lib/
# Editor
tags
.DS_Store