Human-in-the-loop coding harness with transcript provenance
Weld generates structured prompts for AI-assisted development workflows. Instead of ad-hoc prompting, weld provides templates for: research → plan → implement → review → commit.
- Structured Prompts: Generate focused prompts for research, planning, and review
- Full Auditability: Every AI interaction linked via transcript gists in commits
- Codebase Discovery: Analyze existing codebases before making changes
- Spec Refinement: Interview-style Q&A to improve specifications
Spec Doc --> Research Prompt --> Plan Prompt --> Review --> Commit
+ transcript
uv tool install weld-cli # or: pipx install weld-cli
uv tool upgrade weld-cli # upgrade to latestweld init # Initialize in your project
weld doctor # Check environment
weld plan specs/feature.md -o plan.md # Generate implementation plan
weld implement plan.md # Execute plan interactively
weld commit --all # Commit with transcript| Installation | Prerequisites and setup |
| Quickstart | Get running in 5 minutes |
| Workflow | Full development workflow |
| Commands | Command reference |
| Configuration | Config options |
| Troubleshooting | Common issues |
| Development | Contributing guide |
See LICENSE for details.
