Sandpies Claude Opus 5 commited on
Commit ·
155eb60
1
Parent(s): 7dcfb40
Point the repo-only docs at the repo
Browse filesThe Docs section linked `](CLAUDE.md)` as if it sat beside the README. It does
on GitHub; it does not in an install, because `.comfyignore` keeps CLAUDE.md,
`docs/DEVLOG.md`, the handover notes and BETA_NOTES.md out of the published
package -- 54 of the repo's files never ship. Anyone reading the README inside
their `custom_nodes` folder was being sent to a file that is not there.
CHANGELOG.md's preamble had the same shape and now says the same thing. The two
files that do ship, PROMPTING.md and CHANGELOG.md, keep their relative links;
the repo-only ones are absolute GitHub URLs, which work from either copy.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PLXmbwfdXirQ5oFreXPcMi
- CHANGELOG.md +5 -3
- README.md +10 -4
CHANGELOG.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
-
User-facing.
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
|
| 7 |
## 2.0.0 — 2026-09-05
|
| 8 |
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
User-facing. The files named here are in the repository, not in the installed
|
| 4 |
+
pack — the published package excludes them. Engineering detail lives in
|
| 5 |
+
`docs/DEVLOG.md`. `CLAUDE.md` is the current map of the pack;
|
| 6 |
+
`docs/HANDOVER_*.md` and `BETA_NOTES.md` are historical and should not be read
|
| 7 |
+
as the state of this release.
|
| 8 |
|
| 9 |
## 2.0.0 — 2026-09-05
|
| 10 |
|
README.md
CHANGED
|
@@ -771,10 +771,16 @@ The turbo stack in the shipped workflows is
|
|
| 771 |
## Docs
|
| 772 |
|
| 773 |
[`CHANGELOG.md`](CHANGELOG.md) is what 2.0.0 contains, written for users.
|
| 774 |
-
[`PROMPTING.md`](PROMPTING.md) is the authoring guide.
|
| 775 |
-
|
| 776 |
-
the
|
| 777 |
-
are
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 778 |
|
| 779 |
---
|
| 780 |
|
|
|
|
| 771 |
## Docs
|
| 772 |
|
| 773 |
[`CHANGELOG.md`](CHANGELOG.md) is what 2.0.0 contains, written for users.
|
| 774 |
+
[`PROMPTING.md`](PROMPTING.md) is the authoring guide. Both ship with the pack.
|
| 775 |
+
|
| 776 |
+
The rest are in the repository only — the published package excludes them, so
|
| 777 |
+
they are not in your `custom_nodes` folder and these links leave for GitHub.
|
| 778 |
+
[`CLAUDE.md`](https://github.com/dntpi/ComfyUI-Hand-Tie-Clips/blob/main/CLAUDE.md)
|
| 779 |
+
is the current map of the pack if you are changing it, and
|
| 780 |
+
[`docs/DEVLOG.md`](https://github.com/dntpi/ComfyUI-Hand-Tie-Clips/blob/main/docs/DEVLOG.md)
|
| 781 |
+
is the engineering log. `docs/HANDOVER_*.md`, root `HANDOVER.md` and
|
| 782 |
+
`BETA_NOTES.md` are historical session notes — do not take them as the state of
|
| 783 |
+
this release.
|
| 784 |
|
| 785 |
---
|
| 786 |
|