4 Commits
Author SHA1 Message Date
Your NameandClaude 8eaff4d5d2 docs: add comprehensive blog post about the dotfiles system
Create detailed blog post covering the intelligent dotfiles management
system, following the structured guide from BLOG_POST_GUIDE.md.

Content includes:
- Problem statement and solution overview
- Technical deep dive into profile detection
- Command interface examples and usage
- Performance metrics and real-world benefits
- Architecture principles and lessons learned
- Getting started guide and future roadmap

Target audience: Developers, DevOps engineers, system administrators
Estimated reading time: 12-15 minutes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 21:59:30 -06:00
Your NameandClaude 74865774e6 chore: release version 1.0.0
Update version number to 1.0.0 marking the first stable release
of the Modern Dotfiles Management System with unified command
interface and intelligent machine profile detection.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 21:59:21 -06:00
Your NameandClaude 91f216b457 docs: update all documentation for new dot command interface
Replace all legacy command references with new unified `dot` syntax
throughout documentation. Remove backward compatibility sections and
streamline examples to use modern command structure.

Changes:
- README.md: Update command interface section with new syntax
- INSTALLATION.md: Replace legacy commands in examples
- ONE_LINE_INSTALL.md: Update verification commands

All examples now use intuitive `dot <action>` format instead of
fragmented `dotcommand` aliases.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 21:52:27 -06:00
Your NameandClaude cdd6388acf feat: implement unified dot command interface
Add modern `dot <action> [subaction] [flags]` command structure to replace
fragmented legacy commands. Provides intuitive, self-documenting CLI with
comprehensive help system and error handling.

New commands:
- dot sync [status|on|off|--force]
- dot packages [list|install|check|update|status|check-updates]
- dot profile [show|set <name>|detect]
- dot reset [--soft|--hard|--nuclear]
- dot help, dot version

Features:
- Colored output with clear error messages
- Auto-sources required functions
- Short aliases supported (e.g. 'pkg' for 'packages')
- Removes all legacy dotcommand aliases for clean codebase

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 21:52:18 -06:00