MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/config/adapters_config.json
src/config/antigravity_agent_template.json
src/config/app_config.json
src/config/context_engine.json
src/config/htx_config.json
src/config/profile_learner.json
src/config/router_content.json
src/config/semantic_graph.json
src/config/environments/model_defaults.json
src/config/governance/branching_strategy.json
src/config/governance/deployment_gates.json
src/config/governance/guidelines_contract.json
src/config/governance/quality_gates.json
src/config/governance/section_rules.json
src/config/governance/security_guardrails.json
src/config/hooks/README.md
src/config/hooks/custom/test_output_limiter.json
src/config/hooks/global/session_prompt.json
src/config/profiles/base_agent.json
src/config/profiles/base_auditor.json
src/config/profiles/base_developer.json
src/config/profiles/base_operator.json
src/config/profiles/global.json
src/config/profiles/software_developer.json
src/config/workflows/ado_release_flow.json
src/config/workflows/docs-update.json
src/config/workflows/governance-check.yaml
src/config/workflows/guidelines-sync.json
src/config/workflows/higpertext-build.json
src/config/workflows/higpertext-plan.json
src/config/workflows/higpertext-review.json
src/config/workflows/pr-quality-check.json
src/config/workflows/quality-remediation.json
src/higpertext/__init__.py
src/higpertext/adapters/__init__.py
src/higpertext/adapters/adapter_utils.py
src/higpertext/adapters/llm_formatter.py
src/higpertext/adapters/claude_adapter/__init__.py
src/higpertext/adapters/claude_adapter/claude_adapter.py
src/higpertext/adapters/copilot_adapter/__init__.py
src/higpertext/adapters/copilot_adapter/copilot_adapter.py
src/higpertext/adapters/gemini_adapter/__init__.py
src/higpertext/adapters/gemini_adapter/gemini_adapter.py
src/higpertext/adapters/open_code_adapter/__init__.py
src/higpertext/adapters/open_code_adapter/open_code_adapter.py
src/higpertext/capabilities/capabilities_runner.py
src/higpertext/capabilities/common/agent-builder.json
src/higpertext/capabilities/common/agent-sync.json
src/higpertext/capabilities/common/code-skeletonizer.json
src/higpertext/capabilities/common/commit-report.json
src/higpertext/capabilities/common/context-assembler.json
src/higpertext/capabilities/common/context-budget-report.json
src/higpertext/capabilities/common/dep-manager.json
src/higpertext/capabilities/common/docs-sync.json
src/higpertext/capabilities/common/doctor.json
src/higpertext/capabilities/common/efficiency-meter.json
src/higpertext/capabilities/common/env-catalog.json
src/higpertext/capabilities/common/env-clean.json
src/higpertext/capabilities/common/env-logs.json
src/higpertext/capabilities/common/env-runner.json
src/higpertext/capabilities/common/env-status.json
src/higpertext/capabilities/common/env-stop.json
src/higpertext/capabilities/common/env-template.json
src/higpertext/capabilities/common/error-context-locator.json
src/higpertext/capabilities/common/eval-agent.json
src/higpertext/capabilities/common/file-map.json
src/higpertext/capabilities/common/governance-exception.json
src/higpertext/capabilities/common/graph-query.json
src/higpertext/capabilities/common/graph-rebuild.json
src/higpertext/capabilities/common/graph-visualize.json
src/higpertext/capabilities/common/grep-search.json
src/higpertext/capabilities/common/higpertext-tester.json
src/higpertext/capabilities/common/hook-health.json
src/higpertext/capabilities/common/hook-sync-check.json
src/higpertext/capabilities/common/hooks-manager.json
src/higpertext/capabilities/common/knowledge-asker.json
src/higpertext/capabilities/common/list-rules.json
src/higpertext/capabilities/common/llm-invoke.json
src/higpertext/capabilities/common/load-rules.json
src/higpertext/capabilities/common/memory-manager.json
src/higpertext/capabilities/common/quality-scan.json
src/higpertext/capabilities/common/quality-updater.json
src/higpertext/capabilities/common/rag-index.json
src/higpertext/capabilities/common/report-viewer.json
src/higpertext/capabilities/common/roadmap-report.json
src/higpertext/capabilities/common/search-router.json
src/higpertext/capabilities/common/semantic-diff.json
src/higpertext/capabilities/common/semantic-search.json
src/higpertext/capabilities/common/session-clean.json
src/higpertext/capabilities/common/session-start.json
src/higpertext/capabilities/common/smart-read.json
src/higpertext/capabilities/common/subagent-executor.json
src/higpertext/capabilities/common/sync-agents.json
src/higpertext/capabilities/common/task-decomposer.json
src/higpertext/capabilities/common/telemetry-report.json
src/higpertext/capabilities/common/scripts/_env_cli.py
src/higpertext/capabilities/common/scripts/agent_builder.py
src/higpertext/capabilities/common/scripts/agent_sync.py
src/higpertext/capabilities/common/scripts/ask_higpertext.py
src/higpertext/capabilities/common/scripts/code_skeletonizer.py
src/higpertext/capabilities/common/scripts/commit_report.py
src/higpertext/capabilities/common/scripts/context_assembler.py
src/higpertext/capabilities/common/scripts/context_budget_report.py
src/higpertext/capabilities/common/scripts/dep_manager.py
src/higpertext/capabilities/common/scripts/docs_sync.py
src/higpertext/capabilities/common/scripts/doctor.py
src/higpertext/capabilities/common/scripts/efficiency_meter.py
src/higpertext/capabilities/common/scripts/env_catalog.py
src/higpertext/capabilities/common/scripts/env_clean.py
src/higpertext/capabilities/common/scripts/env_logs.py
src/higpertext/capabilities/common/scripts/env_runner.py
src/higpertext/capabilities/common/scripts/env_status.py
src/higpertext/capabilities/common/scripts/env_stop.py
src/higpertext/capabilities/common/scripts/env_template.py
src/higpertext/capabilities/common/scripts/error_context_locator.py
src/higpertext/capabilities/common/scripts/eval_agent.py
src/higpertext/capabilities/common/scripts/file_map.py
src/higpertext/capabilities/common/scripts/governance_exception.py
src/higpertext/capabilities/common/scripts/graph_query.py
src/higpertext/capabilities/common/scripts/graph_rebuild.py
src/higpertext/capabilities/common/scripts/graph_visualize.py
src/higpertext/capabilities/common/scripts/grep_search.py
src/higpertext/capabilities/common/scripts/higpertext_tester.py
src/higpertext/capabilities/common/scripts/hook_health.py
src/higpertext/capabilities/common/scripts/hook_sync_check.py
src/higpertext/capabilities/common/scripts/hooks_manager.py
src/higpertext/capabilities/common/scripts/list_rules.py
src/higpertext/capabilities/common/scripts/llm_invoke.py
src/higpertext/capabilities/common/scripts/load_rules.py
src/higpertext/capabilities/common/scripts/memory_manager.py
src/higpertext/capabilities/common/scripts/presentation_engine.py
src/higpertext/capabilities/common/scripts/quality_scan.py
src/higpertext/capabilities/common/scripts/rag_index.py
src/higpertext/capabilities/common/scripts/report_viewer.py
src/higpertext/capabilities/common/scripts/roadmap_report.py
src/higpertext/capabilities/common/scripts/search_router.py
src/higpertext/capabilities/common/scripts/semantic_diff.py
src/higpertext/capabilities/common/scripts/semantic_search.py
src/higpertext/capabilities/common/scripts/session_control.py
src/higpertext/capabilities/common/scripts/smart_read.py
src/higpertext/capabilities/common/scripts/subagent_executor.py
src/higpertext/capabilities/common/scripts/sync_agents.py
src/higpertext/capabilities/common/scripts/task_decomposer.py
src/higpertext/capabilities/common/scripts/telemetry_report.py
src/higpertext/capabilities/git/__init__.py
src/higpertext/capabilities/git/committer.json
src/higpertext/capabilities/git/diff.json
src/higpertext/capabilities/git/ls-files.json
src/higpertext/capabilities/git/rm.json
src/higpertext/capabilities/git/scripts/__init__.py
src/higpertext/capabilities/git/scripts/commit_changes.py
src/higpertext/capabilities/git/scripts/git_diff.py
src/higpertext/capabilities/git/scripts/git_ls_files.py
src/higpertext/capabilities/git/scripts/git_rm.py
src/higpertext/capabilities/security/k8s-auditor.json
src/higpertext/capabilities/security/secret-scanner.json
src/higpertext/capabilities/security/scripts/k8s_auditor.py
src/higpertext/capabilities/security/scripts/secret_scanner.py
src/higpertext/hooks/__init__.py
src/higpertext/hooks/_compat.py
src/higpertext/hooks/hooks_catalog.json
src/higpertext/hooks/hook_tasks/__init__.py
src/higpertext/hooks/hook_tasks/audit_logger_hook.py
src/higpertext/hooks/hook_tasks/hook_bash_guard.py
src/higpertext/hooks/hook_tasks/hook_code_quality.py
src/higpertext/hooks/hook_tasks/hook_context_hint.py
src/higpertext/hooks/hook_tasks/hook_context_manager.py
src/higpertext/hooks/hook_tasks/hook_io.py
src/higpertext/hooks/hook_tasks/hook_loop_guard.py
src/higpertext/hooks/hook_tasks/hook_post_observer.py
src/higpertext/hooks/hook_tasks/hook_read_guard.py
src/higpertext/hooks/hook_tasks/hook_security_guard.py
src/higpertext/hooks/hook_tasks/hook_session_prompt.py
src/higpertext/hooks/hook_tasks/hook_session_stop.py
src/higpertext/hooks/hook_tasks/hook_utils.py
src/higpertext/hooks/hook_tasks/session_guard_hook.py
src/higpertext/hooks/hook_tasks/telemetry_utils.py
src/higpertext/hooks/hook_tasks/test_echo_hook.py
src/higpertext/hooks/hook_tasks/webhook_hook.py
src/higpertext/hooks/hook_tasks/workflow_runner_hook.py
src/higpertext/hooks/hook_tasks/_rules/__init__.py
src/higpertext/hooks/hook_tasks/_rules/bash_rules.py
src/higpertext/hooks/hook_tasks/_rules/context_engine_rule.py
src/higpertext/hooks/hook_tasks/_rules/context_rules.py
src/higpertext/hooks/hook_tasks/_rules/governance_adapter.py
src/higpertext/hooks/hook_tasks/_rules/profile_rules.json
src/higpertext/hooks/hook_tasks/_rules/quality_rules.py
src/higpertext/hooks/hook_tasks/_rules/security_rules.py
src/higpertext/hooks/hook_tasks/_rules/session_rules.py
src/higpertext/hooks/hook_tasks/_rules/telemetry_rules.py
src/higpertext/kernel/__init__.py
src/higpertext/kernel/_compat.py
src/higpertext/kernel/app_config.py
src/higpertext/kernel/config_paths.py
src/higpertext/kernel/engine.py
src/higpertext/kernel/htx_resolver.py
src/higpertext/kernel/pkg_resources.py
src/higpertext/kernel/session_manager.py
src/higpertext/kernel/application/__init__.py
src/higpertext/kernel/application/agent_registry.py
src/higpertext/kernel/application/capability_manager.py
src/higpertext/kernel/application/commit_reporter.py
src/higpertext/kernel/application/context_builder.py
src/higpertext/kernel/application/context_engine.py
src/higpertext/kernel/application/engine.py
src/higpertext/kernel/application/env_runtime.py
src/higpertext/kernel/application/environment_manager.py
src/higpertext/kernel/application/governance.py
src/higpertext/kernel/application/hook_registry.py
src/higpertext/kernel/application/hook_renderer.py
src/higpertext/kernel/application/ports.py
src/higpertext/kernel/application/profile_learner.py
src/higpertext/kernel/application/profile_service.py
src/higpertext/kernel/application/profile_services.py
src/higpertext/kernel/application/profile_use_cases.py
src/higpertext/kernel/application/rag_service.py
src/higpertext/kernel/application/roadmap_reporter.py
src/higpertext/kernel/application/semantic_engine.py
src/higpertext/kernel/application/session_services.py
src/higpertext/kernel/application/skill_hook_compiler.py
src/higpertext/kernel/application/telemetry.py
src/higpertext/kernel/application/workflow_manager.py
src/higpertext/kernel/domain/__init__.py
src/higpertext/kernel/domain/agent_registry.py
src/higpertext/kernel/domain/commit_reporter.py
src/higpertext/kernel/domain/compilers.py
src/higpertext/kernel/domain/context_engine.py
src/higpertext/kernel/domain/entities.py
src/higpertext/kernel/domain/env_runtime.py
src/higpertext/kernel/domain/governance.py
src/higpertext/kernel/domain/hook_models.py
src/higpertext/kernel/domain/profile_learner.py
src/higpertext/kernel/domain/rag.py
src/higpertext/kernel/domain/repositories.py
src/higpertext/kernel/domain/roadmap_reporter.py
src/higpertext/kernel/domain/semantic_engine.py
src/higpertext/kernel/infrastructure/__init__.py
src/higpertext/kernel/infrastructure/agent_registry.py
src/higpertext/kernel/infrastructure/capability_helper.py
src/higpertext/kernel/infrastructure/context_engine.py
src/higpertext/kernel/infrastructure/env_runtime.py
src/higpertext/kernel/infrastructure/file_repositories.py
src/higpertext/kernel/infrastructure/governance.py
src/higpertext/kernel/infrastructure/hook_config_loader.py
src/higpertext/kernel/infrastructure/hook_webhook_dispatcher.py
src/higpertext/kernel/infrastructure/hook_workflow_bridge.py
src/higpertext/kernel/infrastructure/logger.py
src/higpertext/kernel/infrastructure/output_store.py
src/higpertext/kernel/infrastructure/profile_store.py
src/higpertext/kernel/infrastructure/semantic_engine.py
src/higpertext/kernel/infrastructure/telemetry_reporter.py
src/higpertext/kernel/infrastructure/cache/capability_cache.py
src/higpertext/kernel/infrastructure/cli/__init__.py
src/higpertext/kernel/infrastructure/cli/agent_commands.py
src/higpertext/kernel/infrastructure/cli/arguments.py
src/higpertext/kernel/infrastructure/cli/capability_command_builder.py
src/higpertext/kernel/infrastructure/cli/capability_task_service.py
src/higpertext/kernel/infrastructure/cli/cli_search.py
src/higpertext/kernel/infrastructure/cli/parameter_contracts.py
src/higpertext/kernel/infrastructure/cli/parser_builder.py
src/higpertext/kernel/infrastructure/cli/profile_commands.py
src/higpertext/kernel/infrastructure/cli/roadmap_commands.py
src/higpertext/kernel/infrastructure/cli/router.py
src/higpertext/kernel/infrastructure/cli/session_commands.py
src/higpertext/kernel/infrastructure/cli/task_commands.py
src/higpertext/kernel/infrastructure/cli/task_result_reporter.py
src/higpertext/kernel/infrastructure/cli/workflow_commands.py
src/higpertext/kernel/infrastructure/compilers/__init__.py
src/higpertext/kernel/infrastructure/compilers/factory.py
src/higpertext/kernel/infrastructure/compilers/graph_compiler.py
src/higpertext/kernel/infrastructure/compilers/guide_compiler.py
src/higpertext/kernel/infrastructure/compilers/hook_compiler.py
src/higpertext/kernel/infrastructure/compilers/playbook_compiler.py
src/higpertext/kernel/infrastructure/database/local_vector_store.py
src/higpertext/kernel/infrastructure/deployment/__init__.py
src/higpertext/kernel/infrastructure/deployment/resource_deployer.py
src/higpertext/kernel/infrastructure/diagnostics/__init__.py
src/higpertext/kernel/infrastructure/diagnostics/health.py
src/higpertext/kernel/infrastructure/execution/__init__.py
src/higpertext/kernel/infrastructure/execution/parallel.py
src/higpertext/kernel/infrastructure/execution/resilience.py
src/higpertext/kernel/infrastructure/llm/__init__.py
src/higpertext/kernel/infrastructure/llm/provider.py
src/higpertext/kernel/infrastructure/llm/registry.py
src/higpertext/kernel/infrastructure/llm/providers/__init__.py
src/higpertext/kernel/infrastructure/llm/providers/anthropic_provider.py
src/higpertext/kernel/infrastructure/llm/providers/gemini_embeddings.py
src/higpertext/kernel/infrastructure/llm/providers/gemini_provider.py
src/higpertext/kernel/infrastructure/llm/providers/ollama_provider.py
src/higpertext/kernel/infrastructure/llm/providers/openai_provider.py
src/higpertext/kernel/infrastructure/parser/__init__.py
src/higpertext/kernel/infrastructure/parser/code_chunker.py
src/higpertext/kernel/infrastructure/parser/semantic_graph.py
src/higpertext/kernel/infrastructure/parser/language/__init__.py
src/higpertext/kernel/infrastructure/parser/language/base.py
src/higpertext/kernel/infrastructure/parser/language/powershell_parser.py
src/higpertext/kernel/infrastructure/parser/language/python_parser.py
src/higpertext/kernel/infrastructure/parser/language/typescript_parser.py
src/higpertext/kernel/infrastructure/presentation/__init__.py
src/higpertext/kernel/infrastructure/presentation/html_renderer.py
src/higpertext/kernel/infrastructure/presentation/markdown_renderer.py
src/higpertext/kernel/infrastructure/presentation/markdown_report_renderer.py
src/higpertext/kernel/infrastructure/validation/__init__.py
src/higpertext/kernel/infrastructure/validation/contract_validator.py
src/higpertext/templates/env/generic-shell.yaml
src/higpertext/templates/env/node-vitest.yaml
src/higpertext/templates/env/python-pytest.yaml
src/higpertext/templates/html/commit_body.html
src/higpertext/templates/html/commit_diff.html
src/higpertext/templates/html/commit_index.html
src/higpertext/templates/html/commit_layer.html
src/higpertext/templates/html/commit_shell.html
src/higpertext/templates/html/graph_visualize.html
src/higpertext/templates/html/roadmap_body.html
src/higpertext/templates/html/roadmap_phase.html
src/higpertext/templates/html/roadmap_shell.html
src/higpertext/templates/markdown/commit_report.md
src/higpertext/templates/markdown/efficiency_report.md
src/higpertext/templates/markdown/roadmap_report.md
src/higpertext/templates/skills/best-practices.md
src/higpertext/templates/skills/clean-code.md
src/higpertext/templates/skills/ddd-standards.md
src/higpertext/templates/skills/tdd-practices.md
src/higpertext/templates/subagents/architect.md
src/higpertext/templates/subagents/test-engineer.md
src/higpertext/templates/workflows/build.json
src/higpertext/templates/workflows/compact.json
src/higpertext/templates/workflows/plan.json
src/higpertext/templates/workflows/review.json
src/higpertext/templates/workflows/spec.json
src/higpertext_cli.egg-info/PKG-INFO
src/higpertext_cli.egg-info/SOURCES.txt
src/higpertext_cli.egg-info/dependency_links.txt
src/higpertext_cli.egg-info/entry_points.txt
src/higpertext_cli.egg-info/requires.txt
src/higpertext_cli.egg-info/top_level.txt