Skip to content

chore(release): prep for v0.1.5 — LICENSE + CHANGELOG + tarball manifest + demo fix#12

Merged
explosivebit merged 3 commits into
developfrom
chore/release-prep-v0.1.5
May 4, 2026
Merged

chore(release): prep for v0.1.5 — LICENSE + CHANGELOG + tarball manifest + demo fix#12
explosivebit merged 3 commits into
developfrom
chore/release-prep-v0.1.5

Conversation

@explosivebit
Copy link
Copy Markdown
Contributor

Multi-expert audit before cutting v0.1.5 flagged 2 CRITICAL blockers and several HIGH/MEDIUM findings. This PR closes all of them on develop so release/v0.1.5 cuts cleanly. Refs PRD-001.

… in files

package.json#license said MIT for several releases but the physical LICENSE file was missing - both READMEs linked to it from the badge and the footer, so the npm landing page rendered a broken link next to the MIT badge. Add the standard MIT text (matching the parent ForgePlan/forgeplan repo) and declare it in the files array so the tarball ships it.

Also declare README.ru.md and the upcoming CHANGELOG.md in the files array. README.ru.md was already shipping silently because npm auto-includes README variants; promote that to an explicit declaration so audit trails match the actual tarball contents. CHANGELOG.md will be added in a follow-up commit on this branch.

Refs: PRD-001
…tion

docs/USAGE.md links to CHANGELOG.md for v0.1.3 Windows-fix context but the file did not exist - this PR fills that gap. Format follows Keep a Changelog 1.1.0; SemVer link refs follow keepachangelog conventions. Sections: Unreleased (this prep branch + the upcoming v0.1.5), 0.1.4 (today's main release), 0.1.3 / 0.1.2 (auto-published earlier today), 0.1.1 / 0.1.0 (initial attempts).

Refs: PRD-001
Docs auditor caught two regressions: the 60-second demo block printed → appended .forgeplan-web/ to .gitignore plus a single ✓ ready line, while bin/forgeplan-web.mjs:94 actually prints → created .gitignore (added .forgeplan-web/) on first run and tails ✓ ready with two extra hint lines (start invocations). Same gap in README.ru.md. Pick the first-run case (more honest for a tutorial), include all real lines, add a follow-up note that repeat runs flip created → appended and creating → updating.

Cross-platform CI badge previously linked to relative .github/workflows/smoke.yml — that target only resolves on github.com. On the npm landing it 404s. Switch to absolute https://github.com/ForgePlan/forgeplan-web/actions/workflows/smoke.yml (matches the CI status badge pattern just above it).

Also tighten docs/CONTRIBUTING.md:122 wording from mirrors guides/GIT-FLOW-GUIDE.ru.md §2.5 to expands ... with the GitHub Release UI step + provenance publishing flow — accurate; the file documents 6 steps where the guide §2.5 has 4.

Refs: PRD-001
@explosivebit explosivebit merged commit 41dced6 into develop May 4, 2026
3 checks passed
@explosivebit explosivebit deleted the chore/release-prep-v0.1.5 branch May 4, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant