Skip to content

Commit 149529b

Browse files
committed
Release v0.5.1
1 parent 9e89310 commit 149529b

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.5.1] — 2026-05-19
11+
12+
### Fixed
13+
14+
- **`pilot` prints a valid setup recipe when the selected tool is missing.** The generated
15+
happy-path command now uses `setup run --install-tools` instead of the invalid
16+
`setup run --install`, with a regression test that parses the printed recipe through
17+
the real CLI parser. Closes
18+
[#77](https://github.com/JRS1986/CodingScaffold/issues/77) via
19+
[#78](https://github.com/JRS1986/CodingScaffold/pull/78).
20+
- **`pilot` readiness no longer says OK when the selected coding tool is missing.**
21+
The environment summary now includes selected-tool presence in `environment_ok`, so
22+
first-time users do not see contradictory `Environment OK: yes` and `installed: False`
23+
signals. Closes [#76](https://github.com/JRS1986/CodingScaffold/issues/76).
24+
- **`doctor` default text output is no longer duplicated.** The structured accessibility
25+
report is now the default output; the old hardware/provider recommendation snapshot
26+
is available with `doctor --verbose`. Closes
27+
[#75](https://github.com/JRS1986/CodingScaffold/issues/75).
28+
29+
### Documentation
30+
31+
- **README and docs site optimized for command discoverability.** The README now includes a
32+
"Which Command Do I Need?" table, a smaller everyday flow, and a journey-based command
33+
reference instead of a large undifferentiated command dump.
34+
- **Published docs homepage and wiki index now route readers by need.** The docs front page,
35+
wiki index, Getting Started, FAQ, Team Rollout, and Team Onboarding pages now emphasize
36+
`doctor` + `pilot` for first contact, a two-person small-team pilot, and postponing
37+
advanced features until the team has a concrete need.
38+
- **Stale docs paths and command wording cleaned up.** Updated moved `docs/docs/wiki/...`
39+
references, clarified `--install-tools`, refreshed the repo's own `AGENTS.md` test-count
40+
note, and verified visible relative Markdown links.
41+
1042
### Infrastructure (no package changes)
1143

1244
These changes affect the repo's tooling and the published docs site, not the
@@ -331,6 +363,7 @@ for the supported entry points.
331363
supported. Windows native (outside WSL) works for documentation generation but not for tool
332364
installation — use WSL for the full flow.
333365

366+
[0.5.1]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.5.1
334367
[0.5.0]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.5.0
335368
[0.4.2]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.4.2
336369
[0.4.1]: https://github.com/JRS1986/CodingScaffold/releases/tag/v0.4.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "coding-scaffold"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Local-first coding agent scaffold with hardware probing, provider discovery, and routing config generation."
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)