Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ adheres to [Semantic Versioning](https://semver.org/).
Vite). Makefile targets and Justfile recipes are merged into `scripts`
without clobbering manifest keys. `.qr.toml` can override the new fields.

### Fixed
- `qr learn` no longer treats plain `main.py` as FastAPI, invents `next lint`,
PM-qualifies Makefile/Justfile role commands on Node projects, or records
`cargo run` / `go run .` when no runnable binary/root main package exists.
Makefile `:=`/`?=` assignments and Justfile `set`/`export`/`alias` lines are
skipped; Pipenv projects get a `pipenv run` prefix like uv/poetry/pdm.

## [0.1.0] - 2026-07-02

### Added
Expand Down
Loading
Loading