mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
add workflow preferences to CLAUDE.md (#770)
This commit is contained in:
parent
baeee56f6b
commit
21b043e6d0
1 changed files with 6 additions and 0 deletions
|
|
@ -137,6 +137,12 @@ To prepare a release (e.g., bumping from `0.4.6` to `0.4.7`), update the version
|
|||
|
||||
Commit message format: `release X.Y.Z`
|
||||
|
||||
## Workflow Preferences
|
||||
|
||||
- **Git commits:** Do NOT add `Co-Authored-By` lines. Keep commit messages short and concise (one line, no verbose descriptions). NEVER commit and push directly to `main`—always use a feature branch and PR.
|
||||
- **Git branches:** Use the format `<github_username>/<feature_name>` when creating branches for PRs. Determine the username from `gh api user --jq .login`.
|
||||
- **GitHub issues:** When a GitHub issue URL is pasted, fetch all requirements and context from the issue first. The end goal is always a PR with all tests passing.
|
||||
|
||||
## Key Conventions
|
||||
|
||||
- Rust edition 2021, formatted with `cargo fmt`, linted with `cargo clippy -D warnings`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue