v0.6.8: install.sh re-run polish + drop broken SKILL reference (F178/F179)#146
Merged
Conversation
F179: install.sh short-circuits when locally installed binary matches the resolved release tag (CCTEAM_FORCE=1 bypasses). Adds a daemon- running warning that probes `pgrep -f "ccteam start"` before the mv. No uninstall path added. F178: removes the `ccteam internal daemon ensure-running` reference from ccteam-creator SKILL Phase 5.8 — the command does not exist in the ccteam CLI surface. Closes V0.6.8 F178/F179.
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Small QoL PR:
install.sh:ccteam --versionalready matches the resolved release tag (saves a multi-MB download on no-op re-runs).CCTEAM_FORCE=1bypasses.ccteam startis currently running (the daemon won't pick up a new binary until restarted).rm -rfstep.ccteam internal daemon ensure-runningfromccteam-creatorSKILL Phase 5.8. That subcommand does not exist in the CLI surface. Section 5.9 (User reply) renumbered to 5.8.User-facing doc sweep (quickstart / user-manual / recipes / troubleshooting) is deliberately deferred to a follow-up so it can use present-tense statements once the parallel fan-out + chat_handle PRs land.
Test plan
sh -n install.sh(POSIX syntax check) exits 0dash -n install.sh(strict POSIX) exits 0curl ... | shon a host already at the latest tag → short-circuit message + exit 0CCTEAM_FORCE=1 sh install.sh→ proceeds normallyccteam startrunning in another shell, run installer → warning showsgrep -rn "ensure-running\|ensure_running" skills/returns nothingcargo build --workspace --lockedstill succeeds (no Rust changes — sanity check)Refs
docs/versions/v0-6-8/README.md§2.3.