Releases: 0xmariowu/builders-dont-cry
Releases · 0xmariowu/builders-dont-cry
Builders Don't Cry v0.1.2
Builders Don't Cry v0.1.2
- Restores the retained public BDC harness capability set with full skills, commands, agents, hooks, host projections, PR watch, autoloop, verify, ship, handoff, and pickup.
- Keeps the public repo user-facing: no private dotfiles, no session logs, no auth/MCP/cache/transcripts, no private paths, and no maintainer-only validation scripts.
- Ships Claude Code, Codex, Cursor, and project runtime packages.
- License: MIT.
Verified locally with:
- bash tests/smoke.sh
- bash tests/parity-matrix.sh --no-missing --no-partial
- bash tests/release-artifact-scan.sh
- runtime/release-check.sh .
Builders Don't Cry v0.1.1
Builders Don't Cry v0.1.1
Cry less. Ship more.
Patch release after the 1:1 harness parity audit.
Fixed
- Restored full shared host projection anchors for Claude Code, Codex, Cursor, root
CLAUDE.md, and rootAGENTS.md. - Fixed
cross-host-rule-check.shpublic repo paths so it validates adapter projections instead of looking for a missingcore/CLAUDE.md. - Added cross-host claim validation into the shared projection smoke fixture.
- Updated README, install contract, plugin manifests, and dist manifests to
v0.1.1.
Audit Notes
- Private agent inventory has three retained verify agents; public
agents/andcore/agents/contain the same three agents. - Verify persona contracts are retained; agent file differences are limited to public-safe path projection.
- PR watch scripts from the local PR automation project are present; public extras are adapter/wrapper entrypoints.
Install
git clone --branch v0.1.1 --depth 1 https://github.com/0xmariowu/builders-dont-cry ~/.bdc
~/.bdc/install.sh --target auto --scope project --dry-run
~/.bdc/install.sh --target auto --scope project
./.bdc/bin/bdc doctorPrerequisites: git, bash, python3, jq. GitHub and PR watch features also need gh.
Release Evidence
- GitHub Actions: https://github.com/0xmariowu/builders-dont-cry/actions/runs/25355426630
- Final commit:
f6cd642b39fa93e54ce211a4630cae51341b0cf6 - e2b remote validation:
e2b-remote: ok - Local release gates passed: smoke, dist build, release artifact scan, parity matrix, cross-host rule check, and release check.
Builders Don't Cry v0.1.0
Builders Don't Cry v0.1.0
Cry less. Ship more.
Builders Don't Cry (BDC) helps indie AI builders turn AI-written code into shippable products.
Included
- Core workflow:
/idea,/plan,/execute,/autoloop,/verify,/watch-pr,/ship,/handoff,/pickup,/health. - Skills and standards for atomic plans, evidence gates, fresh verification, PR watch, handoff/pickup, health checks, privacy checks, and release gates.
- Claude Code, Codex, Cursor, and project-local projections.
- Runtime commands, hooks, templates, fixtures, and parity checks.
Install
git clone https://github.com/0xmariowu/builders-dont-cry ~/.bdc
~/.bdc/install.sh --target auto --scope project --dry-run
~/.bdc/install.sh --target auto --scope project
./.bdc/bin/bdc doctorPrerequisites: git, bash, python3, jq. GitHub and PR watch features also need gh.
Release Evidence
- GitHub Actions: https://github.com/0xmariowu/builders-dont-cry/actions/runs/25355011300
- Final commit:
bf6191f011ab0ce197a875b4d024433278ce253e - e2b remote validation:
e2b-remote: ok - Local release gates passed: dist build, release check, artifact scan, Claude plugin validate, parity matrix, private inventory reconcile.