Tags: foomakers/pair
Tags
fix: include KB dataset in manual release artifact for npm TGZ Problem: npm TGZ smoke test fails with "Knowledge Hub dataset folder not found" because package-manual.sh doesn't include bundle-cli/dataset/ unless INCLUDE_DATASET=1. Solution: Set INCLUDE_DATASET=1 env var when running package-manual.sh in workflow. Now: npm TGZ will contain bundle-cli/dataset/ bundled from manual ZIP artifact. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
chore: release v0.2.0 - Enhanced CLI distribution with GitHub Packages publishing - Reorganized Knowledge Hub with 3-level guidelines structure - Added comprehensive support documentation and FAQ - Improved diagnostic tools and error handling - Updated package configurations for automated publishing Releases: - @pair/[email protected] - @pair/[email protected] - @pair/[email protected] - @pair/[email protected] - @pair/[email protected]
#23 feat: add Getting Started guide, sample project and docs-smoke-ch… …eck CI #23 feat: add Getting Started & Onboarding guide, sample project, verification script, and docs-smoke CI - Added a Getting Started documentation set under `docs/getting-started/`: - `01-quickstart.md`, `02-cli-workflows.md`, `03-troubleshooting.md`, `04-adopter-checklist.md` - Added a minimal sample project in `docs/getting-started/sample-project/`: - `index.js`, `package.json`, `verify.sh` (portable, CI-friendly verifier) - Added `docs-smoke-check` GitHub Actions workflow to run verification on docs PRs - Updated `scripts/package-manual.sh` to include docs in manual release artifacts and replaced non-portable `sed -i` usage with a portable Node-based rewrite - Updated `apps/pair-cli/README.md` to link to new quickstart docs Acceptance criteria: - AC-1: Quick install steps and first command documented ✅ - AC-2: Manual ZIP and artifact checksum referenced ✅ - AC-3: Sample project + `verify.sh` included (verify script updated to be portable and CI-safe) ✅ - AC-4: docs-smoke-check workflow added and verified in CI ✅ - AC-5: Adopter checklist added ✅ Notes: - Follow-up fixes (portable `verify.sh`, workflow adjustments, portable README rewrite) were merged into the feature branch prior to this squash. - CI checks passed on the updated branch.