CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
widdx.cmd
.widdx/project.json
assets/widdx_logo.svg
graphify-out/verify_chunk3.py
tests/test_agent_handoff.py
tests/test_agent_isolation.py
tests/test_bootstrap.py
tests/test_config.py
tests/test_framework_prompt.py
tests/test_google_provider.py
tests/test_hooks.py
tests/test_hooks_lint.py
tests/test_hooks_security.py
tests/test_hooks_session.py
tests/test_integration.py
tests/test_keyword_classifier.py
tests/test_main_module.py
tests/test_mcp.py
tests/test_permissions.py
tests/test_permissions_coverage.py
tests/test_pipeline.py
tests/test_pipeline_review.py
tests/test_preflight.py
tests/test_project_memory.py
tests/test_project_planner_models.py
tests/test_project_state.py
tests/test_repair_memory.py
tests/test_router.py
tests/test_router_pricing.py
tests/test_scaffolder.py
tests/test_scheduler.py
tests/test_self_learning.py
tests/test_skills.py
tests/test_tool_schema.py
tests/test_tools_execution.py
tests/test_ui_arabic.py
tests/test_ui_boot.py
tests/test_verify.py
widdx/__init__.py
widdx/__main__.py
widdx/cli.py
widdx/config.py
widdx/config.yaml
widdx/evolution.py
widdx/git_ops.py
widdx/indexer.py
widdx/orchestrator.py
widdx/permissions.py
widdx/preflight.py
widdx/project_state.py
widdx/repair_memory.py
widdx/scheduler.py
widdx/self_learning.py
widdx/telegram_bot.py
widdx.egg-info/PKG-INFO
widdx.egg-info/SOURCES.txt
widdx.egg-info/dependency_links.txt
widdx.egg-info/entry_points.txt
widdx.egg-info/requires.txt
widdx.egg-info/top_level.txt
widdx/agent_factory/__init__.py
widdx/agent_factory/runner.py
widdx/agent_factory/spec.py
widdx/agents/__init__.py
widdx/agents/architect.py
widdx/agents/backend.py
widdx/agents/code_reviewer.py
widdx/agents/data_engineer.py
widdx/agents/database_architect.py
widdx/agents/devops.py
widdx/agents/frontend.py
widdx/agents/fullstack.py
widdx/agents/laravel.py
widdx/agents/qa.py
widdx/agents/registry.py
widdx/agents/security.py
widdx/agents/systems_architect.py
widdx/bootstrap/__init__.py
widdx/hooks/__init__.py
widdx/hooks/events.py
widdx/hooks/handlers.py
widdx/hooks/lint_check.py
widdx/hooks/security_check.py
widdx/hooks/session_log.py
widdx/mcp/__init__.py
widdx/mcp/builtin.py
widdx/mcp/client.py
widdx/mcp/config.py
widdx/memory/__init__.py
widdx/memory/learning.py
widdx/memory/patterns.py
widdx/memory/schema.py
widdx/pipeline/__init__.py
widdx/pipeline/execution.py
widdx/pipeline/files.py
widdx/pipeline/preflight.py
widdx/pipeline/review.py
widdx/pipeline/verify.py
widdx/project_planner/__init__.py
widdx/project_planner/models.py
widdx/repl/__init__.py
widdx/repl/context.py
widdx/repl/commands/__init__.py
widdx/repl/commands/planning.py
widdx/repl/commands/providers.py
widdx/repl/commands/system.py
widdx/router/__init__.py
widdx/router/pricing.py
widdx/router/streaming.py
widdx/router/tools_api.py
widdx/scaffolder/__init__.py
widdx/scaffolder/config.py
widdx/scaffolder/helpers.py
widdx/scaffolder/models.py
widdx/skills/__init__.py
widdx/skills/loader.py
widdx/skills/__pycache__/__init__.cpython-312.pyc
widdx/skills/__pycache__/__init__.cpython-314.pyc
widdx/skills/__pycache__/loader.cpython-312.pyc
widdx/skills/__pycache__/loader.cpython-314.pyc
widdx/skills/builtin/api-design.md
widdx/skills/builtin/bugfix.md
widdx/skills/builtin/caching.md
widdx/skills/builtin/code-review.md
widdx/skills/builtin/database-design.md
widdx/skills/builtin/db-migrate.md
widdx/skills/builtin/debug.md
widdx/skills/builtin/deploy.md
widdx/skills/builtin/docs-generate.md
widdx/skills/builtin/feat-dev.md
widdx/skills/builtin/laravel.md
widdx/skills/builtin/queue-jobs.md
widdx/skills/builtin/refactor.md
widdx/skills/builtin/security-review.md
widdx/skills/builtin/tdd-workflow.md
widdx/skills/builtin/testing.md
widdx/skills/builtin/ui-design.md
widdx/tool_loop/__init__.py
widdx/tool_loop/display.py
widdx/tool_loop/system_prompt.py
widdx/tool_loop/tools.py
widdx/tools/__init__.py
widdx/tools/file_ops.py
widdx/tools/search.py
widdx/tools/shell.py
widdx/tools/web.py
widdx/ui/__init__.py
widdx/ui/arabic.py
widdx/ui/boot.py
widdx/ui/chat.py
widdx/ui/drawing.py
widdx/ui/professional.py
widdx/ui/prompt.py
widdx/ui/theme.py
widdx/ui/views.py
widdx/ui/widgets/__init__.py
widdx/ui/widgets/progress_bar.py
widdx/ui/widgets/status_bar.py
widdx/ui/widgets/task_dashboard.py
widdx/ui/widgets/toast_notifications.py
widdx/verifier/__init__.py
widdx/web/__init__.py
widdx/web/static/script.js
widdx/web/static/style.css
widdx/web/templates/index.html