LICENSE
README.md
pyproject.toml
heya/__init__.py
heya/agent.py
heya/agent_defs.py
heya/approval.py
heya/attachments.py
heya/background.py
heya/checkpoints.py
heya/config.py
heya/context.py
heya/credentials.py
heya/diagnosis.py
heya/hooks.py
heya/init.py
heya/llm_client.py
heya/main.py
heya/mcp_callbacks.py
heya/mcp_oauth.py
heya/mcp_runtime.py
heya/memory.py
heya/netsafety.py
heya/plugins.py
heya/preflight.py
heya/pricing.py
heya/process.py
heya/project.py
heya/remediation.py
heya/reproduction.py
heya/review.py
heya/sessions.py
heya/skills.py
heya/subagents.py
heya/text.py
heya/tomlw.py
heya/tools.py
heya/tools_browser.py
heya/tools_files.py
heya/tools_git.py
heya/tools_guidance.py
heya/tools_mcp.py
heya/tools_web.py
heya/tools_wp.py
heya/triage.py
heya/ui.py
heya/update.py
heya/webdiag.py
heya/wpconnect.py
heya/wpsite.py
heya/guidance/avoid-regex.md
heya/guidance/banned-words.md
heya/guidance/code-review.md
heya/guidance/diagnosis.md
heya/guidance/environment.md
heya/guidance/explore.md
heya/guidance/git.md
heya/guidance/minimal-code.md
heya/guidance/remediation.md
heya/guidance/reproduction.md
heya/guidance/sentence-case-ui.md
heya/guidance/support-reply.md
heya/guidance/triage.md
heya/guidance/wc-extension.md
heya/guidance/web-diagnostics.md
heya/guidance/wordpress.md
heya/guidance/wp-abilities.md
heya/guidance/wp-blocks.md
heya/guidance/wp-plugin-structure.md
heya/guidance/wp-readme-naming.md
heya/guidance/wp-security.md
heya/guidance/wp-standards-i18n.md
heya/guidance/wp-themes.md
heya/guidance/writing-voice.md
heya_agent.egg-info/PKG-INFO
heya_agent.egg-info/SOURCES.txt
heya_agent.egg-info/dependency_links.txt
heya_agent.egg-info/entry_points.txt
heya_agent.egg-info/requires.txt
heya_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_defs.py
tests/test_approval.py
tests/test_approval_hardening.py
tests/test_attachments.py
tests/test_background.py
tests/test_background_integration.py
tests/test_build_docs_version.py
tests/test_checkpoint_commands.py
tests/test_checkpoint_hook.py
tests/test_checkpoints.py
tests/test_config.py
tests/test_context.py
tests/test_context_integration.py
tests/test_cost_display.py
tests/test_credentials.py
tests/test_diagnosis.py
tests/test_dispatch_never_raises.py
tests/test_distribution.py
tests/test_edit_dispatch.py
tests/test_edit_file.py
tests/test_edit_preview.py
tests/test_git_dispatch.py
tests/test_git_guidance.py
tests/test_guidance_refs.py
tests/test_hooks.py
tests/test_init.py
tests/test_json_output.py
tests/test_llm_client.py
tests/test_llm_client_retry.py
tests/test_main.py
tests/test_mcp_callbacks.py
tests/test_mcp_integration.py
tests/test_mcp_oauth.py
tests/test_mcp_runtime.py
tests/test_memory.py
tests/test_memory_integration.py
tests/test_netsafety.py
tests/test_packaging.py
tests/test_parallel_subagents_integration.py
tests/test_plan_mode.py
tests/test_plan_mode_cli.py
tests/test_plugins.py
tests/test_preflight.py
tests/test_pricing.py
tests/test_process.py
tests/test_project.py
tests/test_remediation.py
tests/test_reproduction.py
tests/test_review.py
tests/test_review_integration.py
tests/test_sessions.py
tests/test_site_tech.py
tests/test_skills.py
tests/test_smoke.py
tests/test_subagent_integration.py
tests/test_subagents.py
tests/test_system_prompt.py
tests/test_text.py
tests/test_tools.py
tests/test_tools_browser.py
tests/test_tools_files.py
tests/test_tools_git.py
tests/test_tools_guidance.py
tests/test_tools_mcp.py
tests/test_tools_web.py
tests/test_tools_wp.py
tests/test_triage.py
tests/test_ui.py
tests/test_update.py
tests/test_webdiag.py
tests/test_webdiag_dispatch.py
tests/test_webdiag_guidance.py
tests/test_wordpress_guidance.py
tests/test_wp_cli_argv.py
tests/test_wpconnect.py
tests/test_wpsite.py