qmd/src
Tobi Lutke 09803a75b7
feat: compile to JS for npm, release system, full changelog
- Add tsc build step (tsconfig.build.json) so npm package ships
  compiled JS instead of raw TypeScript requiring tsx at runtime
- Update qmd wrapper and daemon spawn to use dist/qmd.js in
  production while keeping tsx for development
- Add self-installing pre-push hook validating v* tag pushes:
  package.json version match, changelog entry, CI status
- Add release.sh script that renames [Unreleased] to versioned
  entry, bumps package.json, commits, and tags
- Add extract-changelog.sh for cumulative GitHub release notes
- Update publish workflow with build step and GitHub release creation
- Flesh out CHANGELOG.md with full history from 0.1.0 through 1.0.0
  in Keep-a-Changelog format with PR/contributor attributions
- Add release standards and changelog guidelines to CLAUDE.md
2026-02-16 08:42:32 -04:00
..
bench-rerank.ts perf: CPU parallelism via multi-context thread splitting 2026-02-15 11:21:45 -05:00
collections.ts Fix: Add missing --index option to argument parser (#84) 2026-02-01 16:36:51 -05:00
db.ts feat: cross-runtime SQLite compat layer (bun:sqlite + better-sqlite3) 2026-02-15 17:15:47 -04:00
formatter.ts fix: add missing context to search results markdown and XML formatters 2026-02-13 00:34:23 -05:00
llm.ts feat: compile to JS for npm, release system, full changelog 2026-02-16 08:42:32 -04:00
mcp.ts feat: compile to JS for npm, release system, full changelog 2026-02-16 08:42:32 -04:00
qmd.ts feat: compile to JS for npm, release system, full changelog 2026-02-16 08:42:32 -04:00
store.ts feat: compile to JS for npm, release system, full changelog 2026-02-16 08:42:32 -04:00
test-preload.ts fix: increase bun test timeout to 30s via CLI flag 2026-02-15 21:59:18 -04:00