LICENSE
MANIFEST.in
README.md
pyproject.toml
src/logmind/__init__.py
src/logmind/cli.py
src/logmind/decorators.py
src/logmind.egg-info/PKG-INFO
src/logmind.egg-info/SOURCES.txt
src/logmind.egg-info/dependency_links.txt
src/logmind.egg-info/entry_points.txt
src/logmind.egg-info/requires.txt
src/logmind.egg-info/top_level.txt
src/logmind/actions/__init__.py
src/logmind/actions/aggregate.py
src/logmind/actions/link_check.py
src/logmind/core/__init__.py
src/logmind/core/aggregator.py
src/logmind/core/analytics.py
src/logmind/core/config.py
src/logmind/core/decision_templates.py
src/logmind/core/git_handler.py
src/logmind/core/gitignore.py
src/logmind/core/inserter.py
src/logmind/core/logger.py
src/logmind/core/parser.py
src/logmind/core/search.py
src/logmind/core/skill_install.py
src/logmind/core/tree_gen.py
src/logmind/integrations/__init__.py
src/logmind/integrations/base.py
src/logmind/integrations/langchain.py
src/logmind/templates/AGENTS.md.template
src/logmind/templates/CLAUDE.md.template
src/logmind/templates/agent-stub.md
src/logmind/templates/config.yml.template
src/logmind/templates/decisions-archive.md.template
src/logmind/templates/decisions.md.template
src/logmind/templates/file-structure.md.template
src/logmind/templates/logmind-section.md
src/logmind/templates/github/check-doc-links.yml.template
src/logmind/templates/github/logmind-aggregate.yml.template
tests/test_action_aggregate.py
tests/test_agents_consolidation.py
tests/test_aggregator.py
tests/test_analytics.py
tests/test_branch_aware_logging.py
tests/test_cli.py
tests/test_config.py
tests/test_decision_templates.py
tests/test_decorators.py
tests/test_file_structure_updates.py
tests/test_git_handler.py
tests/test_gitignore_management.py
tests/test_inserter.py
tests/test_integrations.py
tests/test_link_check.py
tests/test_logger.py
tests/test_parser.py
tests/test_search.py
tests/test_skill_install.py
tests/test_tree_gen.py