Releases: Muadiv/dotai
Releases · Muadiv/dotai
Initial Release
dotai v1.0.0 — Initial Release
AI coding standards installer for Claude Code, designed for enterprise environments.
What's Included
- TUI + CLI installer —
install.py(macOS/Linux) andinstall.ps1(Windows) - 4 rule files — security, safety, workflow, and coding standards
- 12 specialized agents — compliance reviewer, security auditor, architect, and more
- Status line script — configures Claude Code status line display
- Project template —
todo.md+lessons.mdtask tracking templates - Cross-platform — macOS, Linux, Windows support
Quick Start
git clone https://github.com/Muadiv/dotai.git
cd dotai
python install.py
Or with curl:
curl -fsSL https://raw.githubusercontent.com/Muadiv/dotai/main/install.py | python3