Skip to content

chore: prepare v1.0.0 release#50

Merged
keeganthomp merged 1 commit intomainfrom
release/v1.0.0
Apr 8, 2026
Merged

chore: prepare v1.0.0 release#50
keeganthomp merged 1 commit intomainfrom
release/v1.0.0

Conversation

@keeganthomp
Copy link
Copy Markdown
Owner

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.

  • Version bump: 0.4.3 → 1.0.0 across all 3 package.json files + CLI core dependency
  • CLI --version fix: was hardcoded "0.1.0" since the beginning, now reads from package.json
  • MCP tool/resource counts: README/ROADMAP said "8 tools, 2 resources" but actual server has 11 tools and 3 resources (kib_config, kib_skill, kib_export + wiki://log were missing from docs)
  • Default model update: claude-sonnet-4-20250514claude-sonnet-4-6-20250514 in constants.ts, all 4 READMEs, 2 docs, 4 example vault configs
  • Removed phantom PDF export: CLI claimed markdown, html, pdf but PDF was never implemented
  • Test infrastructure: excluded src/**/*.test.ts from tsc output to prevent stale dist/ test failures
  • Stale counts/descriptions: fixed test counts (402), CI trigger description, skill command description, ROADMAP section header

Test plan

  • bun run check — passes clean
  • bun test — 402 pass, 0 fail
  • kib --version — outputs 1.0.0
  • CI passes on this PR
  • After merge: trigger release workflow dispatch with version 1.0.0

🤖 Generated with Claude Code

- 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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kib Ready Ready Preview, Comment Apr 8, 2026 3:13pm

Request Review

@keeganthomp keeganthomp merged commit c4cf9d2 into main Apr 8, 2026
3 checks passed
@keeganthomp keeganthomp deleted the release/v1.0.0 branch April 8, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant