.gitignore
MANIFEST.in
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/python-package.yml
agents/__init__.py
agents/cli.py
agents/installer_core.py
agents/kit_registry.py
agents/merge_strategies.py
agents/secret_policies.py
agents/kits/__init__.py
agents/kits/claude_code/__init__.py
agents/kits/claude_code/installer.py
agents/kits/claude_code/templates/claude/CLAUDE.md
agents/kits/claude_code/templates/claude/manifest.json
agents/kits/claude_code/templates/claude/settings.fragment.json
agents/kits/claude_code/templates/claude/agents/backend-tech-lead.md
agents/kits/claude_code/templates/claude/agents/db-operations-reviewer.md
agents/kits/claude_code/templates/claude/agents/go-backend-implementer.md
agents/kits/claude_code/templates/claude/agents/security-data-reviewer.md
agents/kits/claude_code/templates/claude/agents/tdd-test-engineer.md
agents/kits/claude_code/templates/claude/commands/clone-setup.md
agents/kits/claude_code/templates/claude/commands/review-go.md
agents/kits/claude_code/templates/claude/commands/trd.md
agents/kits/claude_code/templates/claude/rules/database-and-operations.md
agents/kits/claude_code/templates/claude/rules/go-backend-engineering.md
agents/kits/claude_code/templates/claude/rules/operating-model.md
agents/kits/claude_code/templates/claude/rules/security-and-data-safety.md
agents/kits/claude_code/templates/claude/rules/testing-and-verification.md
agents/kits/claude_code/templates/claude/rules/uncertainty-and-sources.md
agents/kits/claude_code/templates/claude/skills/vibe-engineering/SKILL.md
agents/kits/codex/__init__.py
agents/kits/codex/installer.py
agents/kits/codex/templates/codex/instructions.md
agents/kits/codex/templates/codex/manifest.json
agents/kits/cursor/__init__.py
agents/kits/cursor/installer.py
agents/kits/cursor/templates/cursor/manifest.json
agents/kits/cursor/templates/cursor/rules/00-persona.mdc
agents/kits/cursor/templates/cursor/rules/database-and-operations.mdc
agents/kits/cursor/templates/cursor/rules/go-backend-engineering.mdc
agents/kits/cursor/templates/cursor/rules/operating-model.mdc
agents/kits/cursor/templates/cursor/rules/security-and-data-safety.mdc
agents/kits/cursor/templates/cursor/rules/testing-and-verification.mdc
agents/kits/cursor/templates/cursor/rules/uncertainty-and-sources.mdc
agents/kits/gemini/__init__.py
agents/kits/gemini/installer.py
agents/kits/gemini/templates/gemini/GEMINI.md
agents/kits/gemini/templates/gemini/manifest.json
agents/kits/opencode/__init__.py
agents/kits/opencode/installer.py
agents/kits/opencode/templates/opencode/AGENTS.md
agents/kits/opencode/templates/opencode/manifest.json
agents/kits/opencode/templates/opencode/opencode.fragment.jsonc
agents/kits/opencode/templates/opencode/agents/backend-tech-lead.md
agents/kits/opencode/templates/opencode/agents/db-operations-reviewer.md
agents/kits/opencode/templates/opencode/agents/go-backend-implementer.md
agents/kits/opencode/templates/opencode/agents/security-data-reviewer.md
agents/kits/opencode/templates/opencode/agents/tdd-test-engineer.md
agents/kits/opencode/templates/opencode/commands/clone-setup.md
agents/kits/opencode/templates/opencode/commands/review-go.md
agents/kits/opencode/templates/opencode/commands/trd.md
agents/kits/opencode/templates/opencode/rules/database-and-operations.md
agents/kits/opencode/templates/opencode/rules/go-backend-engineering.md
agents/kits/opencode/templates/opencode/rules/operating-model.md
agents/kits/opencode/templates/opencode/rules/security-and-data-safety.md
agents/kits/opencode/templates/opencode/rules/testing-and-verification.md
agents/kits/opencode/templates/opencode/skills/vibe-engineering/SKILL.md
agents/kits/second_brain/__init__.py
agents/kits/second_brain/installer.py
agents/kits/second_brain/templates/second_brain/claude_md_section.md
agents/kits/second_brain/templates/second_brain/codex_instructions_section.md
agents/kits/second_brain/templates/second_brain/manifest.json
agents/kits/second_brain/templates/second_brain/opencode_agents_section.md
agents/kits/second_brain/templates/second_brain/hooks/second-brain-context.py
agents/kits/second_brain/templates/second_brain/rules/second-brain.mdc
agents/kits/second_brain/templates/second_brain/vault/AGENTS.md
agents/kits/second_brain/templates/second_brain/vault/agent-snippets/qmd-mcp.json
agents/kits/second_brain/templates/second_brain/vault/agent-snippets/codex/qmd-mcp.toml
agents/kits/second_brain/templates/second_brain/vault/agent-snippets/cursor/second-brain.mdc
agents/kits/second_brain/templates/second_brain/vault/docs/claude-code-plugin.md
agents/kits/second_brain/templates/second_brain/vault/docs/cursor-setup.md
agents/kits/second_brain/templates/second_brain/vault/docs/memory-compiler.md
agents/kits/second_brain/templates/second_brain/vault/docs/obsidian-setup.md
agents/kits/second_brain/templates/second_brain/vault/docs/qmd-setup.md
agents/kits/second_brain/templates/second_brain/vault/wiki/hot.md
agents/kits/second_brain/templates/second_brain/vault/wiki/index.md
agents/kits/second_brain/templates/second_brain/vault/wiki/log.md
docs/second-brain-setup.md
tests/test_claude_code_installer.py
tests/test_cli_contract.py
tests/test_codex_installer.py
tests/test_cursor_installer.py
tests/test_extension_contract.py
tests/test_gemini_installer.py
tests/test_installer_contracts.py
tests/test_installer_core.py
tests/test_invalid_config_install.py
tests/test_kit_registry.py
tests/test_manifest_contracts.py
tests/test_merge_strategies.py
tests/test_opencode_installer.py
tests/test_second_brain_installer.py
tests/fixtures/cli_help/kits_claude_code_diff_help.txt
tests/fixtures/cli_help/kits_claude_code_doctor_help.txt
tests/fixtures/cli_help/kits_claude_code_help.txt
tests/fixtures/cli_help/kits_claude_code_install_help.txt
tests/fixtures/cli_help/kits_claude_code_uninstall_help.txt
tests/fixtures/cli_help/kits_help.txt
tests/fixtures/cli_help/kits_opencode_diff_help.txt
tests/fixtures/cli_help/kits_opencode_doctor_help.txt
tests/fixtures/cli_help/kits_opencode_help.txt
tests/fixtures/cli_help/kits_opencode_install_help.txt
tests/fixtures/cli_help/kits_opencode_uninstall_help.txt
tests/fixtures/cli_help/kits_second_brain_diff_help.txt
tests/fixtures/cli_help/kits_second_brain_doctor_help.txt
tests/fixtures/cli_help/kits_second_brain_enable_hook_help.txt
tests/fixtures/cli_help/kits_second_brain_help.txt
tests/fixtures/cli_help/kits_second_brain_install_help.txt
tests/fixtures/cli_help/kits_second_brain_uninstall_help.txt
tests/fixtures/cli_help/main_help.txt
tests/fixtures/cli_help/upgrade_help.txt
vibe_kits.egg-info/PKG-INFO
vibe_kits.egg-info/SOURCES.txt
vibe_kits.egg-info/dependency_links.txt
vibe_kits.egg-info/entry_points.txt
vibe_kits.egg-info/requires.txt
vibe_kits.egg-info/scm_file_list.json
vibe_kits.egg-info/scm_version.json
vibe_kits.egg-info/top_level.txt