10 Commits
Author SHA1 Message Date
Eric Wagoner 857b28d351 Shell hygiene: simpler reload, pyenv shim cleanup, ignore rules
- zshrc-dev: reload now execs a fresh zsh instead of re-sourcing
- zshenv: remove stale pyenv-rehash temp shim (>1min old) before init
- gitignore_global: ignore .claude/settings.local.json
- zshrc-natera: drop the git switch main->master wrapper
2026-08-27 12:59:19 -04:00
Eric Wagoner 8d656d8e7d Rework knowledgebase sync; add kb-publish for GitLab Pages
- 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
2026-08-27 12:57:34 -04:00
Eric Wagoner 88a71a026f Update Claude Code config: Opus 5, Mantle, higher output cap
- 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
2026-08-27 12:53:16 -04:00
Eric Wagoner cc7b21b1f3 Add perf testing aliases, knowledgebase sync, and ignore .claude dir
- 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
2026-03-24 09:21:11 -04:00
Eric Wagoner b40b7ffbc3 Remove MAX_THINKING_TOKENS config 2026-03-14 13:22:13 -04:00
Eric Wagoner 86800d2162 Update Claude Code to use Opus 4.6 and increase max output tokens to 32k 2026-03-14 13:18:37 -04:00
Eric Wagoner 5feba125d9 zshrc-dev: add code alias; zshrc-natera: rewrite git switch main to master
Made-with: Cursor
2026-03-13 10:44:38 -04:00
Eric Wagoner f6d8926292 Add YALP Core development aliases for database and API management 2026-03-10 11:49:36 -04:00
Eric Wagoner bd9845bd61 Add lvsync alias for yalp-lv-sync project 2026-03-09 20:03:41 -04:00
Eric Wagoner 5a6c0f43bd Add work-specific configs and enhance git/shell setup
- 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
2026-03-09 12:53:45 -04:00