chore(skills): sync plan-dag from onsager-skills#301
Merged
Conversation
Pulls latest plan-dag (stagger via graphviz unflatten + renderer tests).
There was a problem hiding this comment.
Pull request overview
Resync of the vendored plan-dag skill from upstream onsager-ai/onsager-skills, picking up the new --stagger flag that uses graphviz unflatten to shrink wide DAG layouts, along with a corresponding test, doc updates, and a new lock hash.
Changes:
- Add
--stagger NCLI option and_unflatten_dothelper to the renderer. - Document the new flag in
SKILL.mdand add a width-shrink test to the renderer's test script. - Update
skills-lock.jsonwith the new computed hash.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills-lock.json | Updates plan-dag computed hash to match the resynced skill. |
| .agents/skills/plan-dag/SKILL.md | Documents default unflatten-based stagger behavior and --stagger N tuning. |
| .agents/skills/plan-dag/scripts/plan-dag-render.py | Adds _unflatten_dot, --stagger arg, and threads it through _dot_to_svg/render_png. |
| .agents/skills/plan-dag/scripts/plan-dag-render.test.sh | Adds tests for width reduction with --stagger and --stagger=0 PNG rendering. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pulls in onsager-ai/onsager-skills@d178bc0 which makes the `--stagger=0` smoke check actually fail loudly instead of swallowing the exit code with `|| true`.
525161a to
12f9df7
Compare
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.
Summary
plan-dagskill (.agents/skills/plan-dag/) fromonsager-ai/onsager-skillsvianpx skills update plan-dag.--staggerflag (graphvizunflattento shrink wide ranks) and the renderer'splan-dag-render.test.sh.skills-lock.jsonto the new computed hash.Test plan
.claude/skills/plan-dag -> .agents/skills/plan-dagsymlink still resolves.--stagger=0path inscripts/plan-dag-render.py.Generated by Claude Code