Commit Graph

4 Commits

Author SHA1 Message Date
joungmin
0a0b288740 docs: add Karpathy LLM coding guidelines to AI 작업 지침
생각 먼저, 단순함 우선, 외과적 수정, 목표 중심 실행 원칙 추가.
Source: https://youtu.be/tcDoacn64Lo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 10:01:07 +09:00
joungmin
624e5fd7d9 docs: add detailed workflow examples and role-specific prompt patterns
- Add end-to-end issue-to-deploy workflow with Claude Code prompts
- Add daily standup assistant workflow
- Add knowledge accumulation workflow with Obsidian
- Add onboarding guide for new team members
- Add troubleshooting guide for common scenarios

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 19:25:28 +09:00
joungmin
6ec083787e docs: expand CLAUDE.md with team workflow and role guides
- Add issue-to-code workflow (branch naming, commit message format)
- Add code quality standards and PR rules with template
- Add test strategy (pyramid, tools, naming conventions)
- Add Jenkins CI pipeline example with AI code review stage
- Add role-specific guides (PM, Planner, Developer, QA)
- Add common workflow diagram and automation prompts
- Add Makefile targets (start-issue, pr-ready, draft-pr)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 19:22:03 +09:00
joungmin
3eb685c6f8 chore: initial project setup with MCP server configs
- Add MCP servers for Redmine, Jenkins, Gitea, Obsidian
- Add setup_mcp.sh to generate .mcp.json from .env (no secrets in VCS)
- Add .env.example with required variable names for team onboarding
- Add .gitignore to exclude secrets (.env, .mcp.json, settings.local.json)
- Fix obsidian_mcp_server.py stdio_server async context manager usage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 19:16:54 +09:00