.saashelix_dev
GUIDE.md
LICENSE
MANIFEST.in
NOTICE.md
README.md
pyproject.toml
saashelix/__init__.py
saashelix/__main__.py
saashelix/audit.py
saashelix/cli.py
saashelix/config.py
saashelix/dna_engine.py
saashelix/license.py
saashelix/memory.py
saashelix/scaffold.py
saashelix/setup_wizard.py
saashelix/templates.py
saashelix/token_counter.py
saashelix.egg-info/PKG-INFO
saashelix.egg-info/SOURCES.txt
saashelix.egg-info/dependency_links.txt
saashelix.egg-info/entry_points.txt
saashelix.egg-info/requires.txt
saashelix.egg-info/top_level.txt
saashelix/adapters/__init__.py
saashelix/adapters/aider.py
saashelix/adapters/amazonq.py
saashelix/adapters/amp.py
saashelix/adapters/antigravity.py
saashelix/adapters/auggie.py
saashelix/adapters/base.py
saashelix/adapters/bob.py
saashelix/adapters/claude.py
saashelix/adapters/cline.py
saashelix/adapters/codebuddy.py
saashelix/adapters/codex.py
saashelix/adapters/cody.py
saashelix/adapters/commands.py
saashelix/adapters/continue_adapter.py
saashelix/adapters/copilot.py
saashelix/adapters/cursor.py
saashelix/adapters/goose.py
saashelix/adapters/jules.py
saashelix/adapters/kilocode.py
saashelix/adapters/kimi.py
saashelix/adapters/mimo.py
saashelix/adapters/opencode.py
saashelix/adapters/openroutercli.py
saashelix/adapters/pi_code.py
saashelix/adapters/qoder.py
saashelix/adapters/qwen.py
saashelix/adapters/roo.py
saashelix/adapters/shai.py
saashelix/adapters/tabby.py
saashelix/adapters/terminal.py
saashelix/adapters/windsurf.py
saashelix/builtins/constitution.md
saashelix/builtins/specs/plan-template.md
saashelix/builtins/specs/spec-template.md
saashelix/builtins/specs/tasks-template.md
saashelix/builtins/tool/Dockerfile.j2
saashelix/builtins/tool/app.py.j2
saashelix/builtins/tool/requirements.txt.j2
saashelix/builtins/tool/vercel.json.j2
tests/test_cli.py
tests/test_dna_engine.py
tests/test_license.py
tests/test_memory.py