Skip to content

ametel01/weld-cli

Repository files navigation

Weld Logo

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.

Why Weld?

  • 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

Install

uv tool install weld-cli          # or: pipx install weld-cli
uv tool upgrade weld-cli          # upgrade to latest

Quick Start

weld 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

Documentation

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

License

See LICENSE for details.

About

Human-in-the-loop coding harness with transcript provenance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages