Commit Graph

4 Commits

Author SHA1 Message Date
cexll
3d27d44676 chore(ci): integrate git-cliff for automated changelog generation
- Add cliff.toml configuration matching current CHANGELOG.md format
- Replace awk script with npx git-cliff in release workflow
- Add `make changelog` command for one-click CHANGELOG updates
- Use git-cliff --current flag to generate release notes per version

Generated with swe-agent-bot

Co-Authored-By: swe-agent-bot <agent@swe-agent.ai>
2025-12-16 10:47:18 +08:00
cexll
2b8efd42a9 feat: implement modular installation system
引入模块化安装系统,支持可配置的工作流组合:

核心改进:
- .claude-plugin/marketplace.json: 移除废弃模块引用,精简插件清单
- .gitignore: 添加 Python 开发环境忽略项(.venv, __pycache__, .coverage)
- Makefile: 标记 make install 为 LEGACY,推荐使用 install.py
- install.sh: codex-wrapper 安装脚本,添加到 PATH

新架构使用 config.json 控制模块启用/禁用,支持:
- 选择性安装工作流(dev/bmad/requirements/essentials)
- 声明式操作定义(merge_dir/copy_file/run_command)
- 版本化配置管理

迁移路径: make install -> python3 install.py --install-dir ~/.claude

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 10:26:58 +08:00
swe-agent[bot]
656bdd27c5 Fix #12: Update Makefile install paths for new directory structure
- Replace non-existent root-level commands/agents dirs with workflow-specific paths
- Add BMAD_DIR, REQUIREMENTS_DIR, ESSENTIALS_DIR, ADVANCED_DIR variables
- Update all deployment targets to copy from actual locations
- Add new targets: deploy-essentials and deploy-advanced
- Add shortcuts: make essentials, make advanced
- All 30 files now correctly referenced and verified

Generated by swe-agent
2025-10-20 07:19:34 +00:00
ben chen
e6a1c2c23e Add Makefile for quick deployment and update READMEs
- 新增 Makefile 提供一键部署功能
- 支持 BMAD 和 Requirements 工作流快速安装
- 提供独立部署命令和测试功能
- 更新中英文 README 添加安装说明

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 17:18:27 +08:00