LICENSE.txt
MANIFEST.in
README.md
setup.py
ai_coder/__init__.py
ai_coder/interactive.py
ai_coder/main.py
ai_coder/agent/__init__.py
ai_coder/agent/orchestrator.py
ai_coder/agent/planner.py
ai_coder/agents/__init__.py
ai_coder/agents/base.py
ai_coder/agents/build_fixer.py
ai_coder/agents/code_architect.py
ai_coder/agents/code_explorer.py
ai_coder/agents/code_reviewer.py
ai_coder/agents/debugger.py
ai_coder/agents/defined.py
ai_coder/agents/launcher.py
ai_coder/agents/planner.py
ai_coder/agents/refactor.py
ai_coder/agents/security_reviewer.py
ai_coder/agents/tdd_guide.py
ai_coder/agents/definitions/build-fixer.md
ai_coder/agents/definitions/planner.md
ai_coder/core/__init__.py
ai_coder/core/context.py
ai_coder/core/prompts.py
ai_coder/hooks/__init__.py
ai_coder/hooks/base.py
ai_coder/hooks/runner.py
ai_coder/hooks/security.py
ai_coder/hooks/system.py
ai_coder/llm/__init__.py
ai_coder/llm/anthropic_provider.py
ai_coder/llm/custom_provider.py
ai_coder/llm/gemini_provider.py
ai_coder/llm/huggingface_provider.py
ai_coder/llm/interface.py
ai_coder/llm/openai_provider.py
ai_coder/llm/openrouter_provider.py
ai_coder/memory/__init__.py
ai_coder/memory/store.py
ai_coder/safety/__init__.py
ai_coder/safety/guards.py
ai_coder/skills/__init__.py
ai_coder/skills/loader.py
ai_coder/skills/api-design/SKILL.md
ai_coder/skills/code-review/SKILL.md
ai_coder/skills/database/SKILL.md
ai_coder/skills/debugging/SKILL.md
ai_coder/skills/docker/SKILL.md
ai_coder/skills/git/SKILL.md
ai_coder/skills/python/SKILL.md
ai_coder/skills/refactoring/SKILL.md
ai_coder/skills/security/SKILL.md
ai_coder/skills/testing/SKILL.md
ai_coder/skills/web-dev/SKILL.md
ai_coder/subagents/__init__.py
ai_coder/subagents/spawner.py
ai_coder/tools/__init__.py
ai_coder/tools/base.py
ai_coder/tools/file_editor.py
ai_coder/tools/terminal.py
ai_coder/tools/url_reader.py
ai_coder/tools/web_search.py
ai_coder/workflow/__init__.py
ai_coder/workflow/engine.py
ai_coder/workflow/phases.py
ai_coder/workflow/todo.py
cq_ai.egg-info/PKG-INFO
cq_ai.egg-info/SOURCES.txt
cq_ai.egg-info/dependency_links.txt
cq_ai.egg-info/entry_points.txt
cq_ai.egg-info/requires.txt
cq_ai.egg-info/top_level.txt