skillhub/scripts
wowo-zZ e78f7f803a feat(dev): add Claude + Codex parallel workflow support
Add infrastructure for running Claude and Codex agents in parallel
without conflicts, using isolated git worktrees and shared Docker
dependencies.

Changes:
- Add agent-worktrees and agent-sync Makefile targets
- Pin Docker Compose project names to enable worktree isolation
- Add setup-agent-worktrees.sh script for creating parallel worktrees
- Add sync-agent-integration.sh script for merging agent branches
- Document parallel workflow in 13-agent-parallel-workflow.md
- Update dev-workflow.md with worktree usage guide

Benefits:
- Prevents agents from overwriting each other's work
- Shares dependency containers across worktrees (Postgres/Redis/MinIO)
- Reserves localhost:3000 for integration verification only
- Provides clear merge and recovery procedures
2026-03-14 18:01:12 +08:00
..
check-openapi-generated.sh Add OpenAPI drift validation and docs updates 2026-03-13 11:06:55 +08:00
dev_process.py feat(web): add header nav to landing page and local dev improvements 2026-03-14 17:32:47 +08:00
runtime.sh docs(repo): add contribution and community templates 2026-03-13 10:34:12 +08:00
setup-agent-worktrees.sh feat(dev): add Claude + Codex parallel workflow support 2026-03-14 18:01:12 +08:00
smoke-test.sh fix(phase4): harden smoke checks and metrics access 2026-03-13 10:56:28 +08:00
sync-agent-integration.sh feat(dev): add Claude + Codex parallel workflow support 2026-03-14 18:01:12 +08:00
validate-release-config.sh Add release config validation workflow 2026-03-13 17:00:47 +08:00