Conversation
Reviewer ask: the cix-workspace skill should clearly state that workspace search only SCOPES the work (which repos + a capped chunk teaser) and that you must then switch to per-project search to actually read code. - Step 2: lead with an explicit "now switch from workspace search to per-project search" — the workspace chunk panel is a ~5/repo round-robin teaser, not the answer; drill in with `cix search -n <project_path>` or the investigator sub-agent. - Rule 4: make the drill-down actionable — concrete `cix search -n <project_path> "<query>"` (+ `--server` for non-default), and call out that `-n` takes the exact projects[] id (e.g. github.com/owner/repo@branch) and that `-p` (a filesystem path) is wrong for a remote repo. This is the path fixed in cli/v0.7.1. Synced into the plugin bundle. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Brings the remaining develop commit into main.
cix search -n <project_path>(the path fixed in cli/v0.7.1) or the investigator sub-agent. Rule 4 made actionable;-pfor remote repos called out as wrong.The CLI external-project search fix (cli/v0.7.1) already merged via #66. Docs/skills only here — no code, no new release needed.
🤖 Generated with Claude Code