Conversation
Normalize the npm package release contract across the repository: - Update README.md to correctly identify kibi-core as published to npm (was incorrectly documented as bundled-only) - Create ADR-013 documenting the package matrix (core, cli, mcp) and Changesets-style selective versioning model - Update FACT-008 to include kibi-core in the list of npm packages - Fix path bug in scripts/publish-selective.sh line 11 (missing packages/ prefix) All release-policy sources now agree on the package matrix: - kibi-core, kibi-cli, kibi-mcp are release-managed npm packages - kibi-vscode is published to VS Code Marketplace only QA evidence saved to .sisyphus/evidence/task-1-package-matrix.txt kibi sync && kibi check completed successfully
Add .changeset/ configuration with independent versioning: - changelog: @changesets/cli/changelog - commit: false (manual commits) - linked: [] (independent versioning per package) - access: public - baseBranch: develop Add package.json scripts: - changeset: add changeset interactively - version-packages: bump versions from changesets - release: publish packages Internal dependencies: - Core → CLI/MCP dependency propagation enabled - CLI (0.2.0) and MCP (0.2.1) independently versioned Evidence: - task-2-status.json: changeset status output - task-2-version.diff: version command impact
- Verified full release-prep flow from changeset to version bump - Verified changelog generation workflow - Smoke tested tarball installation and kibi commands - Confirmed no-op rerun exits cleanly without duplicate changes - Cleaned up temporary artifacts and dump_output files - Updated MCP server tools and tests - Added ADR-014 for MCP API simplification - Added REQ-020 for relationship type batching - Added TEST-014 for release verification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.