| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: 46ddbb1e8e
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sorry, something went wrong.
|
Superseded by a Graphite stack that splits this into two reviewable PRs:
The per-case plan snapshots were also trimmed: since the edges now live in the global graph, task_graph.md covers the structural cases, leaving only the --ignore-depends-on case (the one query-time behavior the static graph can't express). Closing in favor of the stack. Generated by Claude Code |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Motivation
Object-form dependsOn rules currently behave like query-time expansion rules, so the global task graph does not show edges for entries such as { "task": "build", "from": "dependencies" }. This PR resets the prior query-time implementation, then reintroduces object-form dependsOn by materializing direct package dependency selections as task graph edges during graph loading.