# `smart-commit-host-agent` 0.1.1 Release Notes

## Summary

`smart-commit-host-agent` 0.1.1 is a patch release for npm package metadata and published documentation links. CLI commands and Host-Agent turn behavior are unchanged from 0.1.0.

## Highlights

- README deep links to docs that ship in the npm tarball now use jsDelivr (`cdn.jsdelivr.net/npm/smart-commit-host-agent/...`) instead of unpkg, so browsers get `Content-Type: …; charset=utf-8` for Markdown
- expanded `package.json` `keywords` for better npm discoverability (GitHub/GitLab, PR/MR review, host-agent, automation)
- publish guide and release checklist updated to the same jsDelivr convention

## Why This Release Matters

After 0.1.0, registry/doc CDN links that lacked an explicit charset could show garbled CJK text in some browsers. Pointing shipped-doc links at jsDelivr fixes that for npm consumers without changing the CLI.

## Available Commands

Same surface as 0.1.0 — see [`docs/releases/0.1.0-draft.md`](./0.1.0-draft.md).

## Stability Notes

- no CLI behavior changes
- still no LLM HTTP transport; exit `10` still means pause for Host-Agent turn response
- additive command surface growth remains preferred during `0.1.x`

## Suggested Upgrade Path

1. install or bump to `smart-commit-host-agent@0.1.1`
2. no config or skill-loop changes required for existing 0.1.0 users
3. if you bookmarked unpkg doc URLs from the 0.1.0 README, switch to the jsDelivr links in the current README

## Verification

Before publish:

1. run `npm test`
2. run `npm run pack:dry-run`
3. review [`CHANGELOG.md`](../../CHANGELOG.md)
4. review this note against the intended release scope
5. confirm `node out/cli.js --version` prints `0.1.1`

## Known Follow-Up Areas

- no chunked / hybrid review; no correction repair turns
- optional smoke-test script for common skill loops
- keep `package.json` free of private Git remote URLs (npm consumers use the published package / jsDelivr docs)
