- Rename sync-knowledgebases to kb-sync (drop the aliased indirection)
- Generalize source discovery: scan each ~/work project for either
docs/knowledgebase or documentation/knowledgebase
- Add kb-publish: rsync collected docs into the site repo, build the
MkDocs site, and commit/push to publish to GitLab Pages
- Point ANTHROPIC_MODEL at Opus 5; add Opus/Sonnet/Haiku family pins
- Switch to Mantle (CLAUDE_CODE_USE_MANTLE) on us-east-1
- Raise CLAUDE_CODE_MAX_OUTPUT_TOKENS to 128k; note 1h prompt-cache opt-in
- Move Jellyfish OTEL endpoint + bearer token into zshrc-natera.private
(keeps the live credential out of git); document it in the .example
- Add yalp:perf and yalp:perf:stop aliases for YALP Core perf testing
- Add sync-knowledgebases function and kb-sync alias
- Add .claude/ to .gitignore
- Add modular zsh configs: zshrc-dev for dev tools, zshrc-natera for work
- Add .gitignore to exclude private Natera config from version control
- Configure git commit signing and delta diff viewer in gitconfig
- Regenerate p10k.zsh with rainbow theme and improved visual settings
- Add HIST_IGNORE_SPACE option to prevent saving sensitive commands
- Document Natera machine setup with private config template in README