LICENSE
MANIFEST.in
README.md
pyproject.toml
ai_idea_cli.egg-info/PKG-INFO
ai_idea_cli.egg-info/SOURCES.txt
ai_idea_cli.egg-info/dependency_links.txt
ai_idea_cli.egg-info/entry_points.txt
ai_idea_cli.egg-info/requires.txt
ai_idea_cli.egg-info/top_level.txt
config/default.json
config/schema.json
idea/__init__.py
idea/cli.py
idea/config.py
idea/demo.py
idea/issue_reporter.py
idea/llm.py
idea/models.py
idea/py.typed
idea/queue.py
idea/router.py
idea/validator.py
idea/clients/__init__.py
idea/clients/base.py
idea/clients/experience.py
idea/clients/planner.py
idea/clients/queue.py
idea/scaffold/__init__.py
idea/scaffold/node.py
idea/scaffold/python.py
templates/node/.eslintrc.json.jinja
templates/node/.prettierrc.jinja
templates/node/README.md.jinja
templates/node/copier.yaml
templates/node/package.json.jinja
templates/node/src/index.js.jinja
templates/python/.pre-commit-config.yaml.jinja
templates/python/README.md.jinja
templates/python/copier.yaml
templates/python/pyproject.toml.jinja
templates/python/tests/__init__.py.jinja
templates/python/tests/test_cli.py.jinja
templates/python/{{ python_package_name }}/__init__.py.jinja
templates/python/{{ python_package_name }}/cli.py.jinja