LICENSE
README.md
pyproject.toml
holoctl/CHANGELOG.md
holoctl/__init__.py
holoctl/__main__.py
holoctl.egg-info/PKG-INFO
holoctl.egg-info/SOURCES.txt
holoctl.egg-info/dependency_links.txt
holoctl.egg-info/entry_points.txt
holoctl.egg-info/requires.txt
holoctl.egg-info/top_level.txt
holoctl/cli/__init__.py
holoctl/cli/_console.py
holoctl/cli/adopt.py
holoctl/cli/agent.py
holoctl/cli/board.py
holoctl/cli/boot.py
holoctl/cli/compile_.py
holoctl/cli/coverage.py
holoctl/cli/curate.py
holoctl/cli/doctor.py
holoctl/cli/handoff.py
holoctl/cli/init_.py
holoctl/cli/journal.py
holoctl/cli/memory.py
holoctl/cli/overview.py
holoctl/cli/provider.py
holoctl/cli/repo.py
holoctl/cli/serve.py
holoctl/cli/setup.py
holoctl/cli/setup_global.py
holoctl/cli/sync_.py
holoctl/cli/upgrade_.py
holoctl/lib/__init__.py
holoctl/lib/agent_library.py
holoctl/lib/board.py
holoctl/lib/board_body.py
holoctl/lib/board_tree.py
holoctl/lib/changelog.py
holoctl/lib/config.py
holoctl/lib/curator.py
holoctl/lib/discover.py
holoctl/lib/ecosystem.py
holoctl/lib/filetree.py
holoctl/lib/git.py
holoctl/lib/journal.py
holoctl/lib/jsonl.py
holoctl/lib/markdown.py
holoctl/lib/mcp_config.py
holoctl/lib/memory.py
holoctl/lib/metrics.py
holoctl/lib/templates.py
holoctl/lib/compiler/__init__.py
holoctl/lib/compiler/_safe_write.py
holoctl/lib/compiler/agents.py
holoctl/lib/compiler/claude.py
holoctl/lib/compiler/hooks_emit.py
holoctl/lib/compiler/manifest.py
holoctl/lib/compiler/mcp_emit.py
holoctl/lib/compiler/memory_emit.py
holoctl/lib/compiler/template.py
holoctl/lib/curator_rules/__init__.py
holoctl/lib/curator_rules/library_persona_match.py
holoctl/lib/curator_rules/repeated_glob_edits.py
holoctl/lib/curator_rules/repeated_prompt.py
holoctl/lib/curator_rules/unused_topic.py
holoctl/server/__init__.py
holoctl/server/app.py
holoctl/server/filters.py
holoctl/server/jinja.py
holoctl/server/markdown.py
holoctl/server/mcp.py
holoctl/server/paths.py
holoctl/server/projects.py
holoctl/server/routes/__init__.py
holoctl/server/routes/home.py
holoctl/server/routes/project_board.py
holoctl/server/routes/project_detail.py
holoctl/server/routes/project_doc.py
holoctl/server/routes/project_meta.py
holoctl/server/routes/project_metrics.py
holoctl/server/routes/workspace_metrics.py
holoctl/server/static/css/accessibility.css
holoctl/server/static/css/agents.css
holoctl/server/static/css/animations.css
holoctl/server/static/css/back-link.css
holoctl/server/static/css/buttons.css
holoctl/server/static/css/card.css
holoctl/server/static/css/chips.css
holoctl/server/static/css/context.css
holoctl/server/static/css/controls.css
holoctl/server/static/css/detail.css
holoctl/server/static/css/empty.css
holoctl/server/static/css/filetree.css
holoctl/server/static/css/home.css
holoctl/server/static/css/index.css
holoctl/server/static/css/kanban.css
holoctl/server/static/css/layout.css
holoctl/server/static/css/list.css
holoctl/server/static/css/main.css
holoctl/server/static/css/markdown.css
holoctl/server/static/css/metrics.css
holoctl/server/static/css/misc.css
holoctl/server/static/css/reset.css
holoctl/server/static/css/responsive.css
holoctl/server/static/css/scope.css
holoctl/server/static/css/section-header.css
holoctl/server/static/css/tabs.css
holoctl/server/static/css/toast.css
holoctl/server/static/css/tokens.css
holoctl/server/static/css/tree.css
holoctl/server/static/js/api.js
holoctl/server/static/js/board-controls.js
holoctl/server/static/js/card-menu.js
holoctl/server/static/js/detail-sse.js
holoctl/server/static/js/dom.js
holoctl/server/static/js/filetree.js
holoctl/server/static/js/index.js
holoctl/server/static/js/inline-add.js
holoctl/server/static/js/inline-edit.js
holoctl/server/static/js/list-selection.js
holoctl/server/static/js/mermaid-init.js
holoctl/server/static/js/meta-search.js
holoctl/server/static/js/popover.js
holoctl/server/static/js/sse.js
holoctl/server/static/js/stagger.js
holoctl/server/static/js/tabs.js
holoctl/server/static/js/theme.js
holoctl/server/static/js/toast.js
holoctl/server/static/js/util.js
holoctl/server/static/js/view-switcher.js
holoctl/server/static/js/vendor/mermaid.min.js
holoctl/server/templates/base.html
holoctl/server/templates/home.html
holoctl/server/templates/metrics.html
holoctl/server/templates/icons/cmd.svg
holoctl/server/templates/icons/doc.svg
holoctl/server/templates/icons/folder.svg
holoctl/server/templates/icons/moon.svg
holoctl/server/templates/icons/repo.svg
holoctl/server/templates/icons/sun.svg
holoctl/server/templates/partials/_boot.html
holoctl/server/templates/partials/_empty_state.html
holoctl/server/templates/partials/_tabs.html
holoctl/server/templates/partials/_topbar.html
holoctl/server/templates/partials/board/_avatars.html
holoctl/server/templates/partials/board/_card.html
holoctl/server/templates/partials/board/_chips.html
holoctl/server/templates/partials/board/_col.html
holoctl/server/templates/partials/board/_controls.html
holoctl/server/templates/partials/board/_header.html
holoctl/server/templates/partials/board/_kanban.html
holoctl/server/templates/partials/board/_list.html
holoctl/server/templates/partials/board/_row.html
holoctl/server/templates/partials/board/_tree.html
holoctl/server/templates/partials/detail/_activity.html
holoctl/server/templates/partials/detail/_content.html
holoctl/server/templates/partials/detail/_header.html
holoctl/server/templates/partials/detail/_linked.html
holoctl/server/templates/partials/detail/_properties.html
holoctl/server/templates/partials/detail/_toolbar.html
holoctl/server/templates/partials/metrics/_by_group.html
holoctl/server/templates/partials/metrics/_cycle_dist.html
holoctl/server/templates/partials/metrics/_filter_toolbar.html
holoctl/server/templates/partials/metrics/_kpi_band.html
holoctl/server/templates/partials/metrics/_stalled.html
holoctl/server/templates/partials/metrics/_throughput_overlay.html
holoctl/server/templates/partials/metrics/_time_in_status.html
holoctl/server/templates/partials/metrics/_wip.html
holoctl/server/templates/project/agents.html
holoctl/server/templates/project/board.html
holoctl/server/templates/project/commands.html
holoctl/server/templates/project/context.html
holoctl/server/templates/project/detail.html
holoctl/server/templates/project/doc_detail.html
holoctl/server/templates/project/metrics.html
holoctl/server/templates/project/repos.html
holoctl/server/views/__init__.py
holoctl/server/views/avatars.py
holoctl/server/views/board.py
holoctl/server/views/card.py
holoctl/server/views/dates.py
holoctl/server/views/detail.py
holoctl/server/views/doc.py
holoctl/server/views/home.py
holoctl/server/views/list.py
holoctl/server/views/meta.py
holoctl/server/views/metrics.py
holoctl/server/views/tree.py
holoctl/server/views/workspace_summary.py
holoctl/templates/agents/agent-designer.md
holoctl/templates/agents/architect.md
holoctl/templates/agents/boardmaster.md
holoctl/templates/agents/dba.md
holoctl/templates/agents/developer.md
holoctl/templates/agents/devops.md
holoctl/templates/agents/researcher.md
holoctl/templates/agents/reviewer.md
holoctl/templates/agents/security-auditor.md
holoctl/templates/agents/tech-writer.md
holoctl/templates/commands/hctl-upgrade-claude.md
holoctl/templates/commands/holoctl-claude.md
holoctl/templates/hooks/claude_settings.json
holoctl/templates/skills/holoctl-foreign-bootstrap/SKILL.md
holoctl/templates/skills/holoctl-foreign-bootstrap/references/format-hints.md
holoctl/templates/skills/holoctl-memory-discipline/SKILL.md
holoctl/templates/skills/holoctl-parallel-evaluator/SKILL.md
holoctl/templates/skills/holoctl-persona-suggester/SKILL.md
holoctl/templates/skills/holoctl-provider-mcp/SKILL.md
holoctl/templates/skills/holoctl-router/SKILL.md
holoctl/templates/skills/holoctl-router/references/flow-a-first-time.md
holoctl/templates/skills/holoctl-router/references/flow-b-upgrade.md
holoctl/templates/skills/holoctl-spec-flow/SKILL.md
holoctl/templates/skills/holoctl-ticket-discipline/SKILL.md
holoctl/templates/skills/holoctl-work-item-router/SKILL.md
tests/test_adopt.py
tests/test_agent_library.py
tests/test_agent_suggest_v017.py
tests/test_batch.py
tests/test_board.py
tests/test_board_cache.py
tests/test_board_cli.py
tests/test_board_concurrency.py
tests/test_board_tree.py
tests/test_body_builder.py
tests/test_boot.py
tests/test_changelog.py
tests/test_changelog_validate.py
tests/test_compile_drift_cross_target.py
tests/test_compile_drift_defense.py
tests/test_compile_drift_doctor.py
tests/test_compile_incremental.py
tests/test_compile_manifest.py
tests/test_config.py
tests/test_curator.py
tests/test_dashboard.py
tests/test_discover.py
tests/test_discover_generic.py
tests/test_doctor_ecosystem.py
tests/test_foreign_drift.py
tests/test_frontmatter_roundtrip.py
tests/test_git.py
tests/test_handoff.py
tests/test_hooks_emit.py
tests/test_init_idempotent.py
tests/test_init_neutral.py
tests/test_journal.py
tests/test_jsonl.py
tests/test_manifest.py
tests/test_markdown.py
tests/test_markdown_xss.py
tests/test_mcp_config.py
tests/test_mcp_emit.py
tests/test_mcp_server.py
tests/test_mcp_stdio.py
tests/test_memory.py
tests/test_memory_compile.py
tests/test_metrics.py
tests/test_metrics_filter.py
tests/test_providers.py
tests/test_section_strip.py
tests/test_serve_dashboard_extra.py
tests/test_server_markdown.py
tests/test_setup.py
tests/test_skill_override.py
tests/test_smoke_e2e.py
tests/test_sync_targets.py
tests/test_target_consistency.py
tests/test_template_strict.py
tests/test_upgrade.py