Merged
Conversation
- Fix CLI --version (was hardcoded "0.1.0", now reads package.json) - Bump all versions to 1.0.0 (all v1.0 roadmap items complete) - Update CLI core dependency from ^0.4.2 to ^1.0.0 - Fix MCP tool/resource counts: 8 tools → 11, 2 resources → 3 - Update default Anthropic model to claude-sonnet-4-6-20250514 - Remove phantom PDF export option from CLI - Fix test counts in CLAUDE.md and ROADMAP.md (402, not 354/412) - Fix CI trigger description (PRs only, not branch pushes) - Update skill command description to include install/create - Exclude test files from tsc output to prevent stale dist/ issues Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
All v1.0.0 roadmap items are complete — this PR bumps the version and fixes every doc/config inaccuracy found during a manual release audit.
--versionfix: was hardcoded"0.1.0"since the beginning, now reads from package.jsonkib_config,kib_skill,kib_export+wiki://logwere missing from docs)claude-sonnet-4-20250514→claude-sonnet-4-6-20250514in constants.ts, all 4 READMEs, 2 docs, 4 example vault configsmarkdown, html, pdfbut PDF was never implementedsrc/**/*.test.tsfrom tsc output to prevent stale dist/ test failuresTest plan
bun run check— passes cleanbun test— 402 pass, 0 failkib --version— outputs1.0.01.0.0🤖 Generated with Claude Code