Conversation
Union tracked files across path: git roots; workspace_layout=local; per-project commit routing; allow multi-project when YAML is present. Co-authored-by: Cursor <cursoragent@cursor.com>
- find_workspace_config_file walks ancestors for .cecli.workspaces.yml - validate path/repo XOR; expand test_config and test_local_workspace - primary path: repo init for multi-root sessions - Maintainer notes in tests/helpers/monorepo/LOCAL_WORKSPACE.md Co-authored-by: Cursor <cursoragent@cursor.com>
Relative paths passed to _is_gitignored_by_pathspec used Path.resolve() against process cwd, so multi-repo / superproject sessions could falsely mark tracked files as gitignored and reject /add. Co-authored-by: Cursor <cursoragent@cursor.com>
Fix gitignore pathspec checks to resolve paths against repo root
feat(monorepo): local path: projects and repo-local .cecli.workspaces.yml
…el settings all in one format
1 task
JessicaMulein
added a commit
to Digital-Defiance/cecli
that referenced
this pull request
Jun 6, 2026
Cherry-pick repomap-only hunk from 50e9b27; omit grep hint (superseded by v0.100.5 validation pipeline / cecli-dev#557). Co-authored-by: Cursor <cursoragent@cursor.com>
fix(tools): steer ReadRange away from empty-file read loops
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.
Addresses:
Includes: