Release 0.10.0 - Add bd onboard command

- Update CHANGELOG.md with 0.10.0 release notes
- Clean up dist/ directory (remove 0.9.11 artifacts)
- bd-173: Agent-first onboarding command
This commit is contained in:
Steve Yegge
2025-10-20 15:48:38 -07:00
parent c3101ff5f1
commit 94a23cae39

View File

@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.10.0] - 2025-10-20
### Added
- **Agent Onboarding**: New `bd onboard` command for agent-first documentation (bd-173)
- Outputs structured instructions for agents to integrate bd into documentation
- Bootstrap workflow: Add 'BEFORE ANYTHING ELSE: run bd onboard' to AGENTS.md
- Agent adapts instructions to existing project structure
- More agentic approach vs. direct string replacement
- Updates README with new bootstrap workflow
## [0.9.11] - 2025-10-20
### Added