docs: Add agent-shell session selection article, update Forgejo CLI guide, and improve theme/code styling #14

Merged
nakada0907 merged 5 commits from develop into main 2026-03-01 10:54:02 +00:00

5 commits

Author SHA1 Message Date
b1176331ae docs(blog): Update Forgejo CLI article and agent shell session selection
- 2026-02-01: Clarify and refine wording and steps in the Forgejo CLI guide
- 2026-03-01: Add and adjust explanation for agent shell session selection

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 19:50:23 +09:00
c3a0a5c434 Improve code block visibility with dual Shiki themes
- Configure Shiki with github-light and github-dark themes
- Apply Shiki dark mode CSS variables to .astro-code elements
- Follow Astro official documentation for dual theme implementation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 19:18:25 +09:00
4e8962a8b4 feat(blog): add article on agent-shell session selection in Emacs
- Add new blog post about configuring agent-shell to prompt for session selection
- Article includes prerequisites with Emacs and Copilot CLI versions
- Covers configuration method using agent-shell-session-strategy setting
- Provides practical use case for managing multiple projects efficiently
- Originally written in Japanese, reviewed for clarity, and translated to English

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 18:15:15 +09:00
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