-
Notifications
You must be signed in to change notification settings - Fork 0
feat(outfitter): add doctor command for environment validation #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c46e6c9 to
309bcd4
Compare
4ea862a to
03e430c
Compare
309bcd4 to
322e6c4
Compare
03e430c to
4fa0791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6 files reviewed, 2 comments
42a3d3b to
2bc18cb
Compare
e067804 to
16edd51
Compare
|
Restacked on p3-23 and resolved init.test conflict by keeping the expanded init suite and forcing non-interactive (isTTY false) during tests. Pre-push tests ran clean. |
|
Updated doctor version check to use Bun.semver.satisfies with a single MIN_BUN_VERSION (1.3.6 per SPEC/packageManager). Tests remain aligned to 1.3.6. |
2bc18cb to
a826534
Compare
8d26b54 to
aed02b9
Compare
|
Restacked after downstack update (formatRelative test stabilization); no additional changes in this PR. |
a826534 to
4159d2a
Compare
aed02b9 to
d0959a5
Compare
|
Checked greptile notes: Bun version check now uses Bun.semver.satisfies and the minimum requirement is 1.3.6 (tests reflect it). Restacked and resubmitted. |
d0959a5 to
ffbfbb8
Compare
ffbfbb8 to
3b92894
Compare
23f0e8b to
4cffdd2
Compare
|
Bun requirement is now consistently 1.3.6 in tests/docs, and doctor uses Bun.semver.satisfies for the check. |
3b92894 to
4c5c1b5
Compare

Implements doctor command that validates environment readiness:
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
Resolves #57