Skip to content

Tags: foomakers/pair

Tags

v0.4.3

Toggle v0.4.3's commit message
fix: normalize include filter + changeset for v0.4.3

Co-Authored-By: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.4.2

Toggle v0.4.2's commit message
Release v0.4.2 (from changeset PR #184)

v0.4.1

Toggle v0.4.1's commit message

v0.4.0

Toggle v0.4.0's commit message
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]>

v0.2.0

Toggle v0.2.0's commit message
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]

v.0.1.0

Toggle v.0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#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.