LICENSE
README.md
pyproject.toml
cc_rig/__init__.py
cc_rig/__main__.py
cc_rig/clean.py
cc_rig/cli.py
cc_rig/cli_audit.py
cc_rig/cli_drift.py
cc_rig/cli_refresh.py
cc_rig/cli_retro.py
cc_rig/cli_savings.py
cc_rig/doctor.py
cc_rig/refresh.py
cc_rig/validator.py
cc_rig.egg-info/PKG-INFO
cc_rig.egg-info/SOURCES.txt
cc_rig.egg-info/dependency_links.txt
cc_rig.egg-info/entry_points.txt
cc_rig.egg-info/requires.txt
cc_rig.egg-info/top_level.txt
cc_rig/baseline/__init__.py
cc_rig/baseline/audit.py
cc_rig/baseline/jsonl.py
cc_rig/baseline/paths.py
cc_rig/baseline/savings.py
cc_rig/baseline/schema.py
cc_rig/baseline/state.py
cc_rig/config/__init__.py
cc_rig/config/cc_version.py
cc_rig/config/defaults.py
cc_rig/config/detection.py
cc_rig/config/manager.py
cc_rig/config/project.py
cc_rig/config/schema.py
cc_rig/data/__init__.py
cc_rig/data/agents.json
cc_rig/data/commands.json
cc_rig/generators/__init__.py
cc_rig/generators/addons.py
cc_rig/generators/agent_docs.py
cc_rig/generators/agents.py
cc_rig/generators/agents_md.py
cc_rig/generators/claude_local.py
cc_rig/generators/claude_md.py
cc_rig/generators/commands.py
cc_rig/generators/fileops.py
cc_rig/generators/github_actions.py
cc_rig/generators/harness.py
cc_rig/generators/mcp.py
cc_rig/generators/memory.py
cc_rig/generators/misc.py
cc_rig/generators/orchestrator.py
cc_rig/generators/playbook.py
cc_rig/generators/rules.py
cc_rig/generators/settings.py
cc_rig/generators/settings_local.py
cc_rig/generators/skills.py
cc_rig/plugins/__init__.py
cc_rig/plugins/registry.py
cc_rig/presets/__init__.py
cc_rig/presets/manager.py
cc_rig/presets/packs/aihero.json
cc_rig/presets/packs/gstack.json
cc_rig/presets/packs/gtd.json
cc_rig/presets/packs/superpowers.json
cc_rig/presets/templates/django.json
cc_rig/presets/templates/dotnet.json
cc_rig/presets/templates/echo.json
cc_rig/presets/templates/express.json
cc_rig/presets/templates/fastapi.json
cc_rig/presets/templates/flask.json
cc_rig/presets/templates/generic.json
cc_rig/presets/templates/gin.json
cc_rig/presets/templates/go_std.json
cc_rig/presets/templates/laravel.json
cc_rig/presets/templates/nextjs.json
cc_rig/presets/templates/phoenix.json
cc_rig/presets/templates/rails.json
cc_rig/presets/templates/rust_cli.json
cc_rig/presets/templates/rust_web.json
cc_rig/presets/templates/spring.json
cc_rig/presets/workflows/aihero.json
cc_rig/presets/workflows/gstack.json
cc_rig/presets/workflows/gtd.json
cc_rig/presets/workflows/gtd_lite.json
cc_rig/presets/workflows/quick.json
cc_rig/presets/workflows/rigorous.json
cc_rig/presets/workflows/spec_driven.json
cc_rig/presets/workflows/speedrun.json
cc_rig/presets/workflows/standard.json
cc_rig/presets/workflows/superpowers.json
cc_rig/presets/workflows/verify_heavy.json
cc_rig/skills/__init__.py
cc_rig/skills/downloader.py
cc_rig/skills/registry.py
cc_rig/templates/__init__.py
cc_rig/templates/frameworks/__init__.py
cc_rig/templates/frameworks/_go_web_base.py
cc_rig/templates/frameworks/aspnet.py
cc_rig/templates/frameworks/django.py
cc_rig/templates/frameworks/echo.py
cc_rig/templates/frameworks/express.py
cc_rig/templates/frameworks/fastapi.py
cc_rig/templates/frameworks/flask.py
cc_rig/templates/frameworks/generic.py
cc_rig/templates/frameworks/gin.py
cc_rig/templates/frameworks/go_std.py
cc_rig/templates/frameworks/laravel.py
cc_rig/templates/frameworks/nextjs.py
cc_rig/templates/frameworks/phoenix.py
cc_rig/templates/frameworks/rails.py
cc_rig/templates/frameworks/rust_cli.py
cc_rig/templates/frameworks/rust_web.py
cc_rig/templates/frameworks/spring_boot.py
cc_rig/ui/__init__.py
cc_rig/ui/banner.py
cc_rig/ui/descriptions.py
cc_rig/ui/display.py
cc_rig/ui/prompts.py
cc_rig/ui/rich_prompts.py
cc_rig/ui/rich_tui.py
cc_rig/ui/textual_wizard.py
cc_rig/ui/tui.py
cc_rig/wizard/__init__.py
cc_rig/wizard/expert.py
cc_rig/wizard/flow.py
cc_rig/wizard/generate.py
cc_rig/wizard/harness.py
cc_rig/wizard/launcher.py
cc_rig/wizard/quick.py
cc_rig/wizard/stepper.py
cc_rig/wizard/steps.py
cc_rig/worktree/__init__.py
cc_rig/worktree/manager.py
cc_rig/worktree/orchestrator.py
cc_rig/worktree/state.py