docs: record render-diagram export + release-pipeline gotchas#37
Merged
Merged
Conversation
Bake hard-won learnings into the repo so they survive: - render-diagram skill (3 copies): add "Maintenance notes" — node >= 25 needs canvas@3 (canvas@2 has no prebuilt); excalidraw-to-svg reads @excalidraw/utils via a cwd-relative path so the CLI passes EXCAL_NODE_MODULES + chdirs; global deps resolve via NODE_PATH (CJS require only, not ESM import); don't suppress the getContext error (it signals a missing canvas). - CLAUDE.md Release Process: document the two release-pipeline bugs fixed in v0.2.0 — guard the check_version_consistency badge grep with `|| true` under pipefail, and create an annotated tag so `git push --follow-tags` pushes it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This docs-only PR records operational lessons from the v0.2.0 release/export work so future maintainers avoid known render-diagram and release-pipeline regressions.
Changes:
- Adds render-diagram export pipeline maintenance notes across the canonical skill and generated plugin copies.
- Documents release-pipeline gotchas around
pipefailbadge greps, annotated tags, and manual dispatch overrides.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
skills/render-diagram/SKILL.md |
Adds canonical maintainer notes for the Excalidraw export pipeline. |
devflow-plugin/skills/render-diagram/SKILL.md |
Mirrors the render-diagram skill maintenance notes into the plugin skill copy. |
devflow-plugin/commands/render-diagram.md |
Mirrors the render-diagram notes into the slash-command version. |
CLAUDE.md |
Adds release-process gotchas for version consistency checks, tag creation, and manual release overrides. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bakes the hard-won learnings from the v0.2.0 release work into the repo.
Changes
|| trueguard; annotated tag so--follow-tagspushes it).Docs-only. NOT merged yet — per the standing rule, merging this triggers a release (v0.2.1). Merge when you want it shipped.
🤖 Generated with Claude Code