Separate project-context discovery from display-only repository browsing#11921
Closed
moirahuang wants to merge 2 commits into
Closed
Separate project-context discovery from display-only repository browsing#11921moirahuang wants to merge 2 commits into
moirahuang wants to merge 2 commits into
Conversation
356c1d5 to
b7ca2b3
Compare
2 tasks
f6b5f12 to
8ad69d3
Compare
3cfbd5a to
aac7b14
Compare
4 tasks
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
aac7b14 to
773afbf
Compare
8ad69d3 to
f7e2747
Compare
773afbf to
d213400
Compare
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
d213400 to
87fde4c
Compare
37e2ec4 to
c6aea5d
Compare
Contributor
Author
|
Superseded by #12047 and the revised stack design. Project-context discovery now moves through the foundational authoritative repo-metadata query PR, and project rules will be restacked above that foundation separately. |
This was referenced Jun 2, 2026
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.

Description
SkillManagertest fixtures with itsRemoteServerManagerruntime-source subscription dependency exposed by the restack.Linked Issue
No linked issue was provided for this stacked draft follow-up.
Testing
./script/formatcargo test -p warp --lib ai::agent_sdk::driver::tests::split_loading_env_loads_all_global_loads_subset -- --nocapturecargo test -p warp --lib ai::skills -- --nocapturecargo test -p warp --lib metadata_project_rulescargo test -p ai --features local_fs project_contextcargo test -p warp --lib remote_server::server_model::testscargo test -p warp --lib skill_watcher./script/presubmitI have manually tested my changes locally with
./script/run(not run; focused model, watcher, daemon, fixture-regression, and full presubmit validation were run for this branch).Agent Mode
Agent Artifacts
Co-Authored-By: Oz oz-agent@warp.dev