Skip to content

Releases: Muadiv/dotai

Initial Release

25 Feb 14:14

Choose a tag to compare

dotai v1.0.0 — Initial Release

AI coding standards installer for Claude Code, designed for enterprise environments.

What's Included

  • TUI + CLI installerinstall.py (macOS/Linux) and install.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 templatetodo.md + lessons.md task 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