Uh oh!
There was an error while loading. Please reload this page.
docs: correct deck deploy install path - #8
Conversation
The plan + spec showed ~/.local/bin/deck, but the launchd plist runs the binary from ~/.mattstack/deck/bin/deck (install.sh's BIN_DIR). Shipped scripts/deploy.ts already installs there with an atomic temp+rename; this aligns the docs so nobody copies the stale path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour. 📝 WalkthroughWalkthroughThe deployment plan and design specification now install ChangesDeck deployment
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk:⚪ Minimal · up to This documentation-only change aligns the documented deploy path with the intended installation location; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Follow-up housekeeping to #7.
The manifest-first plan and spec described deck's
deployinstalling over~/.local/bin/deck, but deck's launchd plist runs the binary from~/.mattstack/deck/bin/deck(install.sh'sBIN_DIR). The shippedscripts/deploy.tswas already corrected during review to install there (atomic temp +mv); this brings the two docs in line so the stale path can't be copied out of them later.Docs-only, no code change.
🤖 Generated with Claude Code
Summary by CodeRabbit
deckexecutable at the location used by its launch configuration.