chore: update version and component metadata

- Bump version (pyproject.toml, setup/__init__.py)
- Update CLAUDE.md import service references
- Reflect component structure changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
kazuki
2025-10-17 07:24:09 +09:00
parent 01ddc14354
commit 2bb2a6e484
3 changed files with 37 additions and 33 deletions

View File

@@ -35,7 +35,9 @@ dependencies = [
"importlib-metadata>=1.0.0; python_version<'3.8'",
"typer>=0.9.0",
"rich>=13.0.0",
"click>=8.0.0"
"click>=8.0.0",
"pyyaml>=6.0.0",
"requests>=2.28.0"
]
[project.urls]