Thanks for improving BeforeCode.
Maintainers may use a lightweight direct-to-main workflow for small verified changes. External contributors should open a pull request.
The maintainer owns the root README and updates it whenever installation, CLI commands, supported project types, repository structure, release status, or main workflow changes.
- Keep Markdown readable and structured.
- Update affected docs with each feature.
- Prefer practical examples over abstract filler.
- Add or update tests for CLI behavior.
- Do not overwrite user files by default in CLI behavior.
Use clear conventional-style messages when possible:
feat(cli): add handoff command
docs: improve project type guide
chore(release): prepare v0.1.0