Guards against Windows-specific regressions like the path-separator
and npm.cmd issues fixed in the preceding commit. Prior CI ran only
on ubuntu-latest, so the test failures reported in this PR went
undetected on main.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pnpm -r publish skipped the prepack hook that replaces workspace:*
with real version numbers. Switch to npm publish per-package.
Add pre-publish tarball verification + post-publish install check.
- Issue templates (bug report, feature request) with structured forms
- PR template with summary/changes/test plan sections
- CHANGELOG.md covering v0.1.0 through v0.3.6
- CONTRIBUTING.md with setup, conventions, and workflow
- Release workflow: auto-create GitHub release from version tags
- Move CLI-local scripts to shared scripts/ at repo root
- Add prepack/postpack to core package.json as safety net
- Add CI verify-pack job that checks both tarballs on every push
- Add root `pnpm release` script as canonical publish entry point
Closes the workspace:* protocol bug that broke npm/pnpm install
for @actalk/inkos@0.3.4.