Skip to content

docs: update ccc skill install + init guidance#134

Merged
georgeh0 merged 1 commit intomainfrom
g/skill-docs-install
Apr 14, 2026
Merged

docs: update ccc skill install + init guidance#134
georgeh0 merged 1 commit intomainfrom
g/skill-docs-install

Conversation

@georgeh0
Copy link
Copy Markdown
Member

Summary

Follow-up to #132. The skills/ccc docs still described the pre-#132 install and init behavior:

  • Install line said pipx install cocoindex-code — which after feat: make sentence-transformers optional; interactive ccc init #132 is slim (LiteLLM-only). Agents reading the skill would no longer get the local-embedding default they expect.
  • ccc init was described as purely non-interactive — no mention of the new prompts, --litellm-model flag, or ccc doctor pointer on model-test failure.

This PR updates skills/ccc/references/management.md to cover:

  • Both install styles: [default] (batteries included) vs bare (slim).
  • First-run interactive flow + what's skipped on subsequent runs.
  • --litellm-model flag for non-TTY / scripted use.
  • ccc doctor as the recovery path if the init model test fails.

Test plan

Docs-only; CI runs the usual lint/type/tests anyway.

Follow-up to #132: the skill's management.md still said `pipx install
cocoindex-code` and described `ccc init` as a purely non-interactive
command. Update to reflect:

- Two install styles — `[default]` (batteries included) vs bare
  (slim, LiteLLM-only).
- First-run `ccc init` is interactive; prompts for provider/model and
  runs a test embed via the daemon.
- `--litellm-model MODEL` flag for non-TTY / scripted use.
- Pointer to `ccc doctor` if the init model test fails.
@georgeh0 georgeh0 merged commit 0a8fb50 into main Apr 14, 2026
4 checks passed
@georgeh0 georgeh0 deleted the g/skill-docs-install branch April 14, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant