LICENSE
MANIFEST.in
README.md
pyproject.toml
src/logmind/CHANGELOG.md
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/link_check.py
src/logmind/core/__init__.py
src/logmind/core/aggregator.py
src/logmind/core/analytics.py
src/logmind/core/atomic_io.py
src/logmind/core/changelog.py
src/logmind/core/config.py
src/logmind/core/decision_templates.py
src/logmind/core/doctor.py
src/logmind/core/git_handler.py
src/logmind/core/gitattributes.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/timeline.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.slim.template
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-decisions.yml.template
src/logmind/templates/github/check-doc-links.yml.template
src/logmind/templates/github/logmind-self-update.yml.template
src/logmind/templates/github/regen-timeline.yml.template
tests/test_agents_consolidation.py
tests/test_aggregator.py
tests/test_analytics.py
tests/test_branch_aware_logging.py
tests/test_changelog.py
tests/test_cli.py
tests/test_config.py
tests/test_decision_templates.py
tests/test_decorators.py
tests/test_doctor.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_merge_driver.py
tests/test_parser.py
tests/test_search.py
tests/test_skill_install.py
tests/test_templates_v0_1_2.py
tests/test_timeline.py
tests/test_tree_gen.py
tests/test_v0_1_3_structural.py
tests/test_v0_2_1_audit_fixes.py