CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
src/bentwookie/__init__.py
src/bentwookie/cli.py
src/bentwookie/config.py
src/bentwookie/constants.py
src/bentwookie/core.py
src/bentwookie/exceptions.py
src/bentwookie/logging_util.py
src/bentwookie/models.py
src/bentwookie/prompt_builder.py
src/bentwookie/settings.py
src/bentwookie/whitespace.py
src/bentwookie/wizard.py
src/bentwookie.egg-info/PKG-INFO
src/bentwookie.egg-info/SOURCES.txt
src/bentwookie.egg-info/dependency_links.txt
src/bentwookie.egg-info/entry_points.txt
src/bentwookie.egg-info/requires.txt
src/bentwookie.egg-info/top_level.txt
src/bentwookie/db/__init__.py
src/bentwookie/db/connection.py
src/bentwookie/db/queries.py
src/bentwookie/db/schema.sql
src/bentwookie/loop/__init__.py
src/bentwookie/loop/daemon.py
src/bentwookie/loop/phases.py
src/bentwookie/loop/processor.py
src/bentwookie/templates/system.md
src/bentwookie/templates/phases/commit.md
src/bentwookie/templates/phases/deploy.md
src/bentwookie/templates/phases/dev.md
src/bentwookie/templates/phases/document.md
src/bentwookie/templates/phases/plan.md
src/bentwookie/templates/phases/test.md
src/bentwookie/templates/phases/verify.md
src/bentwookie/templates/tasks/1plan/.resources/instructions.md
src/bentwookie/templates/tasks/1plan/.resources/learnings.md
src/bentwookie/templates/tasks/1plan/.resources/template.md
src/bentwookie/templates/tasks/2dev/.resources/instructions.md
src/bentwookie/templates/tasks/2dev/.resources/learnings.md
src/bentwookie/templates/tasks/3test/.resources/instructions.md
src/bentwookie/templates/tasks/3test/.resources/learnings.md
src/bentwookie/templates/tasks/4deploy/.resources/instructions.md
src/bentwookie/templates/tasks/4deploy/.resources/learnings.md
src/bentwookie/templates/tasks/5validate/.resources/instructions.md
src/bentwookie/templates/tasks/5validate/.resources/learnings.md
src/bentwookie/templates/tasks/global/interfaces.md
src/bentwookie/templates/tasks/global/learnings.md
src/bentwookie/templates/tasks/global/settings.yaml
src/bentwookie/templates/tasks/global/setup.md
src/bentwookie/web/__init__.py
src/bentwookie/web/app.py
src/bentwookie/web/static/bw01.png
src/bentwookie/web/static/bw01_big.png
src/bentwookie/web/static/bwlogo.png
src/bentwookie/web/static/bwlogosmall.png
src/bentwookie/web/static/style.css
src/bentwookie/web/static/icons/circlehead.png
src/bentwookie/web/static/icons/java.png
src/bentwookie/web/static/icons/logocircle.png
src/bentwookie/web/static/icons/nerdycert.png
src/bentwookie/web/static/icons/support.png
src/bentwookie/web/static/icons/ui_dashboard.png
src/bentwookie/web/static/icons/ui_editloop.png
src/bentwookie/web/static/icons/ui_editproject.png
src/bentwookie/web/static/icons/ui_editrequest.png
src/bentwookie/web/static/icons/ui_filter.png
src/bentwookie/web/static/icons/ui_filterrecords.png
src/bentwookie/web/static/icons/ui_pipeline.png
src/bentwookie/web/static/icons/ui_viewdetails.png
src/bentwookie/web/static/icons/ui_viewloop.png
src/bentwookie/web/static/icons/ui_viewproject.png
src/bentwookie/web/static/icons/ui_webchat.png
src/bentwookie/web/static/icons/webchat.png
src/bentwookie/web/static/icons/webshield.png
src/bentwookie/web/templates/base.html
src/bentwookie/web/templates/project_form.html
src/bentwookie/web/templates/project_view.html
src/bentwookie/web/templates/projects.html
src/bentwookie/web/templates/request_form.html
src/bentwookie/web/templates/request_view.html
src/bentwookie/web/templates/requests.html
src/bentwookie/web/templates/status.html
test/test_cli.py
test/test_config.py
test/test_core.py
test/test_daemon.py
test/test_db_queries.py
test/test_logging_util.py
test/test_phases.py
test/test_processor.py
test/test_prompt_builder.py
test/test_settings.py
test/test_web_app.py
test/test_whitespace.py
test/test_wizard.py