Skip to content

fix(get): force literal tree lookup - #44

Merged
moomooskycow merged 1 commit into
masterfrom
exec/exocortex-get-missing-path-error
Sep 1, 2026
Merged

fix(get): force literal tree lookup#44
moomooskycow merged 1 commit into
masterfrom
exec/exocortex-get-missing-path-error

Conversation

@moomooskycow

Copy link
Copy Markdown
Contributor

Intent

Close the post-merge review finding on PR #43: Git pathspec magic must not affect missing-path classification.

Decision

Prefix the diagnostic git ls-tree path with :(literal). The user path remains a literal repository path even when it begins with Git pathspec syntax.

Checks

  • Regression: :(literal)README.md is absent and returns not_found even though README.md exists.
  • Invalid snapshot remains a repository failure, not not_found.
  • ./scripts/check.sh: passed.

Rollback

Revert this PR to restore pathspec interpretation in the diagnostic lookup.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T23:02:46.599744Z 85e87ff PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 44 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 6f8d8a58-2f52-4817-95d1-3ef32ef0d8a2

📥 Commits

Reviewing files that changed from the base of the PR and between cd4da42 and 85e87ff.

📒 Files selected for processing (2)
  • internal/kernel/read.go
  • internal/kernel/read_refresh_test.go

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@moomooskycow
moomooskycow merged commit cede069 into master Sep 1, 2026
2 checks passed
@moomooskycow
moomooskycow deleted the exec/exocortex-get-missing-path-error branch September 1, 2026 23:03
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