Commit Graph
4 Commits
Author SHA1 Message Date
hermes-bot 810047a074 fix: shellcheck warnings for Nix writeShellApplication
- Remove unused SCRIPT_DIR (SC2034)
- Split local var= declaration from assignment (SC2155)
- Replace &&/|| with if/else in cmd_clean (SC2015)
- Add shellcheck disable for .venv source (SC1091)
2026-08-05 10:46:52 -03:00
hermes-bot 32bc53bb68 dev-orchestrator: decouple spec scaffold from fill, delegate exploration to OpenSpec native /opsx commands
- cmd_spec now only scaffolds (OpenSpec change + worktree + deps), no auto-fill
- Added cmd_fill as fallback for headless spec filling
- Output guides user to /opsx:explore and /opsx:continue inside OpenCode
- cmd_build (dev→QA loop) unchanged — core value proposition
2026-08-05 10:43:35 -03:00
hermes c53a7f278b docs: expand WORKFLOW.md with tool interaction guide
- Added per-tool usage: when to use OpenCode/OpenSpec directly vs orchestrator
- Direct interaction patterns for manual work
- Clear gate: you review specs before build — critical step
- When to step out of the orchestrator workflow
- Smoother flow diagram
2026-08-04 18:26:08 -03:00
hermes 6d861958ce feat(tooling): add dev-orchestrator script + workflow guide
- dev-orchestrator: OpenSpec + OpenCode dev→QA loop with git worktrees
- WORKFLOW.md: complete usage guide and architecture documentation

Commands: init, spec, build, status, clean
Zero heavy dependencies — only git, opencode, openspec
2026-08-04 18:24:29 -03:00