Commit graph

4 commits

Author SHA1 Message Date
a8d02ed524 chore: Remove commit-message-generator skill definition file
- Remove SKILL.md as the commit message generation functionality is now integrated into the standard workflow
- Commit message suggestions can be generated directly during development without separate skill configuration

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 17:36:15 +09:00
6267fb5d79 docs: Add Podman development recommendations to Copilot instructions
- Add 'Recommended Development Setup' section highlighting Podman as the recommended development approach
- Organize Commands section into two subsections: 'Local Development (with Podman)' and 'Direct Commands (without Podman)'
- Include examples for podman compose commands (up --build, up -d, exec)
- Reference README.md for detailed container setup instructions

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 17:36:10 +09:00
8cad3f62ab feat(skill): add commit-message-generator skill
- Add custom skill for generating Conventional Commits messages
- Include guidelines for commit splitting and message formatting
- Automate commit message suggestion workflow
2026-01-18 20:12:31 +09:00
e2a0346400 chore: add Copilot instructions for project guidance
Add Copilot-specific instructions documenting project overview, tech stack,
  structure, development guidelines, and best practices for AI-assisted development.
2026-01-02 21:30:34 +09:00