Releases: indykish/dotfiles
Releases · indykish/dotfiles
v6.0.0 - Specification Standards
Major Release: Specification Standards
Added
- Specification Standards — synced from ai-jumpstart: complete spec template inline in AGENTS.md defining prototype hierarchy (v1 → Milestones → Workstreams → Sections → Dimensions)
- Mistral AI provider expansion — additional model variants in .config/opencode/opencode.json
- Vibe agent support — added to run.sh deployment configuration
Changed
- AGENTS.md — synced from ai-jumpstart v6.0.0 with canonical spec template
- .zshrc — refactored with modular environment loading (load-buffet-env, load-clawable-env), manifest-based key discovery, AGENT_ENV profile support
- run.sh — normalized indentation (tabs instead of spaces)
Removed
- project_spec.md — ai-jumpstart-specific, not a template for general use
Full changelog: https://github.com/indykish/dotfiles/blob/v6.0.0/CHANGELOG.md
v5.1.0 — Make target taxonomy & design system defaults
What's changed
See CHANGELOG.md for full details.
Highlights
make lintis now the standard —make qualityis banned- Design system defaults: Geist fonts,
#FF6B35neon orange,#39FF85terminal green, dot-grid background make qa-headedremoved from all shared targets (agents are headless)- Website scaffold: Vite 7 + Tailwind v4 CSS-first (
@import "tailwindcss") - Oracle SKILL.md: CLI-centric v0.9.0 canonical
v4.1.1
v4.1.0 - Mistral AI Provider Support
Release v4.1.0
Added
- Mistral AI provider support — added
MISTRAL_API_KEYenvironment variable support - Pi agent configuration — added Mistral provider with
mistral-large-latestandcodestral-latestmodels - Opencode configuration — added Mistral provider with OpenAI-compatible API endpoint
- Synced from ai-jumpstart v4.1.0
See CHANGELOG.md for full details.
v4.0.0
What's Changed
Changed
- Profile maintenance: cleaned up blank lines in Owner sections (AGENTS.md, mac-vm.md)
Full Changelog: https://github.com/indykish/dotfiles/blob/main/CHANGELOG.md
v3.0.0
v3.0.0 — Oracle Dual-Lens Review Model
Added
- Oracle dual-lens review model — inline CTO (strategic) and Engineer (tactical) review lenses replace CLI-only workflow; CLI becomes secondary path
- Behavioral guardrails —
docs/BEHAVIORAL_GUARDRAILS.mdcodifies assumption surfacing, confusion management, simplicity enforcement, scope discipline, and dead code hygiene - DX Platform Stack doc —
docs/STACK.mdextracts stack defaults (Website, CLI, Desktop, Mobile) from AGENTS.md - Cognitive discipline section in AGENTS.md — non-trivial task definition, confusion management, simplicity enforcement, dead code hygiene
- Dotfiles sync tracking in AGENTS.md — source/destination table with drift-check and sync commands
- CMUX icon patcher —
Applications/cmux/with optimized icon.png andpatch_cmux.shfor macOS dock icon customization .npmrc— npm auth token via${NPM_TOKEN}env var- Review severity levels — BLOCKER/MAJOR/MINOR/NIT classification in Oracle skill
- Oracle escalation levels — 4-tier model (solo → inline lens → CLI cross-model → parallel worktrees)
- Legacy team lens compatibility — maps CTO/Senior Engineer shorthand to Oracle execution lenses
.zshrccredential caching — pass-cli vault keys cached to~/.config/clawable/.env_macwithchmod 600- New agent keys —
MINIMAX_API_KEY,OPENROUTER_API_KEY,NPM_TOKENadded to vault pull list
Changed
- Oracle skill rewritten — primary path is now inline review (zero CLI, zero cost);
@indykish/oracleCLI is secondary - AGENTS.md — Oracle tool commands updated; escalation levels replace flat defaults; DX stack extracted to
docs/STACK.md - Preflight tooling — Oracle CLI changed from
@steipete/oracleto@indykish/oraclev0.9.2 .zshrc— credential loading refactored from function-based to if/elif with pass-cli → env file caching loop
Removed
- DX Platform Stack inline from AGENTS.md — moved to
docs/STACK.md - Frontend workflow / accessibility sections from AGENTS.md — consolidated into
docs/STACK.md