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/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/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/changelog.py
holoctl/lib/config.py
holoctl/lib/curator.py
holoctl/lib/discover.py
holoctl/lib/filetree.py
holoctl/lib/git.py
holoctl/lib/journal.py
holoctl/lib/markdown.py
holoctl/lib/memory.py
holoctl/lib/templates.py
holoctl/lib/compiler/__init__.py
holoctl/lib/compiler/agents.py
holoctl/lib/compiler/claude.py
holoctl/lib/compiler/copilot.py
holoctl/lib/compiler/cursor.py
holoctl/lib/compiler/devin.py
holoctl/lib/compiler/generic.py
holoctl/lib/compiler/hooks_emit.py
holoctl/lib/compiler/mcp_emit.py
holoctl/lib/compiler/memory_emit.py
holoctl/lib/compiler/template.py
holoctl/lib/compiler/windsurf.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/lib/curator_rules/windsurf_memory_promote.py
holoctl/server/__init__.py
holoctl/server/app.py
holoctl/server/mcp.py
holoctl/server/static/holoctl-ui.js
holoctl/server/static/holoctl.css
holoctl/templates/agents/architect.md
holoctl/templates/agents/boardmaster.md
holoctl/templates/agents/developer.md
holoctl/templates/agents/researcher.md
holoctl/templates/agents/reviewer.md
holoctl/templates/commands/hctl-upgrade-claude.md
holoctl/templates/commands/hctl-upgrade-copilot.prompt.md
holoctl/templates/commands/hctl-upgrade-cursor.md
holoctl/templates/commands/hctl-upgrade-devin.md
holoctl/templates/commands/hctl-upgrade-windsurf.md
holoctl/templates/commands/holoctl-claude.md
holoctl/templates/commands/holoctl-copilot.prompt.md
holoctl/templates/commands/holoctl-cursor.md
holoctl/templates/commands/holoctl-devin.md
holoctl/templates/commands/holoctl-windsurf.md
holoctl/templates/hooks/claude_settings.json
holoctl/templates/hooks/cursor_hooks.json
tests/test_agent_library.py
tests/test_batch.py
tests/test_board.py
tests/test_body_builder.py
tests/test_boot.py
tests/test_changelog.py
tests/test_config.py
tests/test_curator.py
tests/test_dashboard.py
tests/test_discover.py
tests/test_discover_generic.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_markdown.py
tests/test_mcp_emit.py
tests/test_mcp_server.py
tests/test_memory.py
tests/test_memory_compile.py
tests/test_section_strip.py
tests/test_setup.py
tests/test_upgrade.py