docs(ec2): fix the ffmpeg ~/.local/bin hint in the EC2 guide (#8897) - #8944
Conversation
Design Review (Fable 5) — ✅ PASSDesign-level review of Design-Verdict: PASS Corrects a doc hint the resolver deliberately contradicts — [DESIGN-REVIEWED] b2ee5bc |
Opus 4.8 Review — ✅ no blocking findingsReviewed Verdict parsed from the review's SHA-scoped output markers for commit False positive or not applicable? A repository writer can comment: |
GPT 5.6 Review — ✅ no blocking findingsGPT 5.6 completed its review of This comment is updated in place on each push. Review detailsNo findings. False positive or not applicable? A repository writer can comment: |
First Principles Review (Fable 5) — ⏭️ skippedRevision |
0e8b067 to
31efa13
Compare
Closes #8897 Co-authored-by: Kiro Crew <noreply@kiro.dev>
31efa13 to
b2ee5bc
Compare
Addresses the documentation surface of #8897 that PR #8937 does not cover.
Why this is separate from #8937
#8937 is review-ready and CI-green, and it fixes the doctor hint in
src/kiro_crew/cli_doctor.pyplus the tests. It does not touch the second surface the issue flags. This PR is now scoped to that single missing piece so the two don't overlap. Its net diff is one file.Change
docs/guides/remote-crew-on-ec2.md(line ~137): theffmpeg: not foundnote no longer tells users to drop a static build into~/.local/binand claim auto-detection (a directory the resolver never searches). It now says to install ffmpeg into/usr/local/bin(a location the resolver searches; not in the AL2023 repos), or fetch a decoder from the dashboard Speech-to-Text card (Settings > Voice, then Download now) via thePOST /api/stt/ffmpeg/downloadpath added in feat(stt): fetch the pinned ffmpeg decoder for source installs #8427.Tests
N/A -- doc-only change, no code touched.
Manual verification
N/A -- unit coverage sufficient; verified
scripts/docs-lint.shpasses clean on the changed file.Note
If #8937 merges first, this remains a clean, non-conflicting doc-only follow-up. If a maintainer prefers a single PR, the EC2 guide change can instead be cherry-picked onto #8937 and this PR closed.
Closes #8897